GeneralProxyError: (6, 'timed out') #1019

Closed
opened 2017-06-24 22:01:02 +02:00 by Erkan-Yilmaz · 0 comments
Erkan-Yilmaz commented 2017-06-24 22:01:02 +02:00 (Migrated from github.com)

BM was running over tor (socks5):

Jun 24 20:02:24 2017-06-24 20:02:24,522 - ERROR - SOCKS DNS resolving failed
Jun 24 20:02:24 Traceback (most recent call last):
Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/helper_bootstrap.py", line 85, in dns
Jun 24 20:02:24 ip = sock.resolve("bootstrap" + str(port) + ".bitmessage.org")
Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/socks/init.py", line 460, in resolve
Jun 24 20:02:24 return self.__resolvesocks5(host)
Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/socks/init.py", line 267, in __resolvesocks5
Jun 24 20:02:24 resp = self.__recvall(4)
Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/socks/init.py", line 139, in __recvall
Jun 24 20:02:24 raise GeneralProxyError((6, "timed out"))
Jun 24 20:02:24 GeneralProxyError: (6, 'timed out')

in the 0.6 branch: with today's version, commit 189578c

BM was running over tor (socks5): Jun 24 20:02:24 2017-06-24 20:02:24,522 - ERROR - SOCKS DNS resolving failed Jun 24 20:02:24 Traceback (most recent call last): Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/helper_bootstrap.py", line 85, in dns Jun 24 20:02:24 ip = sock.resolve("bootstrap" + str(port) + ".bitmessage.org") Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/socks/__init__.py", line 460, in resolve Jun 24 20:02:24 return self.__resolvesocks5(host) Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/socks/__init__.py", line 267, in __resolvesocks5 Jun 24 20:02:24 resp = self.__recvall(4) Jun 24 20:02:24 File "/home/the_Illuminati/PyBitmessage-0.6.2__dev__from_2017_06_24__commit_189578c/src/socks/__init__.py", line 139, in __recvall Jun 24 20:02:24 raise GeneralProxyError((6, "timed out")) Jun 24 20:02:24 GeneralProxyError: (6, 'timed out') in the 0.6 branch: with today's version, commit 189578c
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-11-30#1019
No description provided.