byob
byob copied to clipboard
run.py typeerror
Traceback (most recent call last):
File "run.py", line 1, in
The same problem.Wait for answer.
From: https://stackoverflow.com/questions/73337927/typeerror-init-got-an-unexpected-keyword-argument-unbound-message
Comment 1. "I had an older version of Werkzeug in my requirements.txt that needed removing" Fix 1. Upgrade Werkzeug
Comment 2. "I added flask==2.1.3 to my requirements and it worked. I think this is a problem with the currently lastest versions of flask" Fix 2. DO NOT use version listed here, just upgrade flask
Lesson Learned, DO RESEARCH FIRST
Stale issue message