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

Application error, since pulling latest changes #33

Closed
Nan0Scho1ar opened this issue Aug 3, 2021 · 17 comments
Closed

Application error, since pulling latest changes #33

Nan0Scho1ar opened this issue Aug 3, 2021 · 17 comments

Comments

@Nan0Scho1ar
Copy link

I have been using org-roam-ui for the past few days and the only issue I had was this one

I've been following the issue and saw it was recently fixed so I updated to get the new changes.

Now when I run org-roam-ui-mode instead of a gorgeous graph I get white screen with the error "Application error: a client-side exception has occurred (developer guidance)."
I'm not really sure how to debug this further so let me know if there are any steps I can take to help debug the issue.
(I use doom emacs if that is relevant)
Cheers

@Nan0Scho1ar
Copy link
Author

If I roll back to commit 177f4b3 then the issue disappears

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Could you share your browsers console log? Another thing you could try is to open devtools, go to either Storage or Application > Storage, then Local Storage and delete all the keys there. I should really provide a command to do this because it can sometimes lead to some issues when we change settings.

Also, which browser are you using?

@kongds
Copy link

kongds commented Aug 3, 2021

Same issue here, I try to clear cache, but not work
Browser: Chrome 92.0.4515.131
Console log:
image

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Do you perhaps not use tags in your notes? That might be it

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

If I send "nil" instead of the tags, I get a very similar error
image

@kongds
Copy link

kongds commented Aug 3, 2021

image
Do you means this tag?

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Yeah

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

I just pushed a (potential) fix for this, could you try it out?

@kongds
Copy link

kongds commented Aug 3, 2021

But i don't use it in my note
image

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Then that was probably it. If you did not have any tags at all, it would try to list all your tags anyway, but couldn't find any. Now it does not do that anymore, so it should work.

@kongds
Copy link

kongds commented Aug 3, 2021

Thank you, it works.

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Fantastic!

@Nan0Scho1ar
Copy link
Author

I just pulled down the most recent changes and the issue is resolved for me too. I think this can probably be resolved.
Cheers for addressing it so promptly :)

@tefkah tefkah closed this as completed Aug 3, 2021
@maikol-solis
Copy link

Hi!, I have this issue with my files. This is the error in the browser console:

image

Reviewing a little, I don't use a lot FILETAGS but I have some ROAM_TAGS that I didn't migrate to V2 across all my files. I don't know if this is interfering with orui.

Thanks.

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Hmm the issue is probably that we still don't have a way to easily flush your cache.
Could you open orui in incognito as well and see if that works?
If it does. Could you go to developer options, "Application > Local Storage" and delete the "filter" key? If that still does not work, please delete the "visuals" key as well, and if that doesn't work, the rest.

If it did not work in incognito something more serious is wrong.

@maikol-solis
Copy link

Thanks @ThomasFKJorna .

It does work in incognito mode

image

I deleted everything here

image

and now the graph is working again.

Thanks.

@tefkah
Copy link
Contributor

tefkah commented Aug 3, 2021

Np! It was my fault for changing the configuration anyway 😅

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