-
Notifications
You must be signed in to change notification settings - Fork 191
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
Unauthorized Access when getting default_external_group #136
Comments
@KrauseFx today I noticed a similar issue. When Spaceship is executed from a web thread, everything works fine. When it is executed from a background thread (sidekiq) this issue starts to happen to 100% of the requests after a certain amount of time. Is there anything we can do about this? By the way, I use spaceship directly, not using boarding |
@joshdholtz thanks for reporting back! I no longer use this as I no longer need this use case. Will ask someone else that contacted me about this issue. By the way, for reference, can you link to the commit that fixed this? I'm also interested in what exactly caused this. |
I _thhiiiiiinnkkkkkk) its this one - fastlane/fastlane#10826 But I think another spaceship session think was also reworked before this. Lots of things always changing 🙃 |
I get this error fairly consistently when the boarding heroku app has been up for a while. My guess is that the session's authorization has timed out and needs to be refreshed. What would be a good fix for this?
The text was updated successfully, but these errors were encountered: