You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
解包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'
The text was updated successfully, but these errors were encountered:
解包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'
The text was updated successfully, but these errors were encountered: