cape | SKIPPED | 26 | 27 | 162.75s | 158.94s | 131.60s | 2026-07-31 22:46:13 | 2026-08-02 22:46:13 | return self.do_open(http.client.HTTPSConnection, req,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/urllib/request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1016)> |
portfolio_allocation_assets | SKIPPED | 26 | 27 | 85.20s | 148.81s | 111.96s | 2026-07-31 22:54:00 | 2026-08-02 22:54:00 | root = self.__fetch_data(url)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/fredapi/fred.py", line 68, in __fetch_data
raise ValueError(root.get('message'))
ValueError: None |
betting_jackpots | SKIPPED | 202 | 203 | 9.69s | 117.98s | 7.74s | 2026-07-31 21:50:46 | 2026-08-01 03:50:46 | swisslotto_chf = JackpotGetter(SWISSLOTTO_URL, index=0).get_jackpot()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/app/batch/betting.py", line 18, in get_jackpot
raise ValueError(f"Jackpot element not found at index {self.index}")
ValueError: Jackpot element not found at index 0 |