You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
This is a weird one. I encountered this problem testing against a DMR that was claiming to be a DMS, i.e., it claimed to be a MediaServer1 device but it implemented AvTransport instead of ContentDirectory. dLeyna-server discovered the device correctly but crashed when attempting to perform a list children. It crashes as it always assumes that the service proxy is non NULL. As the service proxy is NULL the action is not created. We then complete the task but we don't have an error object either so we crash.
My feeling is that we should fix this by simply not exposing devices that do not provide a content directory service. Then the rest of the dLeyna-code that assumes that the service proxy is not NULL will be correct.