streamrip
streamrip copied to clipboard
Unable to load from config file on iOS
Describe the bug
I was able to install streamrip on iOS a-shell app. There are no errors while running rip command. But when I try to download I get error regarding config file.i.e Error loading config from object.init() takes exactly one argument (the instance to initialize) TypeError: 'NoneType' object does not support the context manager protocol.
I am able to clone the repo using git therefore I can modify files before installing using pip, so are there any parameters that I can change so I can fix this error before installing.
Command Used
rip --config-path=./config.toml url 'https://'
Debug Traceback
Error loading config from
object.__init__() takes exactly one argument (the instance to initialize)
TypeError: 'NoneType' object does not support the context manager protocol.
Config File
..
Operating System
iOS
streamrip version
2.0.5
Screenshots and recordings
Additional context
No response