We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "main.py", line 53, in decoder = WatchFaceDecoder(input_file) File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\watch_face_decoder.py", line 19, in init self.parse_file() File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\watch_face_decoder.py", line 40, in parse_file self.offsets_decoder = ComponentOffsetDecoder(f, components_offsets_end) File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\offsets_decoder.py", line 32, in init self.parse_file() File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\offsets_decoder.py", line 51, in parse_file raise RuntimeError("component_index > len(offsets[offset_type])") RuntimeError: component_index > len(offsets[offset_type])
Cruise.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Traceback (most recent call last):
File "main.py", line 53, in
decoder = WatchFaceDecoder(input_file)
File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\watch_face_decoder.py", line 19, in init
self.parse_file()
File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\watch_face_decoder.py", line 40, in parse_file
self.offsets_decoder = ComponentOffsetDecoder(f, components_offsets_end)
File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\offsets_decoder.py", line 32, in init
self.parse_file()
File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\offsets_decoder.py", line 51, in parse_file
raise RuntimeError("component_index > len(offsets[offset_type])")
RuntimeError: component_index > len(offsets[offset_type])
Cruise.zip
The text was updated successfully, but these errors were encountered: