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
Using the latest version I get the same error trying to upgrade from both the RM1 and from an MacBookAir:
RM1:
reMarkable: ~/ ./codexctl install 3.0.4.1305
Would you like to use a password to connect? (Y/n): y
Enter RM SSH password: XXXXXXXXXX
Success: Connected to device
Traceback (most recent call last):
File "/tmp/onefile_238_1735912427_692776/codexctl/device.py", line 247, in get_device_status
AttributeError: 'NoneType' object has no attribute 'group'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/tmp/onefile_238_1735912427_692776/main.py", line 12, in <module>
File "/tmp/onefile_238_1735912427_692776/codexctl/__init__.py", line 480, in main
File "/tmp/onefile_238_1735912427_692776/codexctl/__init__.py", line 248, in call_func
File "/tmp/onefile_238_1735912427_692776/codexctl/device.py", line 254, in get_device_status
AttributeError: 'NoneType' object has no attribute 'group'
MacBookAir:
MacBook-Air:Downloads $ ./codexctl install toltec
Would you like to use a password to connect? (Y/n): Y
Enter RM SSH password: XXXXXXXXXX
Success: Connected to device
Traceback (most recent call last):
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86706_1736074029_283047/codexctl/device.py", line 247, in get_device_status
AttributeError: 'NoneType' object has no attribute 'group'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86706_1736074029_283047/main.py", line 12, in <module>
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86706_1736074029_283047/codexctl/__init__.py", line 480, in main
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86706_1736074029_283047/codexctl/__init__.py", line 248, in call_func
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86706_1736074029_283047/codexctl/device.py", line 254, in get_device_status
AttributeError: 'NoneType' object has no attribute 'group'
MacBook-Air-93:Downloads $ ./codexctl install 3.0.4.1305
Would you like to use a password to connect? (Y/n): Y
Enter RM SSH password: XXXXXXXXXX
Success: Connected to device
Traceback (most recent call last):
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86725_1736074259_597891/codexctl/device.py", line 247, in get_device_status
AttributeError: 'NoneType' object has no attribute 'group'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86725_1736074259_597891/main.py", line 12, in <module>
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86725_1736074259_597891/codexctl/__init__.py", line 480, in main
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86725_1736074259_597891/codexctl/__init__.py", line 248, in call_func
File "/private/var/folders/p6/vt5r606x5wq62yny2jwztb8m0000gp/T/onefile_86725_1736074259_597891/codexctl/device.py", line 254, in get_device_status
AttributeError: 'NoneType' object has no attribute 'group'
MacBook-Air-93:Downloads $
The text was updated successfully, but these errors were encountered:
Using the latest version I get the same error trying to upgrade from both the RM1 and from an MacBookAir:
RM1:
MacBookAir:
The text was updated successfully, but these errors were encountered: