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

Bug: AttributeError: 'Command' object has no attribute 'file' #101

Closed
zzzzzozzzzz opened this issue Jun 24, 2021 · 0 comments
Closed

Bug: AttributeError: 'Command' object has no attribute 'file' #101

zzzzzozzzzz opened this issue Jun 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@zzzzzozzzzz
Copy link

zzzzzozzzzz commented Jun 24, 2021

Bug Report

Current Behavior
AttributeError: 'Command' object has no attribute 'file'

Command used:

rip config -t
rip config -q

Environment

  • streamrip version: v0.6.2
  • Python version: 3.9
  • OS: Linux

Traceback

Traceback (most recent call last):
  File "/home/user/.local/bin/rip", line 8, in <module>
    sys.exit(main())
  File "/home/user/.local/lib/python3.9/site-packages/streamrip/cli.py", line 414, in main
    cli(obj={})
  File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 1137, in __call__
    return self.main(*args, **kwargs)
  File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 1062, in main
    rv = self.invoke(ctx)
  File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 1668, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/user/.local/lib/python3.9/site-packages/click/core.py", line 763, in invoke
    return __callback(*args, **kwargs)
  File "/home/user/.local/lib/python3.9/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/user/.local/lib/python3.9/site-packages/streamrip/cli.py", line 325, in config
    config.file["tidal"].update(client.get_tokens())
AttributeError: 'Command' object has no attribute 'file'
@zzzzzozzzzz zzzzzozzzzz added the bug Something isn't working label Jun 24, 2021
nathom added a commit that referenced this issue Jun 24, 2021
Signed-off-by: nathom <nathanthomas707@gmail.com>
@nathom nathom closed this as completed Jun 24, 2021
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