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
Has anyone experienced this, previously login was successful with a token, but sometimes this happens. Sometimes I try to update the token but it still happens like this, does anyone have a solution?
ERROR :
client.run(client.token)
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 631, in run
return future.result()
^^^^^^^^^^^^^^^
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 610, in runner
await self.start(*args, **kwargs)
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 574, in start
await self.connect(reconnect=reconnect)
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\client.py", line 477, in connect
await self.ws.poll_event()
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\gateway.py", line 547, in poll_event
await self.received_message(msg.data)
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\gateway.py", line 497, in received_message
func(data)
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\state.py", line 485, in parse_ready_supplemental
user.settings = Settings(data=data.get('user_settings', {}), state=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\settings.py", line 115, in __init__
self.friend_source_flags = FriendFlags._from_dict(data.get('friend_source_flags'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "..\AppData\Local\Programs\Python\Python311\Lib\site-packages\discord\enums.py", line 282, in _from_dict
all = data.get('all')
^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'get'
System Information :
aiohttp==3.7.4.post0
discord.py-self==1.9.2
Python 3.11.2
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone experienced this, previously login was successful with a token, but sometimes this happens. Sometimes I try to update the token but it still happens like this, does anyone have a solution?
ERROR :
System Information :
aiohttp==3.7.4.post0
discord.py-self==1.9.2
Python 3.11.2
Beta Was this translation helpful? Give feedback.
All reactions