Closed labrys closed 6 years ago
According to docs on https://global.download.synology.com/download/Document/DeveloperGuide/Synology_Download_Station_Web_API.pdf a 403 error indicates "Destination does not exist". But folder is there and permissions are set (also, running downloadstation as admin so shouldn't really have to worry about permissions).
Unfortunately the debug log is clipping the POST log so full post body is not visible: DownloadStation: Requested a POST connection to http://localhost:9092/webapi/DownloadStation/task.cgi with params: None Data: {u'session': u'DownloadStation', u'destination': u'/volume1/downloads/downloads_tv', u'api': u'SYNO...
Manage to get it working on develop branch. The issue was in tv_download_dir settings. For synology you can no longer have (in my case) "volume1" / root folder in the post. so my "tv_download_dir = volume1/downloads/downloads_tv/" had to be changed to "tv_download_dir = downloads/downloads_tv" to work properly.
@labrys I think if any changes needs to be done is to ensure that the root folder is not saved in the config.ini. Otherwise, look at this as a case of RTFM 😃
hehe :) good to hear that you were able to resolve it... i'll leave this open for now till we decide how to deal with the situation
Before submitting your issue:
@andersjohansson3 Continuation of #3087 for DownloadStation issues.
Enable debug logging in Medusa settings, reproduce the error (be sure to disable after the bug is fixed)
Branch/Commit: Develop OS: Linux What you did: Added torrent through manual snatch What happened: Received error:
DownloadStation: Unable to send Torrent
What you expected: Torrent to be sent to DownloadStation Logs: