You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
returnf(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'
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
AttributeError: 'Command' object has no attribute 'file'
Command used:
Environment
streamrip
version: v0.6.2Traceback
The text was updated successfully, but these errors were encountered: