-
Notifications
You must be signed in to change notification settings - Fork 54
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
Network connection error on every sync with Press 1.5.4 #21
Comments
Turns out this happens when you have no saved items. {
"auth" : 1,
"api_version" : 3,
"last_refreshed_on_time" : "1448290332",
"saved_item_ids" : ""
} This causes Press to do the wrong thing. Saving one item makes sync work. |
Do you know what Press want in source? |
I'm not sure about Press. I'm guessing that an easy fix would be to make sure that I don't have a Fever install at hand, so I can't really compare between what Press sends/expects from normal Fever and this plugin. Thanks for this awesome plugin by the way, it's a a life-saver! |
Pretty sure it's an issue with the query:
I replaced the |
I'm using:
On every sync, I get a toast message with "Network connection error".
Sync seems to work, partially (only some items get synced in).
Here are the HTTP logs from a sync session:
The last one returns an HTTP 500 error.
Is there any way I can debug this?
The text was updated successfully, but these errors were encountered: