-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Is it possible to make download station create task utilizing torrent file? #117
Comments
I don't recall having this issue, i was just reading a post in synology where task_create should be requested by GET and not POST. I will have a look later on |
Right, I have substituted GET for POST, that's another error in that erroneous document XDDD. I have noticed downlaod station has been using SYNO.DownloadStation2.Task API while synology haven't release document for that version. |
Interesting! Well I love synology but a lot of incorrect info in their api. Lets see if I find something. However if you have already it working you can make a PR |
@N4S4 By the way this could be related to why I can make FileStation object get the API list by simply updating the path but the DownloadStation object is not able to get the API list by simply updating the path only. I will try the |
Ok let me know, tomorrow I will do some testing and see whats wrong |
@CKopoer so now I remember
not really clear but I will try to work on it and see what I get |
I have tried long ago to make download station create task utilizing torrent file (from client or DSM) by python. But it seems that there are something wrong in DSM Download Station API document.
I could create downloading task by url, but fail lots of times by torrent files. Have you solve this problem?
The text was updated successfully, but these errors were encountered: