runtime error

Exit code: 3. Reason: value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/.local/lib/python3.11/site-packages/writer/app_runner.py", line 345, in _main self._execute_user_code() File "/home/user/.local/lib/python3.11/site-packages/writer/app_runner.py", line 295, in _execute_user_code exec(code, writeruserapp.__dict__) File "/home/user/app/./main.py", line 175, in <module> updates(initial_state) File "/home/user/app/./main.py", line 13, in updates stock_news(state) File "/home/user/app/./stock_data.py", line 30, in stock_news data = msft.news ^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/yfinance/ticker.py", line 262, in news return self.get_news() ^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/yfinance/base.py", line 515, in get_news data = data.json() ^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/requests/models.py", line 978, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)  ERROR: Traceback (most recent call last): File "/home/user/.local/lib/python3.11/site-packages/starlette/routing.py", line 730, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 204, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/.local/lib/python3.11/site-packages/writer/serve.py", line 81, in lifespan app_runner.load() File "/home/user/.local/lib/python3.11/site-packages/writer/app_runner.py", line 609, in load self._start_app_process() File "/home/user/.local/lib/python3.11/site-packages/writer/app_runner.py", line 786, in _start_app_process sys.exit(1) SystemExit: 1 ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...