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

errors #1

Open
esutko opened this issue Oct 2, 2017 · 0 comments
Open

errors #1

esutko opened this issue Oct 2, 2017 · 0 comments

Comments

@esutko
Copy link

esutko commented Oct 2, 2017

run.py does not work

"Traceback (most recent call last):
File "./run.py", line 2, in
from todo import app
File "/home/esutko/projects/flasktodo/todo/init.py", line 1, in
from .todo import app
File "/home/esutko/projects/flasktodo/todo/todo.py", line 3, in
from flask_httpauth import HTTPBasicAuth
ModuleNotFoundError: No module named 'flask_httpauth'"

solution:

create make or rake for a python venv

fixed [ ]

client connection fails

authorization for jupyter fails

solution:

update to the new url

fixed [ ]

http 500 error

http://todo.gctaa.net/todo/api/v1.0/tasks induces:
"Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."

solution

the application fails to create the database
/todo/tasks.py line 11 should create the database if none exists

note:

was recreated on two seperate networks with:

  • beaker browser
  • firefox
  • chrome

fixed [ ]

http 1.1 connection fails

the authorization popup refuses to accept a valid username and password

solution?

if the todo subdomain requires seperate user accounts, then we need to initialize them for all csc202 students

fixed [ ]

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