mloader icon indicating copy to clipboard operation
mloader copied to clipboard

mloader not compatible with newly added german language manga

Open bust4cap opened this issue 1 year ago • 2 comments

Stack trace 03.03.2024 16:24:39 | ERROR | main.py 226 | Failed to download manga Traceback (most recent call last): File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\site-packages\mloader_main_.py", line 218, in main loader.download( File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\site-packages\mloader\loader.py", line 189, in download self._download(manga_list) File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\site-packages\mloader\loader.py", line 154, in _download exporter = self.exporter( File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\site-packages\mloader\exporter.py", line 140, in init super().init(*args, **kwargs) File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\site-packages\mloader\exporter.py", line 47, in init self._chapter_prefix = self._format_chapter_prefix( File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\site-packages\mloader\exporter.py", line 70, in _format_chapter_prefix if Language(language) != Language.eng: File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\enum.py", line 385, in call return cls.new(cls, value) File "C:\Users*\AppData\Local\Programs\Python\Python310\lib\enum.py", line 710, in new raise ve_exc ValueError: 7 is not a valid Language

Environment:

  • mloader version: 1.1.11
  • Mangaplus URL: https://mangaplus.shueisha.co.jp/titles/800001

bust4cap avatar Mar 03 '24 15:03 bust4cap

Found a Solution: Open constants.py ( %localappdata%\Programs\Python\Python312\Lib\site-packages\mloader ) in the class Language add: ger = 7

This worked for me :)

Saint-Devil avatar Mar 09 '24 01:03 Saint-Devil

Hi, I just create a pull request to solve this issue, let's wait for the maintainer to approve it.

https://github.com/hurlenko/mloader/pull/59

IrvanFza avatar Mar 24 '24 20:03 IrvanFza

Fixed in #59, available in mloader v1.1.12

hurlenko avatar Jun 18 '24 15:06 hurlenko