ward0

Results 5 issues of ward0

**Medusa (please complete the following information):** Medusa Info: | Branch: masterCommit: f35a19da6bc4efcafff8facca6a4d5b9e3f3f501Version: 0.5.20Database: 44.18 -- | -- Python Version: | 3.8.12 (default, Oct 22 2021, 21:05:38) [GCC 7.5.0] SSL Version:...

**Describe the bug** Bug https://github.com/pymedusa/Medusa/pull/3552 seems to be back for Synology DSM7: 2021-11-30 16:37:34 WARNING POSTPROCESSOR :: [f35a19d] Missed file: /volume1/DOWNLOADSTATION/@eaDir: Hidden or ignored folder Medusa Info: | Branch: masterCommit: ...

**Describe the bug** default page not loading. **To Reproduce** Steps to reproduce the behavior: 1. Copy all the files into the HA folder. 2. reboot HA 3. see this page...

**Describe the bug** I can login to opensubtitles website https://www.opensubtitles.org/nl **To Reproduce** Steps to reproduce the behavior: In settings I configured the same values to login to the opensub website...

I have following code: import fnmatch import os matches = [] for root, dirnames, filenames in os.walk("Z:\\"): for filename in fnmatch.filter(filenames, '*.iso'): matches.append(os.path.join(root, filename)) import simpletable test_data = matches formatted_data...