Closed qorron closed 3 years ago
important update: the file ends up where it should. so, function is not impaired. just an error is reported back to SABnbzd
While I can't say I have fixed all encoding issues, I can say that your issue does not look to be related to nzbToMedia.
nzbToMedia has not had any files called sabToSickBeard.py or autoProcessTV.py for quite some time. I believe you may be using a very old version, or more likely you are using the built in version of sabToSickBeard.py that is supplied with SickGear https://github.com/SickGear/SickGear/blob/master/autoProcessTV/autoProcessTV.py
All of the nzbToMedia executable scripts will either start with nzbTo*.py
or TorrentToMedia.py
If you try a clean install of nzbToMedia, configured to be called from SABnzbd, or otherwise provide fill logs from nzbToMedia showing that in-fact it is this software, I'm happy to look further into this.
oh.. the sabnzbd config was outdated. it referred to sabToSickBeard.py which was still present because it was once in the repo. no idea why it was not deleted. for sickgear do I use nzbToSickBeard.py or nzbToMedia.py ?
nzbToMedia.py works.
Describe the bug the filename of the video ist converted into ascii and this fails if the filename contains non-ascii chars the file that revealed the problem contained the string
Rosé
Technical Specs
Expected behavior A clear and concise description of what you expected to happen. file is processed as usual. perhaps convert it to utf8 instead? depends on what happens with the bytes after that.
Log Please provide an extract, or full debug log that indicates the issue.