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

Key Error on line 23 #16

Open
jenningsb2 opened this issue Jan 15, 2022 · 0 comments
Open

Key Error on line 23 #16

jenningsb2 opened this issue Jan 15, 2022 · 0 comments

Comments

@jenningsb2
Copy link

Hey! I exported my Logseq graph to Roam JSON but I am getting this error when trying to parse my graph. Has anyone else run into this?

Traceback (most recent call last):
  File "r2o.py", line 140, in <module>
    uid2block.update(scan(page, page))
  File "r2o.py", line 26, in scan
    u2b.update(scan(child, page))
  File "r2o.py", line 23, in scan
    u2b = {jdict['uid']: jdict}
KeyError: 'uid'
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

1 participant