Last active
December 22, 2018 14:47
-
-
Save abc873693/7cbb5a5ebb1da0412993064cb1bbdb35 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| web_1 | Traceback (most recent call last): | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1997, in __call__ | |
| web_1 | return self.wsgi_app(environ, start_response) | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1985, in wsgi_app | |
| web_1 | response = self.handle_exception(e) | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1540, in handle_exception | |
| web_1 | reraise(exc_type, exc_value, tb) | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise | |
| web_1 | raise value | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1982, in wsgi_app | |
| web_1 | response = self.full_dispatch_request() | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1614, in full_dispatch_request | |
| web_1 | rv = self.handle_user_exception(e) | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1517, in handle_user_exception | |
| web_1 | reraise(exc_type, exc_value, tb) | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 33, in reraise | |
| web_1 | raise value | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request | |
| web_1 | rv = self.dispatch_request() | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request | |
| web_1 | return self.view_functions[rule.endpoint](**req.view_args) | |
| web_1 | File "/usr/local/lib/python3.6/site-packages/flask_httpauth.py", line 104, in decorated | |
| web_1 | return f(*args, **kwargs) | |
| web_1 | File "/usr/src/app/src/kuas_api/views/v2/ap.py", line 248, in get_coursetables | |
| web_1 | s, "ag222", {"arg01": year, "arg02": semester}, g.username) | |
| web_1 | File "/usr/src/app/src/kuas_api/kuas/cache.py", line 80, in ap_query | |
| web_1 | ap_query_key_tag = str(username) + str(args) + SECRET_KEY | |
| web_1 | TypeError: must be str, not bytes | |
| web_1 | 218.173.96.33 - - [22/Dec/2018 14:40:24] "GET /latest/bus/timetables?date=2018-12-2 HTTP/1.1" 500 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment