Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

解包payload.bin时报错 #119

Open
quesn opened this issue Feb 1, 2025 · 3 comments
Open

解包payload.bin时报错 #119

quesn opened this issue Feb 1, 2025 · 3 comments

Comments

@quesn
Copy link

quesn commented Feb 1, 2025

解包payload.bin时报错
Exception in thread Thread-4 (unpackrom):
Traceback (most recent call last):
File "C:\Users\admin\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 1041, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "C:\Users\admin\AppData\Local\Programs\Python\Python313\Lib\threading.py", line 992, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\admin\Desktop\MIO-KITCHEN-SOURCE-main\src\tool.py", line 3658, in unpackrom
unpackg.refs(True)
~~~~~~~~~~~~^^^^^^
File "c:\Users\admin\Desktop\MIO-KITCHEN-SOURCE-main\src\tool.py", line 4402, in refs
self.refs()
~~~~~~~~~^^
File "c:\Users\admin\Desktop\MIO-KITCHEN-SOURCE-main\src\tool.py", line 4410, in refs
for i in utils.payload_reader(pay).partitions:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'src.core.update_metadata_pb2' has no attribute 'partitions'

@quesn
Copy link
Author

quesn commented Feb 1, 2025

4.04版本

@ColdWindScholar
Copy link
Owner

try new version

@ColdWindScholar
Copy link
Owner

or give me the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants