-
Notifications
You must be signed in to change notification settings - Fork 19
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
Rockpoold eats up all memory when trying to connect to pocket in readebble #51
Comments
Ok, so you're inserting it in watchapp settings page and committing the settings, it closes the settings window falling back to apps list. and at this point it rockpool app freezes and rockpoold service starts eating memory? |
Almost. But I do not get back to the apps list after inserting the credentials. I get a spinner window or a blank page (not completly sure at this moment). You would expect at least a confirmation page that the credentials did their job before falling back to the apps list. But both does not happen. |
Ok I'm looking now at readable sources, when you authorize pocket with oauth it sends pebble/close event to store the configuration (user/authtoken). At this moment it should send a notification to watches: |
I definetly never got a message on my watch. Currently I cannot repeat the process. Because in readebble settings I always get the page "You have been sucessfully logged in" when I press on the pocket button in the settings of readable. I have another heavy bug with all settings pages of apps in rockpool. I report that now. Maybe it this is all a symptom of another problem. |
Readebble is a pebble app for displaying rss feeds. It has support for reading articles from the pebble webservice.
When I try to login to pocket (which is implemented via oauth on the settings webpage), the rockpool app freezes after having inserted the correct credentials.
Via top I can see rockpoold eating up all memory. Phone freezes until the process is killed.
The text was updated successfully, but these errors were encountered: