justinribeiro / zotero-google-scholar-citation-count

Zotero plugin for fetching number of citations from Google Scholar.
Mozilla Public License 2.0
192 stars 1 forks source link

Question about build from souce code, mu built version doesn't work #25

Closed QingCheng24 closed 5 months ago

QingCheng24 commented 5 months ago

I built from the souce code of version 4 which only the modification is only making the resultant string to "G:000000" from "GSCC:0000000" in ubuntu 22.04. The issue after installing this plugin is the main window doesn't show the list of the papers anymore, like in the following snapshot image

Could you please provide some hints to debug this issue?

justinribeiro commented 5 months ago

Debugging isn't the easiest, but what I do is start zotero:

zotero -ZoteroDebugText -jsconsole -debugger

Also in Zotero 7, you can connect it to Firefox ESR DevTools (which I prefer, but can be bit unstable if you're not matched version wise in my experience. https://www.zotero.org/support/dev/client_coding/developer_tools

QingCheng24 commented 5 months ago

Hi @justinribeiro,

Thanks for your suggestion. I've addressed the issue.

BTW, this is a great plugin!