-
Notifications
You must be signed in to change notification settings - Fork 1
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 importing a File Graph - No uuid found for page name nil #191
Comments
Hi. As requested in the issue form, could you provide the 2 journal files that are mentioned in the error? You can email them to [email protected] if you'd prefer to not attach them here |
Files sent by email for privacy reasons. If you need more, please let me know. |
Thanks for the files but unfortunately I can't reproduce the error just with them. You could either privately send me your whole graph (and I assure you I will delete it) or you could try again on test.logseq.com in ~10 min and give me the latest console log with your errors. I've added some debugging to the console which could help narrow down the issue(s). Fyi after tomorrow I will be on holiday break |
Here's the console log file. If that data isn't enough/useful, please let me know, and I'll send the whole graph. |
I don't have enough to repro still. If you could DM your graph that'd be helpful |
Files sent by email for privacy reasons. Please be careful with my data 😄 |
I've found the pattern for the bug in the graph. The importer throws that error message only when pages have backlinks to the following pages:
I've tried a few workarounds, but none of them worked. I've deleted the pages, deleted and created them again, reindexed the graph... The only thing that worked was to remove the links ( |
Search first
What Happened?
The File Graph importer throws a message saying
No uuid found for page name nil
when I try to import a medium-sized file graph. In general, this error occurs more often with journal files, but there is a page where the same problem occurred.Reproduce the Bug
Expected Behavior
No response
Files
The following file is a log from the Firefox Console: console-export-2024-12-18_12-31-51.txt
I've tested in Firefox and Chrome. The error applies to both browsers.
Browser, Desktop or Mobile Platform Information
Logseq DB 0.10.10 - 7c2d17e
Firefox 133.0 (64-bit)
Google Chrome 131.0.6778.108 (64-bit)
Additional Context
Some of the pages that trigger the error were created before the date they represent; e.g., the journal entry from 2024-02-08 was created on 2024-02-07. This is because I sometimes plan my tasks ahead of time by creating the future day journal instead of using the deadline feature. I do this because I plan to do those tasks on a specific date, not just because that day is the deadline. However, this does not explain a page that is not a journal entry having the same problem.
Are you willing to submit a PR? If you know how to fix the bug.
The text was updated successfully, but these errors were encountered: