8 Running search movie harry potter causes potatobot to die
This was due to the fact that http://www.omdbapi.com/ is becoming a closed API. This API was used for the search functionality. The omdb search is replaced by the movie search of couchpotato itself.
7 Config.get is not a function
After some discussion in the comment this issue was caused by the fact that the protocol (http) was not configured for the host entry for couchpotato. The example config now also shows that the protocol is required.
The unit tests are temporarily disabled. New unit tests will be added.
This PR fixes 2 open issues:
Changes
8 Running
search movie harry potter
causes potatobot to die7 Config.get is not a function
The unit tests are temporarily disabled. New unit tests will be added.