MangaManagerORG / Manga-Manager

Manga Manager collects useful tools to make managing your manga library easy. (Acts directly on files)
GNU General Public License v3.0
190 stars 18 forks source link

Trouble saving #208

Open librafrog opened 7 months ago

librafrog commented 7 months ago

Describe the bug

Can't save, getting error on save
2024-04-17 15:24:15,092 -     MetaManager.Core -    ERROR - Unhandled exception saving changes
Traceback (most recent call last):
  File "src\MetadataManager\MetadataManagerLib.py", line 114, in process
  File "src\Common\LoadedComicInfo\LoadedComicInfo.py", line 119, in write_metadata
  File "src\Common\LoadedComicInfo\LoadedComicInfo.py", line 155, in _process
  File "src\Common\LoadedComicInfo\LoadedComicInfo.py", line 283, in _recompress
TypeError: expected str, bytes or os.PathLike object, not NoneType

To Reproduce Steps to reproduce the behavior: I fill some info manually or fetch it (this case). When ready to save I get this. My 💭 is probably something about the python installed or it can't find a particula script. $PATH$ variable is set and it's recognized accross system.

Expected behavior Maybe I should change the path to the program cause now it may get some access problems. Currently at:

C:\evolve\Testing\MangaManager-nightly_eac4a08\MangaManager_eac4a08_NoCuda

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context 2024-04-17 15:10:16,877 - root - INFO - Loading Config from: C:\Users\Username\MangaManager\settings.ini 2024-04-17 15:10:17,256 - root - WARNING - Missing dependecies for torch. disabling similarity Let me now if it something easily fixed 😃