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

Incompatible with wget version on latest version(s) #106

Open
Jayy001 opened this issue Feb 8, 2024 · 1 comment
Open

Incompatible with wget version on latest version(s) #106

Jayy001 opened this issue Feb 8, 2024 · 1 comment

Comments

@Jayy001
Copy link

Jayy001 commented Feb 8, 2024

BusyBox v1.35.0 provide wget on the device, unfortuantley it does not handle TLS certificates well, so when running the following command:

 wget https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest

It errors with the following:

wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer

We had this issue with Toltec, which we fixed by compiling the latest wget version (toltec-dev/toltec#751). You can get it here: https://toltec-dev.org/thirdparty/bin/wget-v1.21.1-1

@wwywong
Copy link

wwywong commented Mar 27, 2024

Somewhat related: there is no need to download the goMarkableStream binary through the reMarkable device itself.

Considering users are already capable of playing with command-line and ssh, maybe a workaround can also be made in the Quick Start Guide in case similar failures happen in the future by mentioning that

One can download and extract the binary executable on any networked device capable of extracting tar balls. One just needs to copy over the binary goMarkableStream to the reMarkable.

In particular, this can be done when the reMarkable itself has no internet access and is only connected via USB.

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

2 participants