Jack_77 bei mir hat das nichts genützt, soweit ich das sehe war das problem dass die fork auto erkennung nicht richtig funktioniert und daher die zusatzparameter nicht übermittelt werden:
2021-05-23 21:53:53 DEBUG ::SERVER: Attempting to connect to server at http://172.17.0.1:8081
2021-05-23 21:53:54 DEBUG ::SERVER: Server responded at http://172.17.0.1:8081
2021-05-23 21:53:54 INFO ::MAIN: Attempting to auto-detect tv fork
2021-05-23 21:53:54 INFO ::MAIN: SickBeard:tv fork auto-detection found custom params {}
2021-05-23 21:53:54 INFO ::MAIN: SickBeard:tv fork set to custom
Dann kommt der Fehler mit dem fehlen Post-Processing-Dir (weil es eben nicht im HTTP-Request übergeben wird):
021-05-23 21:53:54 DEBUG ::SICKBEARD: Opening URL: http://172.17.0.1:8081/home/postprocess/processEpisode with params: {'nzbName': 'Agatha.Raisin.S03E01.German.DVDRip.x264-AWARDS', 'proc_type': 'manual', 'quiet': 1}
2021-05-23 21:53:54 POSTPROCESS::SICKBEARD: {"status": "failed", "message": "Missing Post-Processing dir"}
2021-05-23 21:53:54 ERROR ::MAIN: A problem was reported in the /app/nzbget/scripts/nzbToMedia/nzbToSickBeard.py script.
Habe dann den Fork mal manuell auf den Wert "Medusa" gesetzt und siehe da, jetzt gehts:
2021-05-23 23:21:13 DEBUG ::SERVER: Attempting to connect to server at http://172.17.0.1:8081
2021-05-23 23:21:13 DEBUG ::SERVER: Server responded at http://172.17.0.1:8081
2021-05-23 23:21:13 INFO ::MAIN: SickBeard:tv fork set to medusa
2021-05-23 23:21:13 INFO ::MAIN: FLATTEN: Flattening directory: /app/nzbget/downloads/complete/tv/Agatha.Raisin.S03E07.German.DVDRip.x264-AWARDS
2021-05-23 23:21:13 DEBUG ::MAIN: Checking for empty folders in:/app/nzbget/downloads/complete/tv/Agatha.Raisin.S03E07.German.DVDRip.x264-AWARDS
2021-05-23 23:21:13 POSTPROCESS::SICKBEARD: SUCCESS: The download succeeded, sending a post-process request
2021-05-23 23:21:13 DEBUG ::SICKBEARD: Opening URL: http://172.17.0.1:8081/home/postprocess/processEpisode with params: {'nzbName': 'Agatha.Raisin.S03E07.German.DVDRip.x264-AWARDS', 'proc_type': 'manual', 'quiet': 1, 'failed': 0, 'process_method': 'move', 'proc_dir': u'/downloads/complete/tv/Agatha.Raisin.S03E07.German.DVDRip.x264-AWARDS'}