-
Notifications
You must be signed in to change notification settings - Fork 19
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
OAuth2 and Container #62
Comments
You should not need a browser to run this library, it should work fine in a container. The |
using flag --network=host when docker run? |
in cli/login.py there's using webbrowser.open_new_tab and I think it's why it's not working in docker (running python image) |
That shouldn't be required to use the library, you may need to log in manually or a different way if it's giving you trouble though. Do you have any kind of stack trace/error log/code snippet I could look at? It's difficult to help without something to reference |
Have you ever run this package in a container setup? I guess because of python official image, or lightweight linux like alphin, does not come with a browser. Another reason I can think of is the callback (localhost:8000) is not working, albeit I open the port during start. Any tips is welcome.
The text was updated successfully, but these errors were encountered: