You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was running the script just fine but then all of a sudden it started throwing this error: 10/10/24 17:17:34 - ERROR - [update_client_version]: Error with update_client_version: HTTPSConnectionPool(host='www.twitch.tv', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB76D0DE20>, 'Connection to www.twitch.tv timed out. (connect timeout=None)')) 10/10/24 17:17:52 - ERROR - [update_client_version]: Error with update_client_version: HTTPSConnectionPool(host='www.twitch.tv', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB77718890>, 'Connection to www.twitch.tv timed out. (connect timeout=None)')) 10/10/24 17:17:55 - ERROR - [post_gql_request]: Error with GQLOperations (PlaybackAccessToken): HTTPSConnectionPool(host='gql.twitch.tv', port=443): Max retries exceeded with url: /gql (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB77719310>, 'Connection to gql.twitch.tv timed out. (connect timeout=None)')) 10/10/24 17:17:55 - ERROR - [send_minute_watched_events]: Invalid response from Twitch: {} 10/10/24 17:18:13 - ERROR - [post_gql_request]: Error with GQLOperations (Inventory): HTTPSConnectionPool(host='gql.twitch.tv', port=443): Max retries exceeded with url: /gql (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB7771A030>, 'Connection to gql.twitch.tv timed out. (connect timeout=None)'))
Steps to reproduce
Run the script for maybe 24 hours?
Expected behavior
Error not to throw? I don't really know.
Operating system
Windows 10 22H2 OS Build: 19045.4894
Python version
3.12
Miner version
1.9.9
Other relevant software versions
No response
Logs
I pasted in the comment
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I was running the script just fine but then all of a sudden it started throwing this error:
10/10/24 17:17:34 - ERROR - [update_client_version]: Error with update_client_version: HTTPSConnectionPool(host='www.twitch.tv', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB76D0DE20>, 'Connection to www.twitch.tv timed out. (connect timeout=None)')) 10/10/24 17:17:52 - ERROR - [update_client_version]: Error with update_client_version: HTTPSConnectionPool(host='www.twitch.tv', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB77718890>, 'Connection to www.twitch.tv timed out. (connect timeout=None)')) 10/10/24 17:17:55 - ERROR - [post_gql_request]: Error with GQLOperations (PlaybackAccessToken): HTTPSConnectionPool(host='gql.twitch.tv', port=443): Max retries exceeded with url: /gql (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB77719310>, 'Connection to gql.twitch.tv timed out. (connect timeout=None)')) 10/10/24 17:17:55 - ERROR - [send_minute_watched_events]: Invalid response from Twitch: {} 10/10/24 17:18:13 - ERROR - [post_gql_request]: Error with GQLOperations (Inventory): HTTPSConnectionPool(host='gql.twitch.tv', port=443): Max retries exceeded with url: /gql (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x000001FB7771A030>, 'Connection to gql.twitch.tv timed out. (connect timeout=None)'))
Steps to reproduce
Run the script for maybe 24 hours?
Expected behavior
Error not to throw? I don't really know.
Operating system
Windows 10 22H2 OS Build: 19045.4894
Python version
3.12
Miner version
1.9.9
Other relevant software versions
No response
Logs
I pasted in the comment
Additional context
No response
The text was updated successfully, but these errors were encountered: