runtime error
/home/user/app/predict.py:82: GuessedAtParserWarning: No parser was explicitly specified, so I'm using the best available HTML parser for this system ("html.parser"). This usually isn't a problem, but if you run this code on another system, or in a different virtual environment, it may use a different parser and behave differently. The code that caused this warning is on line 82 of the file /home/user/app/predict.py. To get rid of this warning, pass the additional argument 'features="html.parser"' to the BeautifulSoup constructor. soup = BeautifulSoup(r.text) ============================================================ Traceback (most recent call last): File "app.py", line 11, in <module> display_text = display_predict() File "app.py", line 5, in display_predict predict_score = predict() File "/home/user/app/predict.py", line 124, in predict row_list.append(response_json["forecast"]["forecastday"][i]["date"]) IndexError: list index out of range
Container logs:
Fetching error logs...