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

RuntimeError: component_index > len(offsets[offset_type]) #16

Open
Domenick90 opened this issue Dec 22, 2022 · 0 comments
Open

RuntimeError: component_index > len(offsets[offset_type]) #16

Domenick90 opened this issue Dec 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Domenick90
Copy link
Contributor

Domenick90 commented Dec 22, 2022

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

@Mino260806 Mino260806 added the bug Something isn't working label Dec 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants