tim-hub / obsidian-bible-reference

Take Bible Study notes easily in the popular note-taking app Obsidian, with automatic verse and reference suggestions.
https://antioch.tech/obsidian-bible-reference/
MIT License
225 stars 41 forks source link

not working on windows #117

Closed fcom000 closed 1 year ago

fcom000 commented 1 year ago

the plugin simply does not work, it is active so I can run the command "Bible reference: verse lookup", but when I write inside the verse there is always no answer, nothing. Also if I write --John1:1 etc I never had any output. Tried also without firewall no difference.

Is there some extra plugin I need to run it?

I tried it also in android phone, same problem, nothing happens...

tim-hub commented 1 year ago

If on windows, can I try open developer console to see what logs is there?

tim-hub commented 1 year ago

this is the toggle for enable the developer console.

image

If you can get some logs, that will be very helpful. I am very curious why this could happen as well.

SlothUS commented 1 year ago

Also getting the same issue. Here's what my console produces -

tim-hub commented 1 year ago

Also getting the same issue. Here's what my console produces -

Hi @SlothUS

Thanks for this.

tim-hub commented 1 year ago

@fcom000 @SlothUS

Can you try to switch the Bible Version provider by Bolls life? in the settings.

image

This is a CORS issue, which is a server side issue, I know this will happen one day, just don't know it happens so fast.

CORS issue, which it blocks the 3rd part API consume to consume its API.

This is why it failed.

To fix this, need to host a server by my self.

For now I will suggest you to use bolls life versions.

tim-hub commented 1 year ago

this should be fixed in 1.9.0 by switching the default version temporarily, please re-open this if not.

fcom000 commented 1 year ago

thanks very much, it works with the Bolls life. I was wondering if it is easy to host a Bible Api offline in my computer so even without internet the plugin works (and there will be no update issues?