Skip to content
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

Box auth setup should show access error for web server log #113

Open
ressy opened this issue Jan 20, 2021 · 0 comments
Open

Box auth setup should show access error for web server log #113

ressy opened this issue Jan 20, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@ressy
Copy link
Member

ressy commented Jan 20, 2021

If scrape_log_for_code encounters a problem while streaming in the server log for authentication details it's not currently shown and it just hangs waiting on the expected text. One way to handle this is to use subprocess.Popen(..., stderr=subprocess.PIPE) and watch for errors in stderr. Possibly there's a better way to catch the error from the process directly.

@ressy ressy added the enhancement New feature or request label Jan 20, 2021
@ressy ressy added this to the Version 0.0.6 milestone Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant