Closed clairekope closed 4 years ago
It looks like the git executable is not in the $PATH
that's available to Zotero. Can you go to Help
-> Debug Output Logging
-> Restart with logging enabled
, let Zotero restart, and then send a new BBT log from the Help
menu?
Interesting, because it's in /usr/bin (at least that's the one that is being used when I use the command line). The new log is D801701768
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Thu, Jun 4, 2020 at 4:21 AM Emiliano Heyns notifications@github.com wrote:
It looks like the git executable is not in the $PATH that's available to Zotero. Can you go to Help -> Debug Output Logging -> Restart with logging enabled, let Zotero restart, and then send a new BBT log from the Help menu?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-638690984__;Iw!!HXCxUKc!gOmXhL7ry99k_ZbYVl2jgH2ulWn1r45MYNapnecanTSFC7NLy_dlyRdjfaWG7kE$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37LA4XAAXLSHEIDPGWLRU5KQNANCNFSM4NSCGYKA__;!!HXCxUKc!gOmXhL7ry99k_ZbYVl2jgH2ulWn1r45MYNapnecanTSFC7NLy_dlyRdjCUgA3g4$ .
That's a zotero log, I can't access those. I need a bbt debug log. Those always end in -euc or -apse.
Whoops, the report # is 3W8BQH92-euc
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Thu, Jun 4, 2020 at 1:05 PM Emiliano Heyns notifications@github.com wrote:
That's a zotero log, I can't access those. I need a bbt debug log. Those always end in -euc or -apse.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-638984792__;Iw!!HXCxUKc!lYf6Tzbm6x2uXZ8Z5lAOSimEjn3cU54bZ4Bir_3frAxg5uoggmt3NZqw82RFvzE$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37K5PKA474R66RRS7STRU7H5LANCNFSM4NSCGYKA__;!!HXCxUKc!lYf6Tzbm6x2uXZ8Z5lAOSimEjn3cU54bZ4Bir_3frAxg5uoggmt3NZqwuTmEa1M$ .
As far as Zotero knows, the $PATH
is /app/bin:/usr/bin
How did you install Zotero?
I believe I installed it from the package installer built into Linux Mint
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Thu, Jun 4, 2020 at 3:20 PM Emiliano Heyns notifications@github.com wrote:
How did you install Zotero?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-639065365__;Iw!!HXCxUKc!nDQSHkh03puVHlUsJBUC5VLe7C886utF40BufUC_PGe4-_XZhVqlvJGvemXDtlI$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37PF7PC6CDGLFVSUODTRU7XZFANCNFSM4NSCGYKA__;!!HXCxUKc!nDQSHkh03puVHlUsJBUC5VLe7C886utF40BufUC_PGe4-_XZhVqlvJGvSDwpBNU$ .
That likely means it's a snap package. Those are very restricted in what binaries they can see.
Ah, ok. Should I reinstall from the Zotero website then?
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Thu, Jun 4, 2020 at 3:35 PM Emiliano Heyns notifications@github.com wrote:
That likely means it's a snap package. Those are very restricted in what binaries they can see.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-639072411__;Iw!!HXCxUKc!leuYjIJnFlWUSVtsYz73YRT0mD6PbefzjTVdLQOAZ47psDkF903CbqV245xJaHY$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37L7UE5N7MVHIUK2VKTRU7ZRPANCNFSM4NSCGYKA__;!!HXCxUKc!leuYjIJnFlWUSVtsYz73YRT0mD6PbefzjTVdLQOAZ47psDkF903CbqV2hNyDCWI$ .
It should be possible to configure a snap to get access to more paths.
The zotero binaries from the official downloads will work but there is some (very little) extra work you need to do to get launcher integration done. It's well documented on the zotero site.
Alternately, there's these: https://github.com/retorquere/zotero-deb. There's a one-time setup for that but the desktop integration stuff is done by the packager.
No wait, you're more likely to have a flatpacked install. Mint had some philosophical objections to snap, and I see you're on Zotero 5.0.86, and flatpack is currently one release behind, so that'd fit.
I'm not familiar with either unfortunately. I obviously know zotero-deb -- I created the package -- but stuff that comes with your distro probably has your preference. You'd have to ask the flatpack project or mint how to add path access to flatpacks -- I have no idea how they work.
Thank you for the information! I will look into it. I think this issue can now be closed, as the problem is on my end.
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Thu, Jun 4, 2020 at 4:14 PM Emiliano Heyns notifications@github.com wrote:
No wait, you're more likely to have a flatpacked install. Mint had some philosophical objections to snap, and I see you're on Zotero 5.0.86, and flatpack is currently one release behind, so that'd fit.
I'm not familiar with either unfortunately. I obviously know zotero-deb -- I created the package -- but stuff that comes with your distro probably has your preference. You'd have to ask the flatpack project or mint how to add path access to flatpacks -- I have no idea how they work.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-639092051__;Iw!!HXCxUKc!ksFfOHhG2djPDPIVsQwDBZWPDVwFwnFRXErNEFAIJ_inhC9_m-9Diz86aWmIEpg$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37JCBJRTIXTOITQYX5TRU76DZANCNFSM4NSCGYKA__;!!HXCxUKc!ksFfOHhG2djPDPIVsQwDBZWPDVwFwnFRXErNEFAIJ_inhC9_m-9Diz86n5Ojk90$ .
:robot: this is your friendly neighborhood build bot announcing test build 5.2.26.6634 ("really should be found? flatpacks are weird")
Install in Zotero by downloading test build 5.2.26.6634, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".
Could you give 6634 a try nonetheless?
Exported bib shows as unstaged; report ZRSXCMC8-euc
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Thu, Jun 4, 2020 at 7:17 PM Emiliano Heyns notifications@github.com wrote:
Could you give 6634 a try nonetheless?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-639166032__;Iw!!HXCxUKc!kbjfBHrnWChDZo7XS7QnDPSMUGUKQ7dZ3qQpVmTzukRz8FPZyOQecRwgxa-mZAY$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37NJ5OS2VNHPSI23O33RVATRXANCNFSM4NSCGYKA__;!!HXCxUKc!kbjfBHrnWChDZo7XS7QnDPSMUGUKQ7dZ3qQpVmTzukRz8FPZyOQecRwgkKU_gD4$ .
:robot: this is your friendly neighborhood build bot announcing test build 5.2.26.6637 ("more logging")
Install in Zotero by downloading test build 5.2.26.6637, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".
Can you give it one more go with 6637?
Sure thing! New log is IK35KK9Y-euc
Claire Kopenhafer she/her Graduate Student Physics & Astronomy; Computational Math, Science, & Engineering Michigan State University
On Fri, Jun 5, 2020 at 4:40 PM Emiliano Heyns notifications@github.com wrote:
Can you give it one more go with 6637?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-639803727__;Iw!!HXCxUKc!jO42-hr_oYOFFaadGZGOVU1Vkf3QeB2DhgDxQgy9YIAkWZ42Zt2VHwgicMSzrh0$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37MHLRXVNFO5JHQQGJLRVFJ5DANCNFSM4NSCGYKA__;!!HXCxUKc!jO42-hr_oYOFFaadGZGOVU1Vkf3QeB2DhgDxQgy9YIAkWZ42Zt2VHwgi_Dabd1E$ .
I got the logging wrong. I need to turn in now as I have an early start tomorrow, but a new build will drop here in 20 minutes or so -- I will be back around noon tomorrow and then I can take a further look.
Ok; I'm happy to debug if you are committed to making this work but I was able to get it working with the install from the website
-Claire
On Fri, Jun 5, 2020, 19:11 Emiliano Heyns notifications@github.com wrote:
I got the logging wrong. I need to turn in now as I have an early start tomorrow, but a new build will drop here in 20 minutes or so -- I will be back around noon tomorrow and then I can take a further look.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/retorquere/zotero-better-bibtex/issues/1536*issuecomment-639885982__;Iw!!HXCxUKc!k5K_TbsTpVi93ndyhwD4XNDFYFCX4UKl_vII4EoHO1i8tw4bRfkooXb1_1Lq3tQ$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AD7K37OJE6F2O4XVTKBDFYTRVF3Q7ANCNFSM4NSCGYKA__;!!HXCxUKc!k5K_TbsTpVi93ndyhwD4XNDFYFCX4UKl_vII4EoHO1i8tw4bRfkooXb1nOjO8MU$ .
Naah, I wouldn't have you install the flatpack just for this. Glad you got it work.
:robot: this is your friendly neighborhood build bot announcing test build 5.2.26.6640 ("the comma is not optional my man")
Install in Zotero by downloading test build 5.2.26.6640, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Report ID: 692E5RD3-euc
Exporter used: Better BibLaTeX
Expected behavior: Auto export should be pushing the newly exported bib to Overleaf automatically.
Actual behavior: Modified bib files show as unstaged in the output directory and was not pushed to Overleaf. Credentials have been stored so that pulls and pushes should be able to proceed automatically.
Log indicates that Better BibTeX thinks the extension is not enabled?
(3)(+0000001): {better-bibtex +1} git.pull {"enabled":false,"git":null}
Even though it is: