jannessm / joplin-zotero-link

8 stars 5 forks source link

zotero api url not correct #6

Closed Jesse-XIE closed 4 months ago

Jesse-XIE commented 4 months ago

https://github.com/jannessm/joplin-zotero-link/blob/6ab237b11011a559e524a895f094566113887ff2/src/zotero-query.ts#L98

In my zotero version(7.0.0-beta.99),the local web api seems to be http://localhost:23119/api/users/<xxx> Instead of http://localhost:23119/api/user/<xxx>。(users v.s. user)

butterflyx commented 4 months ago

Can confirm, same issue here. As a result I get the error in Joplin:

Zotero not found Could not connect with Zotero. Is it running?

jannessm commented 4 months ago

implemented in #7