(continuation) Check For Finished Download task stuck when file is post-processing

Sonarr version (exact version) : 2.0.0.5322
Mono version (if Sonarr is not running on Windows) : 5.20.1.19
OS : Linux Docker: https://github.com/mdhiggins/sonarr-sma
Description of issue :

I would like to continue this archived issue. So me and the sonarr-sma developer (mdhiggins) are trying to make the script work in the background to solve this task stuck issue. Our discussion about this starts from this post and basically we tried wrapping the post-conversion script to something like this:

#!/bin/sh
/usr/local/bin/sma/env/bin/python3 /usr/local/bin/sma/sickbeard_mp4_automator/postSonarr.py "$@" &

But it really didn;t work. Do you think any of the solutions here will work and if they make sense? I still have yet to try them but I figured you may have some suggestions or two.

A post was merged into an existing topic: Check For Finished Download task stuck when file is post-processing