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
While using binderbot-cli, I keep getting AttributeError: 'BinderUser' object has no attribute 'token'. This looks like a bug in binderbot (I could be wrong :)). I was wondering if anyone has run into this issue?
Anderson, I am trying to fix pangeo gallery and am returning to this issue.
When you got this error, were you trying to run against https://aws-uswest2-binder.pangeo.io/? If so, that would explain things. That hub requires github auth.
How can we create a valid auth token for binderbot to access a protected binder. @yuvipanda any ideas?
I think it's actually a useful problem to solve. If we can figure this out, we can basically use a private binder as a CI service. That will be super useful.
While using
binderbot-cli
, I keep gettingAttributeError: 'BinderUser' object has no attribute 'token'
. This looks like a bug inbinderbot
(I could be wrong :)). I was wondering if anyone has run into this issue?The text was updated successfully, but these errors were encountered: