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

Failed to load plugin table-editor-obsidian #36

Closed
jonasdiemer opened this issue Dec 11, 2020 · 9 comments
Closed

Failed to load plugin table-editor-obsidian #36

jonasdiemer opened this issue Dec 11, 2020 · 9 comments
Labels
bug Something isn't working needs-review A newly created issue that has not yet been processed

Comments

@jonasdiemer
Copy link

Describe the bug
Plugin doesn't load - any help appreciated.

To Reproduce
Steps to reproduce the behavior:

  1. Install plugin
  2. Click on slider to enable plugin
  3. See popup "Failed to load plugin table-editor-obsidian"

Desktop (please complete the following information):

  • OS: macOS Big Sur on M1
  • Obsidian Version: v0.9.20
  • Advanced Tables Version: 0.7.0
@jonasdiemer jonasdiemer added bug Something isn't working needs-review A newly created issue that has not yet been processed labels Dec 11, 2020
@tgrosinger
Copy link
Owner

Can you please provide me any output from the console? You can open it by pressing command+option+i in Obsidian. Click on "Console" in the drawer that opens, then make sure verbose logs are on. See the image below:

verbose-logs

@jonasdiemer
Copy link
Author

Please find the log attached - let me know if anything else would help to pinpoint the issue.
obsidian.md-1607875269672.log

@tgrosinger
Copy link
Owner

tgrosinger commented Dec 13, 2020

Hi @jonasdiemer,
This is very helpful, thank you.

app.js:1 Plugin failure: obsidian-mind-map Error: ENOENT: no such file or directory, open '/Users/jonasdiemer/SynologyDrive/Dropbox/Vault/.obsidian/plugins/obsidian-mind-map/main.js'
(anonymous) @ app.js:1
app.js:1 Plugin failure: table-editor-obsidian Error: ENOENT: no such file or directory, open '/Users/jonasdiemer/SynologyDrive/Dropbox/Vault/.obsidian/plugins/table-editor-obsidian/main.js'
(anonymous) @ app.js:1

It looks like the Advanced Tables plugin and the Mind Map plugin were both installed incorrectly. Did you install them using the plugin browser inside Obsidian? If you installed them by downloading files directly from Github I would recommend instead installing them through Obsidian as it will make sure all the correct files are in place.

Let me know if that gets it working 🙂

@jonasdiemer
Copy link
Author

Hi,

thanks for the quick response - I installed both from within Obsidian via the Community Plugins Browser.

Any other idea? I'll try moving my vault outside of my Synology drive folder.

@jonasdiemer
Copy link
Author

Screen Shot 2020-12-13 at 17 16 17

Same issue with Vault in Documents folder...

@tgrosinger
Copy link
Owner

tgrosinger commented Dec 13, 2020

Please delete the directory YOUR-VAULT/.obsidian/plugins/table-editor-obsidian and try installing it again. For some reason that installation is missing files.

@jonasdiemer
Copy link
Author

I tried that a few times without luck. While downloading the release from GitHub (in an attempt to populate the directory myself), I noticed the files suddenly "appeared" on their own. So seems it's working now.

Let me know if you'd like me to try out anything to identify a potential issue...

@tgrosinger
Copy link
Owner

Oh great. That's strange, I wonder what happened.

I just uninstalled the plugin myself and reinstalled it and it seems to be working. I think if it's working for you then let's call this a fluke and close the issue 🙂

@TrillStones
Copy link

当你使用ss的pac模式时,编辑user rules(Edit User Rules For PAC),把下面这条加进去,因为obsidian读取插件列表的时候,是访问以下的域名:

||raw.githubusercontent.com^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-review A newly created issue that has not yet been processed
Projects
None yet
Development

No branches or pull requests

3 participants