bramses / summarize-with-gpt3-obsidian

Summarize text with GPT-3 in Obsidian (progressive summarization)
39 stars 2 forks source link

Obsidian fails to load plugin #3

Open sm18lr88 opened 1 year ago

sm18lr88 commented 1 year ago

Windows 11, latest Obsidian (1.1.9):

I haven't modified any of the files. My obsidian vault is located in a separate NTFS partition, not drive C:. I don't know if that affects anything.

Any clues? Do I need certain dependencies? Thanks.

ChrisSwan commented 1 year ago

I get the same error, and in the console it's looking for a main.js file:

Plugin failure: obsidian-gpt3-summarizer Error: ENOENT: no such file or directory, open 'C:\\Vault.obsidian\plugins\summarize-with-gpt3-obsidian-master\main.js'

DeLub commented 1 year ago

I had the same. Apparently the main.js is now main.ts??

If you install the BRAT plugin and add this repository there, it does work, though.

Hope that helps.

ChrisSwan commented 1 year ago

Thanks @DeLub using the beta version with BRAT fixed the issue for me.

sm18lr88 commented 1 year ago

Yes, thanks @DeLub, it works with BRAT. Consider the issue "fixed", but perhaps this should be added to install instructions.