Giter Club home page Giter Club logo

Comments (19)

tefkah avatar tefkah commented on May 18, 2024 1

These issues all seem to have to do with the service worker. I have removed it (I added it for possible PWA support but it was not as straightforward as I'd hoped) so this might be fixed. However, pulling a new version probably won't remove the old service worker. Please open the Developer Options (Ctrl + Shift + I) on the page and go to
"Storage > Cache Storage" on firefox and delete everything there, or
"Application > Cache > Cache Storage" on Chromium and delete everything there.

Please upgrade to the latest version before you do this, otherwise ORUI will just add another service worker (although that will probably still resolve the issue, but only temporarily)

from org-roam-ui.

jueqingsizhe66 avatar jueqingsizhe66 commented on May 18, 2024 1

it works in firefox, thanks for sharing.

from org-roam-ui.

baconnette avatar baconnette commented on May 18, 2024

I also encountered the same error; it only happens when I toggle to 3d though. I just turned it off and it went back to normal. I'm in Macos Catalina, Emacs v27.2, Firefox v91

from org-roam-ui.

MingleiYang avatar MingleiYang commented on May 18, 2024

I have the same issue of (error 404 nil). and there is nothing shown in the browser but black page.

from org-roam-ui.

tefkah avatar tefkah commented on May 18, 2024

This is a common problem and totally our bad! Please go to either Application > Local Storage or Storage > Local Storage in your Devtools (opened by pressing Ctrl+Shift+I or F12) and delete all the keys you find there. This will reset your settings but should solve your problem.

from org-roam-ui.

sergiotaerri avatar sergiotaerri commented on May 18, 2024

This is a common problem and totally our bad! Please go to either Application > Local Storage or Storage > Local Storage in your Devtools (opened by pressing Ctrl+Shift+I or F12) and delete all the keys you find there. This will reset your settings but should solve your problem.

To me the error persists even after cleaning storage. Tried recompiling the package a few days ago and no success.

environment

emacs-version: 27.2, doom-emacs develop branch.
Distro: Manjaro

from org-roam-ui.

tefkah avatar tefkah commented on May 18, 2024

To me the error persists even after cleaning storage. Tried recompiling the package a few days ago and no success.

Has org-roam-ui worked for you in the past?

from org-roam-ui.

sergiotaerri avatar sergiotaerri commented on May 18, 2024

To me the error persists even after cleaning storage. Tried recompiling the package a few days ago and no success.

Has org-roam-ui worked for you in the past?

Yes, It started to present this error after I did a doom upgrade this weekend.

from org-roam-ui.

tefkah avatar tefkah commented on May 18, 2024

That is very unfortunate, sorry! You mentioned you tried recompiling, did that include pulling the latest version? Else I'm not really sure what could be wrong short of

  • You not running org-roam-ui-mode
  • Not having deleted all the keys
  • Somehow pulling a bad commit

Could you show me the console log of your browser?

from org-roam-ui.

sergiotaerri avatar sergiotaerri commented on May 18, 2024

Of course, the package is great so there's no need to be sorry! The recipe on my packages.el looks right, but I haven't checked the actual package folder in my machine to double check the version yet. Regardless, here's the log:

localhost/:1 GET http://localhost:35901/_next/static/r6rkJJOuqyQnmFLmB7qNo/_buildManifest.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 GET http://localhost:35901/_next/static/r6rkJJOuqyQnmFLmB7qNo/_ssgManifest.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 GET http://localhost:35901/_next/static/chunks/661-90187de4aa66e1891621.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 GET http://localhost:35901/_next/static/chunks/pages/_app-803053ad060c5bee8d21.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 GET http://localhost:35901/_next/static/chunks/pages/index-71a61839b1442c74b04b.js net::ERR_ABORTED 404 (Not Found)
localhost/:1 GET http://localhost:35901/_next/static/chunks/main-07c09d7ebdafc5ed9a99.js net::ERR_ABORTED 404 (Not Found)

Here's also the network screen:

image

from org-roam-ui.

jueqingsizhe66 avatar jueqingsizhe66 commented on May 18, 2024

Same error!

from org-roam-ui.

pinacle2000 avatar pinacle2000 commented on May 18, 2024

These issues all seem to have to do with the service worker. I have removed it (I added it for possible PWA support but it was not as straightforward as I'd hoped) so this might be fixed. However, pulling a new version probably won't remove the old service worker. Please open the Developer Options (Ctrl + Shift + I) on the page and go to
"Storage > Cache Storage" on firefox and delete everything there, or
"Application > Cache > Cache Storage" on Chromium and delete everything there.

Please upgrade to the latest version before you do this, otherwise ORUI will just add another service worker (although that will probably still resolve the issue, but only temporarily)

Got same issue in Windows. My Edge "Application > Cache > Cache Storage" contained only one item and nothing changed after I deleted it.

My ORUI worked fine before I did an upgrade yesterday (haven't done so a few weeks).

from org-roam-ui.

pinacle2000 avatar pinacle2000 commented on May 18, 2024

These issues all seem to have to do with the service worker. I have removed it (I added it for possible PWA support but it was not as straightforward as I'd hoped) so this might be fixed. However, pulling a new version probably won't remove the old service worker. Please open the Developer Options (Ctrl + Shift + I) on the page and go to
"Storage > Cache Storage" on firefox and delete everything there, or
"Application > Cache > Cache Storage" on Chromium and delete everything there.
Please upgrade to the latest version before you do this, otherwise ORUI will just add another service worker (although that will probably still resolve the issue, but only temporarily)

Got same issue in Windows. My Edge "Application > Cache > Cache Storage" contained only one item and nothing changed after I deleted it.

My ORUI worked fine before I did an upgrade yesterday (haven't done so a few weeks).

The issue is gone after I upgraded the package today.

from org-roam-ui.

tefkah avatar tefkah commented on May 18, 2024

Great to hear that! I tried to fix this issue but forgot to tag it, glad to see it worked!

from org-roam-ui.

RobinKD avatar RobinKD commented on May 18, 2024

Screenshot_20210927_170158
Hi,
I also seem to get the same errors.
I have been trying to make it work with doom emacs (haven't been able to make it work yet, I started trying a few days ago). I'm loading org-roam v2 with doom, and unpin it before ORUI package declaration.
Error seems to be the same for me, whether it be firefox or chromium.
The http buffer also has (error 404 nil) as reply for the request for those files.

I tried with different ORUI commits, but no luck so far.
I have been following the instructions, so I don't know if there's something wrong with my config or not.

from org-roam-ui.

tefkah avatar tefkah commented on May 18, 2024

Hmm this seems related to the #91, have you tried the latest commit?

from org-roam-ui.

thriveth avatar thriveth commented on May 18, 2024

I just ran into this same error, when I tried to turn on 3D mode just for fun (which I have never done before).

I tried deleting the Chromium cache as recommended but it did not help.
This is with the latest commit pulled just today. But I also don't know if it is still trying to open the graph in 3D mode - I want to go back to 2D but the web interface where I toggle this doesn't work. Is there anywhere else I can flick that switch?

from org-roam-ui.

thriveth avatar thriveth commented on May 18, 2024

It works fine when I use a different browser, but then my UI settings are gone. Is it perhaps possible to switch off the 3d viewing manually somewhere without losing all my graph settings?

from org-roam-ui.

thriveth avatar thriveth commented on May 18, 2024

OK, I found it myself, so for posterity: I opened Developer Tools with C-S-i, then navigated to Application > Local Storage or Storage > Local Storage > http://localhost:35901. In the bottom of the table there, there is a row which said 3d | true which I manually changed to "false", then reloaded the page, and it worked again.

image

from org-roam-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.