-
-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export no longer working in BBT 6.7.263 #3102
Comments
After some digging, I noticed that if I deactivate the plugin and then reactivate it, I can sometimes get download of some libraries and some collections to randomly work, but eventually it breaks again and no downloading works. In case it is useful, I made another BBT debug log after doing this - 7HC7T5LD-refs-euc/6.7.263-7 |
🤖 this is your friendly neighborhood build bot announcing test build 6.7.263.7434 ("the webserver does not like the export queue") This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.263.7434, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...". |
I tried this update, but it didn't fix my export issues. I also have independent confirmation from someone else in my group using Windows instead of Linux that they also have issues with this. Just in case it is useful, I restarted Zotero with logging enabled and created a new debug log: When I made this log, I executed the following BBT download requests from the terminal: $ wget http://127.0.0.1:23119/better-bibtex/export/collection?/19/quarto.bibtex
--2024-12-17 10:36:43-- http://127.0.0.1:23119/better-bibtex/export/collection?/19/quarto.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-12-17 10:36:43 ERROR 404: Not Found.
$ wget http://127.0.0.1:23119/better-bibtex/export/library?/19/library.bibtex
--2024-12-17 10:37:19-- http://127.0.0.1:23119/better-bibtex/export/library?/19/library.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘library?%2F19%2Flibrary.bibtex’
library?%2F19%2Flibrary. [ <=> ] 19.13K --.-KB/s in 0s
2024-12-17 10:37:19 (224 MB/s) - ‘library?%2F19%2Flibrary.bibtex’ saved [19592]
Note that the first attempt at downloading a collection within a group library fails, but downloading the entire group library succeeds. I see this throughout my Zotero collection, but some collections are randomly downloadable (perhaps because I have previously downloaded them prior to this problem???). |
That's a different error though. In TSB9BS9K-euc it just says
and if that is correct, a 404 error is the right response. The initial error was a 500 error which is an actual failure. |
Yeah, I noticed that, but they are both errors to do with downloading that appeared very recently. All the links I have given come directly from BBT in Zotero itself, so they should be valid. I just tried downloading another randomly-selected collection within a group library (it appears to be group libraries that are having the problem with the $ wget http://127.0.0.1:23119/better-bibtex/export/collection?/8/Beckensteiner2019_ChileanTURFs.bibtex
--2024-12-20 09:25:17-- http://127.0.0.1:23119/better-bibtex/export/collection?/8/Beckensteiner2019_ChileanTURFs.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-12-20 09:25:17 ERROR 404: Not Found.
$ wget http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex
--2024-12-20 09:25:27-- http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2024-12-20 09:25:27 ERROR 500: Internal Server Error. Both the links above are for exactly the same collection taken directly from the BBT export dialogue... |
Hi, maybe a simple question, but I have a very similar issue and wanted to see if I can solve it by using the test built 6.7.263.7434. However, I cannot download it (it just directs me to the "web page not found" page). How can I download this test-built version? |
🤖 this is your friendly neighborhood build bot announcing test build 6.7.263.7452 ("Merge branch 'master' into gh-3102") This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.263.7452, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...". |
Debug builds expire, try 7452 |
Please don't share debug builds. It makes my life harder not knowing what versions people are testing on. The debug builds expire deliberately. |
I tried the 7452 build and at least I think I understand the 500 error better. If I go to a collection and then right-click and then $ wget http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex #### dialogue OPEN
--2024-12-20 16:33:40-- http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2024-12-20 16:33:40 ERROR 500: Internal Server Error.
$ wget http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex #### dialogue CLOSED
--2024-12-20 16:33:46-- http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘collection?%2F8%2F3I5T3KCJ.bibtex.10’
collection?%2F8%2F3I5T3KCJ.bibtex.10 [ <=> ] 106.27K --.-KB/s in 0s
2024-12-20 16:33:46 (540 MB/s) - ‘collection?%2F8%2F3I5T3KCJ.bibtex.10’ saved [108825]
$ wget http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex #### dialogue OPEN AGAIN
--2024-12-20 16:36:31-- http://127.0.0.1:23119/better-bibtex/export/collection?/8/3I5T3KCJ.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2024-12-20 16:36:31 ERROR 500: Internal Server Error. The "readable" links for the exact same collection always fail as far as I can tell with the $ wget http://127.0.0.1:23119/better-bibtex/export/collection?/8/Beckensteiner2019_ChileanTURFs.bibtex
--2024-12-20 16:38:25-- http://127.0.0.1:23119/better-bibtex/export/collection?/8/Beckensteiner2019_ChileanTURFs.bibtex
Connecting to 127.0.0.1:23119... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-12-20 16:38:25 ERROR 404: Not Found. |
And this was undoubtedly the behavior from the beginning as I noticed from the start that certain collections I had previously downloaded did not have a problem downloading now. This was because I already had the appropriate URL copied into a script somewhere and so I didn't need to open the download dialogue... |
I just did some more testing on the On the other hand, for collections in group libraries, the readable links fail with the |
For me installing the 7452 version solved the problem. Thank you so much @retorquere for your work :) |
🤖 this is your friendly neighborhood build bot announcing test build 6.7.263.7460 ("library resolution logging") This update may name other issues, but the build just dropped here is for you; it just means problems already fixed in other issues have been folded into the work we are doing here. Install in Zotero by downloading test build 6.7.263.7460, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...". |
Debug log ID
F9QHGSJR-euc/6.7.263-7
What happened?
I recently update to
zotero-better-bibtex-6.7.263.xpi
to try to fix other issues I am having with BBT. Now I notice that export links are no longer working. For example, when I try to download an export I get:The text was updated successfully, but these errors were encountered: