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

Error when authenticating with Substack #7

Open
adaptiman opened this issue Sep 21, 2024 · 5 comments
Open

Error when authenticating with Substack #7

adaptiman opened this issue Sep 21, 2024 · 5 comments

Comments

@adaptiman
Copy link
Contributor

During the process of authenticating for the first time with Substack, I get the following trace and call stack:

`
Traceback (most recent call last):
File "/home/appuser/main.py", line 242, in
main(args)
File "/home/appuser/main.py", line 55, in main
ls = rm.ls(args.folder)
File "/home/appuser/remarkable.py", line 55, in ls
raise RuntimeError(f"Couldn't run ls: exit code {out.returncode}: {out.stdout} {out.stderr}")

RuntimeError: Couldn't run ls: exit code 1: b'' b'ERROR: 2024/09/21 04:42:09 main.go:77: failed to build documents tree, last error: request failed with status 410\n'
`
The code at line 55 in remarkable.py indicates a failure when issueing the ls command. Perhaps something in the Substack api has changed?

@adaptiman
Copy link
Contributor Author

@jwoglom bump

Dead in the water.

@jwoglom
Copy link
Owner

jwoglom commented Sep 24, 2024

Hm, unfortunately I'm also seeing this. Looks to be widespread: https://old.reddit.com/r/RemarkableTablet/comments/1fj86xz/has_remarkable_broken_their_cloud_api/

@adaptiman
Copy link
Contributor Author

adaptiman commented Sep 24, 2024 via email

@jwoglom jwoglom pinned this issue Sep 24, 2024
@jwoglom
Copy link
Owner

jwoglom commented Sep 26, 2024

it's unfortunately private, and has just been reverse-engineered by various members of the community. Looks like there's a partially working javascript version right now, so might have to see about trying to port the fixes to the python library i'm using here

@adaptiman
Copy link
Contributor Author

adaptiman commented Sep 26, 2024 via email

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