Mark Kuchel
Results
2
comments of
Mark Kuchel
Same issue still unfortunately. I check on Firefox with a disabled cache to make sure I was getting the latest version, as well as Chrome, which I haven't used previously...
```python from synology_dsm import SynologyDSM print("Creating Valid API") api = SynologyDSM("192.168.0.152", "5000", "mark", "pwd", False, timeout=30, debugmode=True) ``` That is essentially my test code above. My NAS was using 192.168.0.152...