-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Lots of errors, when installing probably my fault! #102
Comments
Hello, from what I see, you are copy/pasting all commands in a single line which is wrong. try this, line by line
|
Hi there,
TIve tried running it line by line but I am still getting errors:
whenI run the first one, I get this error:
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
When I run the second one I also get errors
wget: note: TLS certificate validation not implemented
wget: TLS error from peer (alert code 80): 80
wget: error getting response: Connection reset by peer
tar: invalid magic
tar: short read
tar: goMarkableStream__linux_arm/goMarkableStream: not found in archive
when I run the 3rd one I get nothing
…On Sat, Jan 13, 2024 at 9:11 AM Olivier Wulveryck ***@***.***> wrote:
Hello,
from what I see, you are copy/pasting all commands in a single line which
is wrong.
try this, line by line
- export GORKVERSION=$(wget -q -O -
https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest
| grep tag_name | awk -F\" '{print $4}')
- wget -q -O -
https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz
| tar xzvf - -O
goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream >
goMarkableStream
- chmod +x goMarkableStream ./goMarkableStream
—
Reply to this email directly, view it on GitHub
<#102 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQ53PE4PRPEKSZFRR6IROTYOJFSLAVCNFSM6AAAAABBVYVYL2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQGM4DSNRYGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Same problem for me, also while adding comments single lined. |
Sorry for the delay; I will try to have a look this week end |
I had the same errors so I simply ran the commands locally to get the executable and then copied it to the remarkable using |
Hi all,
|
worked now, but adress says remarkble didnt accept connection via remarkable.local.address:2001 |
Hi there when I try to run the:
export GORKVERSION=$(wget -q -O - https://api.github.com/repos/owulveryck/goMarkableStream/releases/latest | grep tag_name | awk -F\" '{print $4}') wget -q -O - https://github.com/owulveryck/goMarkableStream/releases/download/$GORKVERSION/goMarkableStream_${GORKVERSION//v}_linux_arm.tar.gz | tar xzvf - -O goMarkableStream_${GORKVERSION//v}_linux_arm/goMarkableStream > goMarkableStream chmod +x goMarkableStream ./goMarkableStream
I get these errors:
wget: note: TLS certificate validation not implemented wget: TLS error from peer (alert code 80): 80 wget: error getting response: Connection reset by peer -sh: export:
-q': not a valid identifier-sh: export:
-O': not a valid identifier -sh: export:
-': not a valid identifier-sh: export:
https://github.com/owulveryck/goMarkableStream/releases/download//goMarkableStream__linux_arm.tar.gz': not a valid identifier tar: invalid magic tar: short read tar: goMarkableStream__linux_arm/goMarkableStream: not found in archive
i followed the SSH access guide to get into the command line of the remarkable 2
The text was updated successfully, but these errors were encountered: