Skip to content

google.protobuf.message.DecodeError: Unexpected end-group tag #73

Description

@KodywithaK

Describe the bug

This past week the develop branch / mobile api stopped working for me, tracing back to this error: google.protobuf.message.DecodeError: Unexpected end-group tag.

So now mloader is unable to download free app exclusive chapters / re-editions / etc.

web api / master branch still works as intended

Expected behavior

Download chapter(s) using mobile api

Stack trace

google.protobuf.message.DecodeError: Unexpected end-group tag

18.02.2026 12:46:30 |   INFO   |  __main__.py   202  | Started export
18.02.2026 12:46:31 |  ERROR   |  __main__.py   218  | Failed to download manga
Traceback (most recent call last):
  File "C:\Users\WDAGUtilityAccount\Desktop\mloader_mobile\mloader\__main__.py", line 210, in main
    loader.download(
    ~~~~~~~~~~~~~~~^
        title_ids=titles,
        ^^^^^^^^^^^^^^^^^
    ...<3 lines>...
        last_chapter=last,
        ^^^^^^^^^^^^^^^^^^
    )
    ^
  File "C:\Users\WDAGUtilityAccount\Desktop\mloader_mobile\mloader\loader.py", line 191, in download
    manga_list = self._normalize_ids(
        title_ids, chapter_ids, min_chapter, max_chapter, last_chapter
    )
  File "C:\Users\WDAGUtilityAccount\Desktop\mloader_mobile\mloader\loader.py", line 111, in _normalize_ids
    details = self._get_title_details(tid)
  File "C:\Users\WDAGUtilityAccount\Desktop\mloader_mobile\mloader\loader.py", line 76, in _get_title_details
    return Response.FromString(resp.content).success.title_detail_view
           ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python314\Lib\site-packages\google\protobuf\internal\python_message.py", line 801, in FromString
    message.MergeFromString(s)
    ~~~~~~~~~~~~~~~~~~~~~~~^^^
  File "C:\Users\WDAGUtilityAccount\AppData\Local\Programs\Python\Python314\Lib\site-packages\google\protobuf\internal\python_message.py", line 1131, in MergeFromString
    raise message_mod.DecodeError('Unexpected end-group tag.')
google.protobuf.message.DecodeError: Unexpected end-group tag.
18.02.2026 12:46:31 |   INFO   |  __main__.py   219  | SUCCESS

Environment (please complete the following information):

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions