Advertisement
Guest User

Error for bot

a guest
Aug 25th, 2021
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.65 KB | None | 0 0
  1. Ignoring exception in on_command_error
  2. Traceback (most recent call last):
  3.   File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 85, in wrapped
  4.     ret = await coro(*args, **kwargs)
  5.   File "/home/container/tickets.py", line 134, in close
  6.     subprocess.Popen([path, 'export', '-t', 'my_bot_token', '-b', '-c', str(channel.id), '-o', file_path, '--dateformat', 'u'], shell=True).wait()
  7.   File "/usr/local/lib/python3.8/subprocess.py", line 858, in __init__
  8.     self._execute_child(args, executable, preexec_fn, close_fds,
  9.   File "/usr/local/lib/python3.8/subprocess.py", line 1641, in _execute_child
  10.     self.pid = _posixsubprocess.fork_exec(
  11. TypeError: expected str, bytes or os.PathLike object, not function
  12.  
  13. The above exception was the direct cause of the following exception:
  14.  
  15. Traceback (most recent call last):
  16.   File "/home/container/.local/lib/python3.8/site-packages/discord/client.py", line 343, in _run_event
  17.     await coro(*args, **kwargs)
  18.   File "/home/container/main.py", line 51, in on_command_error
  19.     raise error
  20.   File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/bot.py", line 939, in invoke
  21.     await ctx.command.invoke(ctx)
  22.   File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 863, in invoke
  23.     await injected(*ctx.args, **ctx.kwargs)
  24.   File "/home/container/.local/lib/python3.8/site-packages/discord/ext/commands/core.py", line 94, in wrapped
  25.     raise CommandInvokeError(exc) from exc
  26. discord.ext.commands.errors.CommandInvokeError: Command raised an exception: TypeError: expected str, bytes or os.PathLike object, not function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement