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

[Tags] Fix [p]tag settings dump command #587

Open
Injabie3 opened this issue Sep 30, 2022 · 1 comment
Open

[Tags] Fix [p]tag settings dump command #587

Injabie3 opened this issue Sep 30, 2022 · 1 comment
Labels
bug Umbrella label for things that shouldn't happen and should be addressed relatively soon.

Comments

@Injabie3
Copy link
Member

Command is erroring out, should root cause and fix it.

@Injabie3 Injabie3 added the bug Umbrella label for things that shouldn't happen and should be addressed relatively soon. label Sep 30, 2022
@quachtridat
Copy link
Member

Traceback log:

Traceback (most recent call last):
  File "$REN_VENV_PATH/lib/python3.8/site-packages/$DISCORD_PKG/discord/ext/commands/core.py", line 85, in wrapped
    ret = await coro(*args, **kwargs)
  File "$REN_PATH/cogs/tags/tags.py", line 368, in dump
    with open(DUMP_IN, "r") as inputFile, open(DUMP_OUT, "w") as outputFile:
FileNotFoundError: [Errno 2] No such file or directory: 'data/tags/tags.json'

Looks like we need to reconfigure the path to the JSON file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Umbrella label for things that shouldn't happen and should be addressed relatively soon.
Projects
None yet
Development

No branches or pull requests

2 participants