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

[BUG] Failed to load script... #91

Closed
skyethepinkcat opened this issue Sep 26, 2021 · 4 comments
Closed

[BUG] Failed to load script... #91

skyethepinkcat opened this issue Sep 26, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@skyethepinkcat
Copy link

Describe the bug
I am trying to use org-roam-ui with spacemacs, following the manual installation instructions. However every time I run org-roam-ui mode it opens a webpage which is completely blank, and looking at the console commands it gives failed to load script errors, as well as 404 errors once I reload the page.

To Reproduce

  1. M-x org-roam-ui-mode
  2. Blank screen appears in browser

Expected behavior
Org-roam-ui-mode to open as intended.

Screenshots
image

What browser were you using?
Firefox, but I get similar issues with chrome-based browsers.

Additional context
I tried in a fresh firefox profile, and tried removing all of the data associated with the page, but nothing changed. I also tried looking for the scripts it cannot seem to find, but I don't see them anywhere in my directory.

@skyethepinkcat skyethepinkcat added the bug Something isn't working label Sep 26, 2021
@prashantnag93
Copy link

@ThomasFKJorna Same Problem with my system. I am using ubuntu 20.04 and firefox92 and Emacs 28.50.

@liny01-nbsa
Copy link

@prashantnag93, @skyejonke, if you have yarn installed locally, you can try to run

yarn
yarn build

It works for me.

@tefkah
Copy link
Contributor

tefkah commented Sep 27, 2021

That's my bad, something went wrong with the build, don't know exactly what though. It should be fixed now!

@RobinKD
Copy link

RobinKD commented Sep 28, 2021

I initially posted in #61 because issues were similar, but this one seems to be exactly the same.
I tried using commit 73a6573 and the issue still seems to persist for me.
I tried debugging by starting emacs with --debug-init but don't get any error while enabling orui mode, so I have no idea what went wrong. @ThomasFKJorna

Edit: I tried with a fresh doom emacs install, and it works, so might be some package conflicting that breaks it.
Edit2: Getting back my config, it still seems to work, so might have been some package preventing it to build correctly.
Edit3: Now my citations with org-ref seem to be broken, so that might be the conflicting package.
Edit4: Sorry for all those edits, I believe in the end that org-ref problems are a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants