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
Hi, I tried to use the download file but I'm getting this error on macOS:
josef--imac:Downloads pepikvaio$ ./codexctl.bin extract --out ~/Downloads/ 3.7.0.1930reMarkable2-XSMSQgBATy.signed
Traceback (most recent call last):
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile357831710372285478233/codexctl.py", line 4, in
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile_35783_1710372285_478233/codexctl/__init.py", line 733, in main
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile_35783_1710372285_478233/codexctl/__init.py", line 565, in do_extract
ModuleNotFoundError: No module named 'remarkable_update_fuse'
josef--imac:Downloads pepikvaio$
The text was updated successfully, but these errors were encountered:
This is because extract/mount are currently only for linux due to the underlying dependency. But it should be handled better instead of raising a ModuleNotFoundError.
Hi, I tried to use the download file but I'm getting this error on macOS:
josef--imac:Downloads pepikvaio$ ./codexctl.bin extract --out ~/Downloads/ 3.7.0.1930reMarkable2-XSMSQgBATy.signed
Traceback (most recent call last):
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile357831710372285478233/codexctl.py", line 4, in
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile_35783_1710372285_478233/codexctl/__init.py", line 733, in main
File "/private/var/folders/zx/2t19kl352hv8fb3095pd87y00000gn/T/onefile_35783_1710372285_478233/codexctl/__init.py", line 565, in do_extract
ModuleNotFoundError: No module named 'remarkable_update_fuse'
josef--imac:Downloads pepikvaio$
The text was updated successfully, but these errors were encountered: