-
Notifications
You must be signed in to change notification settings - Fork 38
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
volumes = api.storage.volumes is None #3
Comments
I have the same error.
I tried several users (all from the administrators group), tried http and https and always the same error. I don't use the two-factor authentication. |
I've same error :( Device: DS214+ |
Hello folks, good morning I'm using DS213 and got the same issue on the original DSM version 5.2. I was checking the code and then I decided upgrade the synology before working in the code. After reaching 6.0 the call api.storage.volumes started to work, then I fully upgraded DSM 6.2-23739 and everything is working as expected now. Waldirio |
Sadly the 5.2 version of DSM is not supported due to the API being different. Might be added in the feature if someone is up for the job (don't have a 5.2 myself so am unable to create / test it) |
Now that we're 3 months on and this is happening with the latest version of DSM - 6.2, is there anything being done to investigate this? |
Hello drew, Not sure what you mean. Only DSM version 6 and up is supported. Is something not working in DSM 6.2? With kind regards, Ferry |
Hi @StaticCube, Yes, this appears to be manifesting itself on DSM 6.2. I'm using Home Assistant, which has a component: https://www.home-assistant.io/components/sensor.synologydsm/. Whenever I try to use this component, it breaks on boot with the error highlighted in this issue. I noticed further up, @erykosky is also highlighting that they're having the same issue on DSM 6.1 also? |
RE the above, the component is here: https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/sensor/synologydsm.py |
@drewzh, didn't know it was doing that actually setting up my home assistance instance again (wrote that one 2). Will reopen the issue and fix it thanks. |
Thanks @StaticCube, if you need any further output or testing, please let me know. |
Hello, |
Hi ! Is the issue still happening with 0.4.0 ? Thanks. |
Synology version DS3615xs
DSM version 5.2
volumes = api.storage.volumes returns a None result
and following .. TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: