-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Android bug: E016: Request timed out #1708
Comments
Hello 👋 Thank you for taking the time to open this issue with floccus. I know it's frustrating when software One last word: If you feel, at any point, like you need to vent, this is not the place for it; you can go to the Nextcloud forum, I look forward to working with you on this issue |
Hey @LoveIsGrief |
Hi @marcelklehr Many bookmarks are indeed in one folder. I moved them out of folders because firefox would slow down immensely when opening the bookmarks with many folders and subfolders. I use tagging extensively. The request is ~18MB gzipped and transfers in 10-20s (~1MB/s). Maybe the timeout could be configurable? I checked the API and the bookmarks aren't paged, but the bigger problem is that the bookmarks have a It's weird because "Auto Archiving" isn't on Maybe using the GET /public/rest/v2/bookmark, filtering by folder and paging the results could help too? Edit: If indeed I wouldn't know how to test it though :/ Is the code used for both the android and the browser app? |
Yeah, it's the same code. Thanks for looking into possible fixes! |
That's a good idea! Since you say the request is only 10-20s I'm not sure if the client-side timeout is the issue. it's set to 300s seconds at the moment. |
If that request is not timing out, then I wonder, would it make sense to log the stack? Or is there some other way to find out which request is timing out? I'm also wondering if there error is actually correct. Maybe it's running out of memory as it's 22MB of JSON, but that's just an assumption. For some reason this does work in the browser, but not on Android. |
I'm pretty certain it's this request, because all other requests have a log entry that says "receiving response".
That's peculiar indeed. |
Which version of floccus are you using?
5.26
How many bookmarks do you have, roughly?
6k
Are you using other means to sync bookmarks in parallel to floccus?
No
Sync method
Nextcloud Bookmarks
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
LineageOS 20 (Android 13)
Which version of Nextcloud Bookmarks are you using? (if relevant)
14.2.4
Which version of Nextcloud? (if relevant)
28.0.8
What kind of WebDAV server are you using? (if relevant)
No response
Describe the Bug
When trying to sync, the app just hangs. The logs just have "Syncing failed with E016: Request timed out. Check your server configuration".
Complete debug logs
Expected Behavior
Sync should terminate.
To Reproduce
I might be specific to my bookmarks, but generate a bunch of bookmarks and they try to query them? I'm not sure. If there were logs of failed requests, I could be more specific. But I have no idea which request is failing. I tried calling every request listed in the logs, but they all succeed.
Debug log provided
The text was updated successfully, but these errors were encountered: