You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems random. I wonder if it has to do with threading and somewhere along the lines the static Octocrab client i.e. octocrab::instance() ends up being reinitialized without the auth?
Couple of potential solutions:
Figure out why this happens.
Switch from using the static client to wiring the client into where it needs to go
Reinitialize the client everywhere its needed - WORST OPTION.
The text was updated successfully, but these errors were encountered:
It seems random. I wonder if it has to do with threading and somewhere along the lines the static Octocrab client i.e.
octocrab::instance()
ends up being reinitialized without the auth?Couple of potential solutions:
The text was updated successfully, but these errors were encountered: