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 [ ]
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:
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 [ ]