Sonarr version (exact version): 2.0.0.4323
Mono version (if Sonarr is not running on Windows):
OS: ubuntu 16
I use a script to pump Plex saved programs into Sonarr, if they’re in sonarr.
I had 2 odd behaviors
- Big Bang Theory loaded fine, but had an error
- Jeopardy! stopped loading suddenly
Jeopardy!
curl http://192.168.0.12:8989/api/command -X POST -d “{“name”: “downloadedepisodesscan”, “path”: “/media/disk1/media/downloads/unsortedsonarr/Jeopardy!”, “downloadClientId”: “nzoid”}” --header “X-Api-Key:xxxx”
got a result:
{
“name”: “DownloadedEpisodesScan”,
“body”: {
“sendUpdatesToClient”: false,
“sendUpdates”: false,
“path”: “/media/disk1/media/downloads/unsortedsonarr/Jeopardy!”,
“downloadClientId”: “nzoid”,
“updateScheduledTask”: true,
“completionMessage”: “Completed”,
“name”: “DownloadedEpisodesScan”,
“trigger”: “manual”
},
“priority”: “normal”,
“status”: “started”,
“queued”: “2016-09-20T00:10:02.21973Z”,
“started”: “2016-09-20T00:10:02.253038Z”,
“trigger”: “manual”,
“state”: “started”,
“manual”: true,
“startedOn”: “2016-09-20T00:10:02.21973Z”,
“stateChangeTime”: “2016-09-20T00:10:02.253038Z”,
“sendUpdatesToClient”: false,
“updateScheduledTask”: true,
“id”: 347573
}
And the following error:
External directory scan request for unknown download nzoid, attempting normal import. [/media/disk1/media/downloads/unsortedsonarr/Jeopardy!]
Big Bang Theory
Curl Data: “name”: “downloadedepisodesscan”, “path”: “/media/disk1/media/downloads/unsortedsonarr/The Big Bang Theory”, “downloadClientId”: “nzoid”
{
“name”: “DownloadedEpisodesScan”,
“body”: {
“sendUpdatesToClient”: false,
“sendUpdates”: false,
“path”: “/media/disk1/media/downloads/unsortedsonarr/The Big Bang Theory”,
“downloadClientId”: “nzoid”,
“updateScheduledTask”: true,
“completionMessage”: “Completed”,
“name”: “DownloadedEpisodesScan”,
“trigger”: “manual”
},
“priority”: “normal”,
“status”: “queued”,
“queued”: “2016-09-20T00:31:53.590398Z”,
“trigger”: “manual”,
“state”: “queued”,
“manual”: true,
“startedOn”: “2016-09-20T00:31:53.590398Z”,
“sendUpdatesToClient”: false,
“updateScheduledTask”: true,
“id”: 347592
}
BBT still loaded the show into the proper directory
The only difference I saw was:
“state”: “started”,