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

Issue upgrading from 2.15 on RM1 #111

Open
robertoarlt opened this issue Jan 5, 2025 · 0 comments
Open

Issue upgrading from 2.15 on RM1 #111

robertoarlt opened this issue Jan 5, 2025 · 0 comments

Comments

@robertoarlt
Copy link

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 $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant