Replies: 1 comment
-
|
Looks like it is not a miner's issue, but your server's. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 700, in urlopen
self._prepare_proxy(conn)
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 994, in _prepare_proxy
conn.connect()
File "/usr/local/lib/python3.10/site-packages/urllib3/connection.py", line 369, in connect
self._tunnel()
File "/usr/local/lib/python3.10/http/client.py", line 924, in _tunnel
raise OSError(f"Tunnel connection failed: {code} {message.strip()}")
OSError: Tunnel connection failed: 403 Forbidden
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
resp = conn.urlopen(
File "/usr/local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 785, in urlopen
retries = retries.increment(
File "/usr/local/lib/python3.10/site-packages/urllib3/util/retry.py", line 592, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='gql.twitch.tv', port=443): Max retries exceeded with url: /gql (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/run.py", line 78, in
twitch_miner.mine(
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/./TwitchChannelPointsMiner/TwitchChannelPointsMiner.py", line 208, in mine
self.run(streamers=streamers, blacklist=blacklist, followers=followers)
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/./TwitchChannelPointsMiner/TwitchChannelPointsMiner.py", line 226, in run
self.twitch.login()
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/./TwitchChannelPointsMiner/classes/Twitch.py", line 87, in login
if self.twitch_login.login_flow():
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/./TwitchChannelPointsMiner/classes/TwitchLogin.py", line 153, in login_flow
return self.check_login()
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/./TwitchChannelPointsMiner/classes/TwitchLogin.py", line 299, in check_login
self.login_check_result = self.__set_user_id()
File "/home/dsghjsdgsdgf/mine/Twitch-Channel-Points-Miner-v2/./TwitchChannelPointsMiner/classes/TwitchLogin.py", line 346, in __set_user_id
response = self.session.post(GQLOperations.url, json=json_data)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 635, in post
return self.request("POST", url, data=data, json=json, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
resp = self.send(prep, **send_kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
r = adapter.send(request, **kwargs)
File "/usr/local/lib/python3.10/site-packages/requests/adapters.py", line 559, in send
raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPSConnectionPool(host='gql.twitch.tv', port=443): Max retries exceeded with url: /gql (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))
Beta Was this translation helpful? Give feedback.
All reactions