-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Have seen a few of these among the recent issues, but I seem to encounter it with zotxt 5.1.4.
I see two mentions of zotxt in my zotero logs;
once at the very start:
version => 5.0.96.2, platform => MacIntel, oscpu => Intel Mac OS X 10.15, locale => en-US, appName => Zotero, appVersion => 5.0.96.2, extensions => Zotero Word for Mac Integration (5.0.36.SA.5.0.96.2, extension), Zotero LibreOffice Integration (5.0.25.SA.5.0.96.2, extension), zotxt (5.1.4, extension), Better BibTex for Zotero (5.4.10, extension, disabled)
and once at the end, when I'd curl'ed the version endpoint, as curl http://127.0.0.1:23119/zotxt/version:
(5)(+0173681): GET /zotxt/version HTTP/1.1 Host: 127.0.0.1:23119 User-Agent: curl/7.64.1 Accept: */*
(5)(+0000014): HTTP/1.0 404 Not Found X-Zotero-Version: 5.0.96.2 X-Zotero-Connector-API-Version: 2 Content-Type: text/plain No endpoint found
and where "No endpoint found" was the response I saw at the CLI.
I'll note, I'm running the same versions of Zotero and zotxt on a linux box, and there they work fine.
Any ideas to try? Thank you.