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

Cannot access heroku apps #46

Open
hveda opened this issue Oct 11, 2017 · 1 comment
Open

Cannot access heroku apps #46

hveda opened this issue Oct 11, 2017 · 1 comment

Comments

@hveda
Copy link

hveda commented Oct 11, 2017

I'm using python 3.4 and here's my code:
https://github.com/retphern/hoaxbot_data_test/blob/master/lightning_scatter.py
But when i run the code, i got error like this:

Lightning initialized
Problem connecting to server at https://lightning-viz-veda.herokuapp.com
status code: 401
Traceback (most recent call last):
File "lightning_scatter.py", line 7, in
lgn = Lightning(host='https://lightning-viz-veda.herokuapp.com')
File "/home/veda/Dev/hoaxbot_data_test/venv/lib/python3.4/site-packages/lightning/main.py", line 28, in init
raise ValueError("Could not access server")
ValueError: Could not access server

But i can access the apps through web fine.

@hveda
Copy link
Author

hveda commented Oct 11, 2017

I found that this problem happen when using auth, when i delete the auth var from heroku its working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant