error: uncaptured python exception, closing channel #1024
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-12-02#1024
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?
Got the following strange output in console with latest code:
error: uncaptured python exception, closing channel <network.tcp.Socks5BMConnection localhost:9050 at 0x7fdae80a5290> (<class 'network.socks5.Socks5Error'>:Connection refused [/usr/lib64/python2.7/site-packages/pybitmessage/network/asyncore_pollchoose.py|read|106] [/usr/lib64/python2.7/site-packages/pybitmessage/network/asyncore_pollchoose.py|handle_read_event|639] [/usr/lib64/python2.7/site-packages/pybitmessage/network/tcp.py|handle_read|167] [/usr/lib64/python2.7/site-packages/pybitmessage/network/tls.py|handle_read|91] [/usr/lib64/python2.7/site-packages/pybitmessage/network/advanceddispatcher.py|handle_read|85] [/usr/lib64/python2.7/site-packages/pybitmessage/network/advanceddispatcher.py|process|51] [/usr/lib64/python2.7/site-packages/pybitmessage/network/socks5.py|state_pre_connect|89]) error: uncaptured python exception, closing channel <network.tcp.Socks5BMConnection localhost:9050 at 0x7fdae80a5390> (<class 'network.socks5.Socks5Error'>:Connection refused [/usr/lib64/python2.7/site-packages/pybitmessage/network/asyncore_pollchoose.py|read|106] [/usr/lib64/python2.7/site-packages/pybitmessage/network/asyncore_pollchoose.py|handle_read_event|639] [/usr/lib64/python2.7/site-packages/pybitmessage/network/tcp.py|handle_read|167] [/usr/lib64/python2.7/site-packages/pybitmessage/network/tls.py|handle_read|91] [/usr/lib64/python2.7/site-packages/pybitmessage/network/advanceddispatcher.py|handle_read|85] [/usr/lib64/python2.7/site-packages/pybitmessage/network/advanceddispatcher.py|process|51] [/usr/lib64/python2.7/site-packages/pybitmessage/network/socks5.py|state_pre_connect|89])
However BM connects to network and receives messages.
This is another overly dramatic log entry. I fixed it locally yesterday and will commit it in the next day or two.