-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongoLab not receiving data #397
Comments
How long have you been using xDrip? I'm aware of what you have said, but it did happen to me after about 2 The soloution is probably to backup the collections and delete them all Thanks On Sun, Oct 9, 2016 at 11:38 AM, jage123 [email protected] wrote:
|
Hi Tzachi |
Can you switch to xDrip+ and see if it will solve your issue? Thanks |
Hi TzachiThanks - I like the xDrip+. My issue is solved.I think the issue is around the MongoDB URI format. For those of us using a shared cluster plan the format looks like this
mongodb://<dbuser>:<dbpassword>@ds0nnnn-a0.mlab.com:nnnnn,ds0nnnnn-a1.mlab.com:nnnnn/<dbname>?replicaSet=rs-ds0nnnn
But the app seems to be looking for the free version;
mongodb://<dbuser>:<dbpassword>@ds0nnnnn.mlab.com:nnnnn
Using the free version format has solved the issue about not uploading to mlabs. Note previous versions of the experimental xDrip were fine with the long format (mongodb://<dbuser>:<dbpassword>@ds0nnnn-a0.mlab.com:nnnnn,ds0nnnnn-a1.mlab.com:nnnnn/<dbname>?replicaSet=rs-ds0nnnn)
Many Thanks
On Saturday, 3 December 2016, 16:18, tzachi-dar <[email protected]> wrote:
Can you switch to xDrip+ and see if it will solve your issue?Thanks
Tzachi—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Happy to hear that issue is solved. |
Heloo, we have xdrip with DiY receiver and basically its working fine but after some time Mongo stops to receive data from xdrip (there are no new entries)?
Then i delete entries database and restart app in Azure portal and its working again for several hours but then it happens again.
Phone that is connected to xdrip is showing readings all the time but after a while i seems to stop sending data to Mongo?
The text was updated successfully, but these errors were encountered: