Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Not working on Mac OS #196

Closed
jvlobo opened this issue Aug 5, 2021 · 12 comments
Closed

Not working on Mac OS #196

jvlobo opened this issue Aug 5, 2021 · 12 comments

Comments

@jvlobo
Copy link

jvlobo commented Aug 5, 2021

Hello.

I downloaded the latest Mac OS X binary from https://github.com/juruen/rmapi/releases
And when I launch it on the terminal, this is what I get:

Screenshot 2021-08-05 at 18 11 53

Am I doing something wrong?

Thanks!

@abawany
Copy link

abawany commented Aug 11, 2021

Did the initial run prompt you to login to my.remarkable.com to add this app to your account? One way to check on osx is by going to /Users/{username}/Library/Application\ Support/rmapi/rmapi.conf or some such to determine if the initial setup completed successfully.

@jvlobo
Copy link
Author

jvlobo commented Aug 11, 2021

It seems like reMarkable changed something on the API. I've seen other projects using reMarkable's API not working. Some projects are already trying to use use the new API: subutux/rmapy#26

@Malanius
Copy link

I have the same problem on Ubuntu 20.04, so it really does seem like some change on reMarkable API side.

@juruen
Copy link
Owner

juruen commented Oct 24, 2021

We updated the URLs in the latest release. Please, let us know if this is still an issue.

@juruen juruen closed this as completed Oct 24, 2021
@jvlobo
Copy link
Author

jvlobo commented Nov 1, 2021

Thanks for the update. I wanted to test it but I'm a bit scared since it seems to be experimental.
I already played around with my account when they changed the communication protocol and I broke all my file sync with reMarkable's cloud.
I think that is not something I could have avoided by backing up my device as it seemed to be something on their server. I had to contact them and after almost a month of going back and forth, they restored my files and the syncing as "a favor" as they said. Because apparently I broke reMarkable's ToS and they didn't have to help me. So I'm a bit reluctant of trying this update if it is still in an experimental phase :(

EDIT

I took the risk as I've been needing to upload PDFs since reMarkable changed this.
I'm able to get the list of files on my reMarkable and also download a file, but it looks like I can't still upload files, this is what I get:

[/]>put file6.pdf
uploading: [file6.pdf]...Error: Failed to upload file [file6.pdf] got status code 403

Let me know if I can help by giving more information or trying different things.

@ddvk
Copy link
Collaborator

ddvk commented Nov 2, 2021

you should get the master

@jvlobo
Copy link
Author

jvlobo commented Nov 2, 2021

Thanks @ddvk
Do you know when a binary with the latest from master is going to be released?
I don't have much experience with Go so it can get a bit difficult for me to run it from the source.

@ddvk
Copy link
Collaborator

ddvk commented Nov 2, 2021

@jvlobo just make sure you have golang and go GO111MODULE=on go get github.com/juruen/rmapi@master

@jvlobo
Copy link
Author

jvlobo commented Nov 2, 2021

Thanks for the help.

I did that but this is what I get:
Screenshot 2021-11-02 at 13 03 07

If I run that command:

go install pkg@version
go install: pkg@version: malformed module path "pkg": missing dot in first path element

I'm not sure how to continue here.

EDIT

I found how to run it, it got installed on my home directory under go, so I just needed to do:

./go/bin/rmapi

And I've tried uploading a PDF file and it works perfectly now.
Thanks a lot.

@juruen
Copy link
Owner

juruen commented Nov 2, 2021

Do you know when a binary with the latest from master is going to be released?

I'll try to release a new binary in the next few hours.

@juruen
Copy link
Owner

juruen commented Nov 2, 2021

@jvlobo 0.0.17 is now available https://github.com/juruen/rmapi/releases/tag/v0.0.17

@jvlobo
Copy link
Author

jvlobo commented Nov 2, 2021

Working nicely, thanks guys!! :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants