-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Medline search throws Exception and hangs (Jabref 3.6) #2110
Comments
@tschechlovdev could you please have a look as you recently rewrote the MedlineImporter in #1479. Apparently the |
It would be interesting to see if the bug is still present in the latest dev version after the rewrite |
I just found the error and added a quick fix for it. Works now as expected |
Wonderful, thanks. |
@cookpa You can use the latest development from here, it includes the fix. http://builds.jabref.org/medlineIssn/ |
Thanks, I downloaded It solves the original problem but now the search hangs after the first successful search. I searched Medline for "Tustison [au]". It reported 53 results, but the number to retrieve box was blank so I entered 53. It completed successfully and I could import the citations. Unfortunately, if I try a subsequent search, the program hangs. It displays the number of results dialog but after I click OK, Jabref becomes unresponsive. I have to force quit, so I can't get to the error console. I've tried this with a few searches. The initial search works fine, and doesn't show the old error. But then I can't search again. |
Thanks for your report! The problem with the consecutive searches seems to be a more general problem with the new websearch code. Possible the same as in #2034 (comment) |
* Fix NPE in issn, Fix for #2110 * Add new test for journal with no ISSN
Fixed in #2113. |
* Fix NPE in issn, Fix for JabRef#2110 * Add new test for journal with no ISSN
JabRef version 3.6 on Mac OS X El Capitan
Steps to reproduce:
Sometimes I can run a query and some references will appear, but then it hangs. For example, if I search "Tustison [au]" (no quotes), I get some results but then it hangs at about 25% progress. The hangups are accompanied by Exceptions in the console window:
IEEE and Springer search don't seem to have this problem.
I can get specific things from Medline, for example if I enter a single PMID I can get the result. But larger searches sometimes fail with the above error. I had thought it was due to Medline refusing large requests, but I can enter some very general terms (eg searching my last name without initials) and get hundreds of results each time.
I tried the same thing on 3.0 and it works correctly, I can search "Cook PA [au]" and the results show up as expected.
The text was updated successfully, but these errors were encountered: