Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Still cog list error #452

Open
zerox003 opened this issue Mar 10, 2019 · 1 comment
Open

Still cog list error #452

zerox003 opened this issue Mar 10, 2019 · 1 comment

Comments

@zerox003
Copy link

Ignoring exception in command list
Traceback (most recent call last):
File "C:\Users\dspla\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\core.py", line 60, in wrapped
ret = await coro(*args, **kwargs)
File "C:\Users\dspla\Desktop\Discord-Selfbot-2.1.0\cogs\cog_download.py", line 138, in list
found_cog = response.json()
File "C:\Users\dspla\AppData\Roaming\Python\Python36\site-packages\requests\models.py", line 850, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\dspla\AppData\Local\Programs\Python\Python36\lib\json_init_.py", line 354, in loads
return _default_decoder.decode(s)
File "C:\Users\dspla\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\dspla\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\Users\dspla\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\bot.py", line 876, in invoke
await ctx.command.invoke(ctx)
File "C:\Users\dspla\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\core.py", line 916, in invoke
await ctx.invoked_subcommand.invoke(ctx)
File "C:\Users\dspla\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\core.py", line 506, in invoke
await injected(*ctx.args, **ctx.kwargs)
File "C:\Users\dspla\AppData\Roaming\Python\Python36\site-packages\discord\ext\commands\core.py", line 69, in wrapped
raise CommandInvokeError(e) from e
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: JSONDecodeError: Expecting value: line 1 column 1 (char 0)``

@CoopDoop
Copy link

I have the same issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants