error: uncaptured python exception, closing channel #1024

Closed
opened 2017-07-04 17:39:19 +02:00 by g1itch · 1 comment
g1itch commented 2017-07-04 17:39:19 +02:00 (Migrated from github.com)

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.

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.
PeterSurda commented 2017-07-05 08:48:18 +02:00 (Migrated from github.com)

This is another overly dramatic log entry. I fixed it locally yesterday and will commit it in the next day or two.

This is another overly dramatic log entry. I fixed it locally yesterday and will commit it in the next day or two.
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-12-02#1024
No description provided.