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

I dont seem to get any connection #60

Open
axkibe opened this issue Mar 7, 2022 · 5 comments
Open

I dont seem to get any connection #60

axkibe opened this issue Mar 7, 2022 · 5 comments

Comments

@axkibe
Copy link

axkibe commented Mar 7, 2022

./launch.sh 
remapy ROOT: /home/axel/remapy
(Warning) Failed to publish subscriber.
'NoneType' object is not iterable
Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.9/tkinter/__init__.py", line 1892, in __call__
    return self.func(*args)
  File "/home/axel/remapy/gui/file_explorer.py", line 490, in btn_sync_click
    root, self.is_online = self.item_manager.get_root(force=True)
  File "/home/axel/remapy/model/item_manager.py", line 41, in get_root
    self._clean_local_items(metadata_list)
  File "/home/axel/remapy/model/item_manager.py", line 147, in _clean_local_items
    online_ids = [metadata["ID"] for metadata in metadata_list]
TypeError: 'NoneType' object is not iterable
@fpom
Copy link

fpom commented Mar 31, 2022

I have a similar error: when I start remapy is prints

remapy ROOT: /home/franck/bin/remapy.d
(Warning) Failed to publish subscriber.
'NoneType' object is not iterable

And the interface is stuck at Syncing all documents...
I'm using the latest version pulled from the git repo.

@jeannecolbois
Copy link

I also have the exact same error as fpom (Ubuntu 20.04.4)

I tried uninstalling remapy, getting a fairly old commit (3e012e1, August 28 2021) and re-install that version, and I still get the same error.

I attach the output of the install.sh in case that helps in any way.
output_install.txt

@axkibe
Copy link
Author

axkibe commented Mar 31, 2022

As I found out, as the Readme says "some" devices started to stop working is when remarkable rolled out a new cloud API.. and this aint it, and by now its likely basically all devices. IMO the readme.md should reflect this before more and more people invest time to just discover it wont work. Also awesome-reMarkable should mark projects that cannot work due to out of date API.. there is also an issue there open to reflect it in the overview..

@peerdavid
Copy link
Owner

I updated the readme.

@axkibe
Copy link
Author

axkibe commented Apr 1, 2022

There has been some progress reverse engineering the new API:

https://github.com/juruen/rmapi#warning-experimental-support-for-the-new-sync-protocol
or
subutux/rmapy#25

Put it isn't fully conclusive how the state is (a shame remarkable keeps it's API a secret or rolls its out without giving a head info to the community they benefit from also)

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

4 participants