streamrip icon indicating copy to clipboard operation
streamrip copied to clipboard

Unable to load from config file on iOS

Open PixelCode5 opened this issue 1 year ago • 0 comments

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

error0 error2 error3

Additional context

No response

PixelCode5 avatar Jan 27 '24 17:01 PixelCode5