synolopy icon indicating copy to clipboard operation
synolopy copied to clipboard

Synology Python API

Results 6 synolopy issues
Sort by recently updated
recently updated
newest added

i tried the following code: method = 'create' params = { 'params':{ "url": "http://torrent.com/abc.torrent", "destination": "video/TEMPERORY", }} nas.downloadstation.task.request(method, **params) File "...\Anaconda3\lib\site-packages\synolopy\devices.py", line 20, in validate raise SynologyException(API_ERROR[code]) SynologyException: Invalid parameter...

Hello, i have an issue with synolopy using python3 You are using Queue but in python3 this module has been rename "queue" it's could be useful to migrate from python2...

Sorry not really a bug/issue, just wondering if quickconnect is supported ? I'm trying to connect to my server via : ``` >>> from synolopy import NasApi >>> nas =...

params.py contains variables to control requests behaviour: - timeout (defaulted to 10 seconds) - verifySSL (default is True, strict checking)

There is no dependency handling while installing the package. Therefore, `requests` is missing. A `requirements.txt` file would be nice.

bug

_From a discussion on a1ea1bde1_ synolopy is missing support for the VideoStation API among other, the main reason being that Synology did not publish a documentation (although they wrote very...

enhancement