jannessm / joplin-zotero-link

8 stars 5 forks source link

Plugin states "Zotero not found" because it is on port 24119 instead of 23119 #3

Closed gautampk closed 1 month ago

gautampk commented 6 months ago

My Zotero server appears to be running on port 24119, not port 23119. You can check the port Zotero is running on by looking at the config file of the browser plugin (Options > Advanced > Config Editor).

As a workaround, I will try to manually unpack the plugin and change the relevant bits of the JS file, but it might be nice to have a way to change the port from the front end :)

gautampk commented 6 months ago

P.S. I have no idea why it is on port 24119 or how to change it from Zotero

jannessm commented 5 months ago

Sorry for my late reply. Regarding to the documentation of https://github.com/MunGell/ZotServer, it should run on 23119. Have you changed anything regarding the server manually?

MunGell commented 5 months ago

Hi, I will add my 2c since this is related to the ZotServer plugin... sort of.

I've done a little bit of research and it sounds like @gautampk doesn't use Zotero (code), but rather Juris-M (code) which indeed runs its server on port 24119.

I personally was not aware of this difference in these sister products until now. If this is a valid use case, port number might need to be configurable in the extension.

jannessm commented 4 months ago

Thank you for pointing that out! Sadly, I am not able to implement such a feature. So please feel free to make a pull request. That would help me a lot!

jannessm commented 1 month ago

Please checkout my new version. I tested the plugin now more in depth and added a setting to configure the port as wished.