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

AttributeError: 'TCPSocketConnection' object has no attribute 'socket' #59

Closed
py-mine-bot opened this issue Feb 15, 2022 · 0 comments
Closed
Labels
Github Import This was auto-imported from upstream repository type: bug Something isn't working

Comments

@py-mine-bot
Copy link
Collaborator

zacholade Authored by zacholade
Oct 20, 2017
Closed May 7, 2019


Exception ignored in: <bound method TCPSocketConnection.del of <mcstatus.protocol.connection.TCPSocketConnection object at 0x7fb1991eccc0>>
Traceback (most recent call last):
File "/root/Factions-Discord-Bot/Factions-Discord-Bot/mcstatus/protocol/connection.py", line 153, in del
self.socket.close()
AttributeError: 'TCPSocketConnection' object has no attribute 'socket'
Exception ignored in: <bound method TCPSocketConnection.del of <mcstatus.protocol.connection.TCPSocketConnection object at 0x7fb19878e208>>
Traceback (most recent call last):
File "/root/Factions-Discord-Bot/Factions-Discord-Bot/mcstatus/protocol/connection.py", line 153, in del
self.socket.close()
AttributeError: 'TCPSocketConnection' object has no attribute 'socket'

@py-mine-bot
Copy link
Collaborator Author

MarkL4YG Authored by MarkL4YG
Oct 20, 2017


#56

@py-mine-bot
Copy link
Collaborator Author

kevinkjt2000 Authored by kevinkjt2000
May 7, 2019


Fixed in #56

@py-mine-bot py-mine-bot added type: bug Something isn't working Github Import This was auto-imported from upstream repository labels Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Github Import This was auto-imported from upstream repository type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant