BenjV

Results 161 comments of BenjV

I am just a user of Medusa so I cannot add something to the code. I use a shared folder called medusa (your Medusa_downloads) and created subfolders (Downloads and Shows)...

Try starting just python on the commandline just to see if it is a problem with your python installation and not medusa.

The error says that medusa is trying to create a file named "SC" and if that is a folder that already exits it fails with that error. So activate debug...

Thanks for this python course, but I fail to see what it has to do with this issue. Most likely somewhere the filename is lost and so the code tries...

`if not os.path.isdir(path):` returns True if the path does not exists and then it will be created with `os.makedirs(path)` That should not give any problem although I would have used...

https://flaviocopes.com/docker-access-files-outside-container/ But the best way is just to use my package and not a docker container. https://github.com/BenjV/SYNO-packages

@imrman Can you post a link tot a torrent that fails, so I can test it. Can you check the "Locale" settings on you raspberry pi, it should utf-8 and...

Download a .torrent file and make it available to me so I can test. I tried to find a torrent with Hebrew characters but failed. **EDIT:** I finally found a...

Most likely a hikup in the network connection to github. The fact that you can post this issue proves that github is working end you can reach it.