Mino260806 / miwtool

A tool for manipulating Redmi Watch 2 Lite watchface files
GNU General Public License v3.0
35 stars 8 forks source link

RuntimeError: Unsupported coordinates type: RMSS #6

Closed Domenick90 closed 1 year ago

Domenick90 commented 1 year ago

Hello! Another bug, unsupported coordinates. (Watchfaces attached) 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 43, in parse_file wf.components.append(ComponentDecoder(f, offsets=component_offset).get()) File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\component_decoder.py", line 20, in init self.parse_file(component_type) File "C:\Temp\RedmiWatch2SOFT\miwtool-main\decoder\component_decoder.py", line 62, in parse_file raise RuntimeError("Unsupported coordinates type: RMSS") RuntimeError: Unsupported coordinates type: RMSS

Burn.zip

Mino260806 commented 1 year ago

That was intended, I didn't add support for coordinates type RMSS yet. related to #3

Thanks for reporting though