Skip to content
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

error:NOT_LOGGED_IN if the app idle some time #16

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments
Closed

error:NOT_LOGGED_IN if the app idle some time #16

GoogleCodeExporter opened this issue Mar 14, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. use the app
2. idle some time
3. you get an error:NOT_LOGGED_IN

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.
probably the application receives a timeout. The saved session ID is invalid, 
but is used for further API calls.

Original issue reported on code.google.com by AndreasB...@googlemail.com on 24 Aug 2010 at 5:01

@GoogleCodeExporter
Copy link
Author

Glad you remind me, seen this error some time ago but didnt write it down. The 
TTRSSJsonConnector doesn't re-check the session-id, but i think it would login 
once again if you press "Close" on the error-screen.

Original comment by nils.braden on 28 Aug 2010 at 1:20

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

No, as far as I can remember the Connector doesn't reconnect if I press the 
"Close" Button.

Original comment by AndreasB...@googlemail.com on 28 Aug 2010 at 2:14

@GoogleCodeExporter
Copy link
Author

Added check for "not_logged_in" (retrying login, if that fails throw the 
error). Should be working but im still waiting for my session to time out =)

(attached fixed package)

Original comment by nils.braden on 28 Aug 2010 at 3:18

  • Changed state: Started

Attachments:

@GoogleCodeExporter
Copy link
Author

Should be fixed now, test-version attached. Will push new release if verified.

Original comment by nils.braden on 28 Aug 2010 at 5:44

  • Changed state: Fixed

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant