You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to connect to a minecraft server and getting this error:
Can't log into online-mode server while using offline profile
Traceback (most recent call last):
File "/home/user/.local/lib/python3.10/site-packages/quarry/net/protocol.py", line 245, in data_received
self.packet_received(buff, name)
File "/home/user/.local/lib/python3.10/site-packages/quarry/net/protocol.py", line 267, in packet_received
dispatched = self.dispatch((name,), buff)
File "/home/user/.local/lib/python3.10/site-packages/quarry/net/protocol.py", line 26, in dispatch
handler(buff)
File "/home/user/.local/lib/python3.10/site-packages/quarry/net/client.py", line 153, in packet_login_encryption_request
raise ProtocolError("Can't log into online-mode server while using"
quarry.net.protocol.ProtocolError: Can't log into online-mode server while using offline profile
The text was updated successfully, but these errors were encountered:
Trying to connect to a minecraft server and getting this error:
The text was updated successfully, but these errors were encountered: