Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of VPN Causes reconnection loop, instead of reconnecting to new IP Address / Proxy IP. #644

Open
ojm2015 opened this issue Jan 19, 2025 · 0 comments

Comments

@ojm2015
Copy link

ojm2015 commented Jan 19, 2025

Describe the bug

Is your feature request related to a problem?
Hello, I have no programming experience, but I've noticed since I've had this tool running on my Windows 10 Server that anytime my ExpressVPN IP Address changes to a different but very closely similar IP Address within the DNS, it causes the program to get stuck in a Reconnecting Loop which stops the program from running and requires a restart to fix.

Proposed solution
Cause the Program to either close and reopen itself when the reconnecting text is repeated 3x-5x times or add additional programming to counter this by finding the new IP Address and connecting to it, this could also be done via DNS Checking that has the functionality to swap to the new VPN/Proxy IP Address when connectivity has stopped.

Alternatives you've considered
Closing and Re-Opening the program, or finding a way to automate the program closing and re-opening every so often.

Additional context
NA

### Steps to reproduce

  1. Open the Program Via Python,
  2. Have a VPN such as ExpressVPN with multiple DNS IP Addresses linked to it,
  3. Wait until the DNS changes the IP Address that is being used through the VPN Program,
  4. Witness a connectivity error on the Console of the Python Program that repeats and doesn't automatically connect to the new IP Address.

### Expected behavior

The Expected behaviour is for it to reconnect to the Twitch Platform and Work as intended.

### Operating system

Windows 10 Pro 22H2 19045.5011

### Python version

3.12.2

### Miner version

1.9.5

Other relevant software versions

No response

### Logs

10/01/25 21:08:30 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:30 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:31 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 206
10/01/25 21:08:31 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'zackrawrr'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"552120296","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":39,"operationName":"ReportMenuItem","requestID":"01JH90PPA97Z5J0SWX1RJFA7ED"}}
10/01/25 21:08:31 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:32 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:32 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:32 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:32 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 204
10/01/25 21:08:32 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'signalrgb'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"733888785","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":39,"operationName":"ReportMenuItem","requestID":"01JH90PQQFJ4RNPF06KMMVE93Q"}}
10/01/25 21:08:33 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:33 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:33 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:33 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:34 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 206
10/01/25 21:08:34 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'aiyumeka'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"141696504","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":43,"operationName":"ReportMenuItem","requestID":"01JH90PS8ADAT7A4QE5EMJYHTM"}}
10/01/25 21:08:35 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:35 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:35 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:35 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:36 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 204
10/01/25 21:08:36 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'datshifter'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"743032481","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":44,"operationName":"ReportMenuItem","requestID":"01JH90PTW7QJS9SD9N6149XCE0"}}
10/01/25 21:08:36 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:36 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:36 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:36 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:37 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 206
10/01/25 21:08:37 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'camelworks'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"157705243","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":41,"operationName":"ReportMenuItem","requestID":"01JH90PW81HPGJDTVQDWYVQW7S"}}
10/01/25 21:08:38 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:38 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:38 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:38 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:39 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 203
10/01/25 21:08:39 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'osulive'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"49396168","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":43,"operationName":"ReportMenuItem","requestID":"01JH90PXXY4X6JYBP4Y0YF66SC"}}
10/01/25 21:08:39 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:39 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:40 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:40 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:40 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 205
10/01/25 21:08:40 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'mickyd'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"670977524","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":50,"operationName":"ReportMenuItem","requestID":"01JH90PZAZA8E2ZW03XQR0Y00P"}}
10/01/25 21:08:41 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:41 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:41 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:41 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:42 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 203
10/01/25 21:08:42 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'yer_man_rob'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"677711081","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":39,"operationName":"ReportMenuItem","requestID":"01JH90Q0X15JDBRXAM9K70DK0R"}}
10/01/25 21:08:42 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:43 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:43 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:43 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:43 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 205
10/01/25 21:08:43 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'miss_moonbie'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"735180760","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":40,"operationName":"ReportMenuItem","requestID":"01JH90Q2H136XRM4ZT6PSR1CS5"}}
10/01/25 21:08:44 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:44 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:44 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:44 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:45 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 206
10/01/25 21:08:45 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'craigbear'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"578344617","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":40,"operationName":"ReportMenuItem","requestID":"01JH90Q3ZBFBKBQX8ZYEJ0HNHQ"}}
10/01/25 21:08:46 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:46 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:46 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:46 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:47 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 205
10/01/25 21:08:47 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'mortalmore'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"186408823","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":39,"operationName":"ReportMenuItem","requestID":"01JH90Q5MST4JF5Y3BF4VVS4XS"}}
10/01/25 21:08:47 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:48 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:48 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:48 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:48 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 242
10/01/25 21:08:48 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'pewdiepie'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"20711821","stream":{"id":"43448157657","createdAt":"2025-01-09T14:30:25Z","__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":40,"operationName":"ReportMenuItem","requestID":"01JH90Q77RPY3ZFXQ9TG540M0K"}}
10/01/25 21:08:49 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:49 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:49 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:49 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:50 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 242
10/01/25 21:08:50 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'eckoxsoldier'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"20578423","stream":{"id":"43679634056","createdAt":"2025-01-10T20:24:22Z","__typename":"Stream"},"__typename":"User"}},"extensions":{"durationMilliseconds":40,"operationName":"ReportMenuItem","requestID":"01JH90Q8VP6NK4KMD2F6RQ1096"}}
10/01/25 21:08:50 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:51 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:51 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:51 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:51 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 204
10/01/25 21:08:51 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'kohlpowered'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"173209552","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":38,"operationName":"ReportMenuItem","requestID":"01JH90QA92PV5NC3DHTWJHGS1R"}}
10/01/25 21:08:52 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:52 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:52 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:52 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443
10/01/25 21:08:53 - DEBUG - urllib3.connectionpool - [_make_request]: https://gql.twitch.tv:443 "POST /gql HTTP/1.1" 200 200
10/01/25 21:08:53 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [post_gql_request]: Data: {'operationName': 'ReportMenuItem', 'extensions': {'persistedQuery': {'version': 1, 'sha256Hash': '8f3628981255345ca5e5453dfd844efffb01d6413a9931498836e6268692a30c'}}, 'variables': {'channelLogin': 'rukixstalker'}}, Status code: 200, Content: {"data":{"requestInfo":{"countryCode":"GB","__typename":"RequestInfo"},"user":{"id":"2435406","stream":null,"__typename":"User"}},"extensions":{"durationMilliseconds":40,"operationName":"ReportMenuItem","requestID":"01JH90QBMCP8PN5Q8KGPQP5PP0"}}
10/01/25 21:08:53 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): www.twitch.tv:443
10/01/25 21:08:54 - DEBUG - urllib3.connectionpool - [_make_request]: https://www.twitch.tv:443 "GET / HTTP/1.1" 200 None
10/01/25 21:08:54 - DEBUG - TwitchChannelPointsMiner.classes.Twitch - [update_client_version]: Error with update_client_version: no match
10/01/25 21:08:54 - DEBUG - urllib3.connectionpool - [_new_conn]: Starting new HTTPS connection (1): gql.twitch.tv:443

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant