-
Notifications
You must be signed in to change notification settings - Fork 421
Description
Describe the bug
The console sends this message "ERROR - [send_minute_watched_events]: Error while trying to send minute watched: HTTPSConnectionPool(host='1cd2a4767fbf.chantenay.akamai.hls.ttvnw.net', port=443): Read timed out. (read timeout=20)" and clutters the logs, but it doesn't affect the functionality in any way, as far as I've noticed.
Steps to reproduce
idk
Expected behavior
Most likely, you need to add a timeout setting or simply remove the error. I tried setting it in the logging.INFO run file in LoggerSettings and am observing the behavior.
Operating system
win 10
Python version
3.13.5
Miner version
2.0.0
Other relevant software versions
I added a fix from this pull, but the error was there before: #721
Logs
20/09/25 14:53:29 - ERROR - [send_minute_watched_events]: Error while trying to send minute watched: HTTPSConnectionPool(host='8218525761b0.chantenay.akamai.hls.ttvnw.net', port=443): Read timed out. (read timeout=20)
20/09/25 14:54:01 - ERROR - [send_minute_watched_events]: Error while trying to send minute watched: HTTPSConnectionPool(host='8218525761b0.chantenay.akamai.hls.ttvnw.net', port=443): Read timed out. (read timeout=20)
Additional context
No response