GeneralProxyError: (6, 'timed out') #1019
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-11-30#1019
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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