We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: