Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakage on latest master #1982

Closed
karolyi opened this issue Apr 9, 2022 · 0 comments
Closed

Breakage on latest master #1982

karolyi opened this issue Apr 9, 2022 · 0 comments
Labels
Milestone

Comments

@karolyi
Copy link

karolyi commented Apr 9, 2022

Nicotine+ Version: 3.3.0.dev1
GTK Version: 3.24.33
Python Version: 3.8.13 (default, Mar 26 2022, 01:14:17)
[Clang 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c

Type: <class 'AttributeError'>
Value: 'NoneType' object has no attribute 'conn_type'
Traceback:   File "/home/user/nicotine-plus/pynicotine/gtkgui/frame.py", line 1853, in _on_critical_error_threading
    raise args.exc_value
  File "/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
    self.run()
  File "/home/user/nicotine-plus/pynicotine/slskproto.py", line 2259, in run
    self.process_conn_input(sock, conn_obj)
  File "/home/user/nicotine-plus/pynicotine/slskproto.py", line 1929, in process_conn_input
    self.process_peer_init_input(conn_obj, conn_obj.ibuf)
  File "/home/user/nicotine-plus/pynicotine/slskproto.py", line 1482, in process_peer_init_input
    self.close_connection(self._conns, conn_obj.sock)
  File "/home/user/nicotine-plus/pynicotine/slskproto.py", line 1144, in close_connection
    conn_type = conn_obj.init.conn_type
@karolyi karolyi added the bug label Apr 9, 2022
@mathiascode mathiascode added this to the 3.3.0 milestone Jan 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants