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 May 8, 2025. It is now read-only.
Hi,
I am using SABDriodEx 2.4.0 and Couchpotato 0288cc88 (2014/12/22). When I click Movies in SABDriodEx a connection is made using http://a.b.c.d:5050/api//status.list. Couchpotato returns an HTTP(200): "API call doesn't seem to exist". Then nothing further happens. A manual call to the same API Method returns the same result. looking at the CouchPotato installed doc, the "status.list" API is not documented.
I would think the way the app appears to function (referencing the Queue and Shows tabs) a more appropriate API call at connection would be:
app.available
if successful followed by movie.list.
if unsuccesfull report a "Server not responding. Is it running" .