cape | SKIPPED | 21 | 22 | 125.01s | 153.06s | 125.34s | 2026-07-21 22:24:39 | 2026-07-23 22:24:39 | 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 | 21 | 22 | 128.83s | 158.48s | 125.99s | 2026-07-21 22:31:07 | 2026-07-23 22:31:06 | 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 | 163 | 164 | 6.19s | 111.97s | 6.82s | 2026-07-21 20:09:55 | 2026-07-22 02:09:55 | 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 |