-
Notifications
You must be signed in to change notification settings - Fork 89
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
Authentication cookie for Tor does not match expected value - prevents mobile app from start sometimes #297
Comments
Haven't seen for a while - moving back to backlog (possibly fixed by #296) |
I confirm it happend to me again |
This problem happens randomly so it's hard to reproduce. I added some logging for checking if there's old tor process running, before launching a new one (I suspect that in some specific circumstances we try to authorize old tor with fresh cookie). |
I think we reproduced this problem with production build a few times recently.
What I think happens is os kills the thread that runs react-native (the app starts with initial screen instead of coming back directly to the channel page) but tor process remains alive |
I didn't see the "authentication cookie" problem. I did experience app crashing but it may be caused by something else. Moving to the backlog. |
I am encountering the cookie problem (mobile version 0.5.4-alpha.0)
|
After recent changes related to #916 this problem should be solved (0.5.4-alpha.3 and above) |
No description provided.
The text was updated successfully, but these errors were encountered: