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

log dump for latest test #10

Open
karimkohel opened this issue Apr 25, 2021 · 1 comment
Open

log dump for latest test #10

karimkohel opened this issue Apr 25, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@karimkohel
Copy link
Member

this is a dump of the latest test and should be worked on

Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "/home/karimkohel/Bo2loz/bo2loz_venv/lib/python3.6/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "/home/karimkohel/Bo2loz/meetings.py", line 68, in on_voice_state_update
members = voice_channel.members
AttributeError: 'NoneType' object has no attribute 'members'
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "/home/karimkohel/Bo2loz/bo2loz_venv/lib/python3.6/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "/home/karimkohel/Bo2loz/meetings.py", line 68, in on_voice_state_update
members = voice_channel.members
AttributeError: 'NoneType' object has no attribute 'members'
Ignoring exception in on_voice_state_update
Traceback (most recent call last):
File "/home/karimkohel/Bo2loz/bo2loz_venv/lib/python3.6/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "/home/karimkohel/Bo2loz/meetings.py", line 68, in on_voice_state_update
members = voice_channel.members
AttributeError: 'NoneType' object has no attribute 'members'
Ignoring exception in on_message
Traceback (most recent call last):
File "/home/karimkohel/Bo2loz/bo2loz_venv/lib/python3.6/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "RobEn.py", line 70, in on_message
if message.author.bot or message.channel.id != message.author.dm_channel.id:
AttributeError: 'NoneType' object has no attribute 'id'
Ignoring exception in on_message
Traceback (most recent call last):
File "/home/karimkohel/Bo2loz/bo2loz_venv/lib/python3.6/site-packages/discord/client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "RobEn.py", line 70, in on_message
if message.author.bot or message.channel.id != message.author.dm_channel.id:
AttributeError: 'NoneType' object has no attribute 'id'

@karimkohel karimkohel added the bug Something isn't working label Apr 25, 2021
@mhwahdan
Copy link
Member

Ignoring exception in on_message
Traceback (most recent call last):
File "C:\Users\moust.conda\envs\robben_discord_bot\lib\site-packages\discord\client.py", line 343, in _run_event
await coro(*args, **kwargs)
File "e:\Git Repositories\Discord-bot\RobEn.py", line 76, in on_message
channel = await message.author.create_dm()
AttributeError: 'ClientUser' object has no attribute 'create_dm'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants