-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
"Can't sync new and updated entries" #72
Comments
@keunes sure, it can be related. This app logs every error locally, you can go to Also, could you provide your Android version, Nextcloud version and News server version? |
There's a gazillion of these - I just copied the most recent here.
Sure :) (Maybe it's useful to add these questions to a GitHub template) |
@keunes you can ignore image processing exceptions, they just mean that some of the posts don't have thumbnail images. There should be an exception with the same title as on your screenshot, something about being unable to sync feed items |
This one I guess?
|
@keunes right. So, your server returns error code 500, it looks like a server-side issue. Client side codes are usually in a range of 400-499. I'd recommend you to open your web interface and check |
I'll have a look, thanks. Given that it does not have any issue with the initial fetch, it can't be a generic issue with my Nextcloud instance or News installation. Wouldn't the server also return a 500 if the client uses a wrong/non-existant API call? |
@keunes server may do whatever it wants but it would mean it breaks the protocol. Invalid requests are expected to have response codes in the range 400-499. 500-599 range is reserved for server issues |
Ok, small holiday in between, and just checked the server logs. I see the following very frequently. Also, it gets triggered when I pull to refresh in the Android app, so I guess this would be related :)
Also this one occurs frequently, but doesn't get triggered when refreshing feeds:
Would this give you any hint? Should I open a bug report against Nextcloud News? Please let me know also if the full, original ('pure') log entry would help. |
Same issue seems to be affecting other apps as well:
|
@keunes I just checked the linked issues. Well, that sucks. That's one of the many reasons I'm getting less and less excited about NC and its core apps, it consistently fails at everything besides simple file sync. Looks like you need to re-install your OS in order to fix this issue (no joking). I created this app in order to make NC experience a little more bearable, but I'm planning to switch to standalone mode (no server, no problems) and/or find a high quality and high performance back end and connect it to this app. I'm still committed to support NC back end, so it's not going away any time soon, but any suggested alternatives are welcome. |
Thanks @bubelov for your reply. Reading up on the issues, an OS reinstall indeed seems necessary 😟 I really liked Flym, then had to move phones and looked into NC apps, to not have the issues with phones any-more. But I'd be interested in your work for a 'local' app (also because Flym is no longer). |
Yeah, this change by the NC News app was a terrible idea. For others like me who cannot (or do not want to) replace HW/reinstall OS, I patched the app to restore 32bit support (unless I’m mistaken, there is really no point in the requirement!) in my fork (thanks for inspiration to shane-kerr!); I have cherry-picked the fix to the 16.x branch and deployed the modified files from this branch to my NC server. The reader app now syncs successfully again. |
I tried this thing today and it looks really good: https://miniflux.app/ The deployment is trivial since it's a single binary and it's also considerably faster than NC (it's written in Go). It will be supported in the next release, so there will be an alternative to NC |
Hello
I used to use Readrops but it suddenly doesn't sync any-more. Looking for an alternative, I came across this app.
Install, log-in and initial sync were quickly done, but now I seem to have the same issue as in Readrops: I can't sync.
Could this be related to recent changes in Nextcloud News?
The text was updated successfully, but these errors were encountered: