RoboDanny icon indicating copy to clipboard operation
RoboDanny copied to clipboard

ClientPayloadError: Response payload is not completed

Open tomlin7 opened this issue 5 years ago • 0 comments

There is an error in cpp command ( module : Lounge<C++>)

In cpp:
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\discord\ext\commands\core.py", line 85, in wrapped
    ret = await coro(*args, **kwargs)
  File "C:\Users\billy\OneDrive\Documents\GitHub\RoboDanny-rewrite\RoboDanny-rewrite\cogs\lounge.py", line 214, in cpp
    root = etree.fromstring(await resp.text(), etree.HTMLParser())
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\aiohttp\client_reqrep.py", line 1009, in text
    await self.read()
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\aiohttp\client_reqrep.py", line 973, in read
    self._body = await self.content.read()
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\aiohttp\streams.py", line 358, in read
    block = await self.readany()
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\aiohttp\streams.py", line 380, in readany
    await self._wait('readany')
  File "C:\Users\billy\AppData\Roaming\Python\Python38\site-packages\aiohttp\streams.py", line 296, in _wait
    await waiter
ClientPayloadError: Response payload is not completed

tomlin7 avatar Dec 08 '20 07:12 tomlin7