Jayy001 / Jayy001/codexctl

Issue upgrading from 2.15 on RM1

Open
#111 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
186
Forks
26
PR merge metrics
No merged PRs in 30d

Description

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
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
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
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 $
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.