Open HeyItsJono opened 1 week ago
Hi @HeyItsJono, thank you for report.
I've seen this myself before, it's quite nondeterministic - probably depends on responsiveness of api.jdownloader.org
. I need to think about how to make this more resilient. According to my experience, retrying command will eventually work.
Hi @HeyItsJono, thank you for report. I've seen this myself before, it's quite nondeterministic - probably depends on responsiveness of
api.jdownloader.org
. I need to think about how to make this more resilient. According to my experience, retrying command will eventually work.
Is there a way to interface with the JD instance directly over the local network? JD API allows direct connection which may bypass the issue with API timeouts, I know the Python JD library allows for this
Non-default API endpoint is not supported by CLI (yet?) Do you have a link to Python JD library that is capable of direct connection?
Sure, mind you I haven't tested it myself yet.
Sample: https://github.com/pglaum/pyjd/blob/master/examples/direct.py
Relevant parts of the Python Library: https://github.com/pglaum/pyjd/blob/master/pyjd/direct_connector.py https://github.com/pglaum/pyjd/blob/master/pyjd/direct_connection_helper.py
Hey there, I'm excited to finally have an alternative to the sluggish web interface, but unfortunately many of these commands seem to just time out. Here's an example below (sensitive info has been replaced by placeholders).