-
-
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
ACM Portal websearch bug #10107
Labels
component: fetcher
good first issue
An issue intended for project-newcomers. Varies in difficulty.
[outdated] type: bug
Confirmed bugs or reports that are very likely to be bugs
Comments
This error seems to appear only with certain search strings like "dd". Other search strings don't generate this error |
The author parsing fails because the author only has a family name, not a given name There needs to be a check for the attribute, best checking if both exist {"family":"Ngo-Thi-Thu-Trang"}
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component: fetcher
good first issue
An issue intended for project-newcomers. Varies in difficulty.
[outdated] type: bug
Confirmed bugs or reports that are very likely to be bugs
JabRef version
5.9 (latest release)
Operating system
Windows
Details on version and operating system
Windows 10 22H2
Checked with the latest development build
Steps to reproduce the behaviour
Appendix
...
Log File
Not updating theme because it hasn't changed
Theme set to Theme{type=EMBEDDED, name='Dark.css'} with base css StyleSheet{jrt:/org.jabref/org/jabref/gui/Base.css}
No open database detected
Aan het openen: 'F:\DATA (op externe HDD)\DINOSAURUS BOEK\Dinosaurus Boek.bib'
Aan het openen: 'F:\DATA (op externe HDD)\DINOSAURUS BOEK\Dinosaurus Paper\Dinosaurus Paper.bib'
Index path for F:\DATA (op externe HDD)\DINOSAURUS BOEK\Dinosaurus Paper\Dinosaurus Paper.bib is C:\Users\gebruiker\AppData\Local\org.jabref\JabRef\lucene94
Index path for F:\DATA (op externe HDD)\DINOSAURUS BOEK\Dinosaurus Boek.bib is C:\Users\gebruiker\AppData\Local\org.jabref\JabRef\lucene94
Error importing
java.lang.NullPointerException: Cannot invoke "com.google.gson.JsonElement.getAsString()" because the return value of "com.google.gson.JsonObject.get(String)" is null
at org.jabref@5.9.6000/org.jabref.logic.importer.fileformat.ACMPortalParser.parseBibEntry(Unknown Source)
at org.jabref@5.9.6000/org.jabref.logic.importer.fileformat.ACMPortalParser.getBibEntriesFromDoiList(Unknown Source)
at org.jabref@5.9.6000/org.jabref.logic.importer.fileformat.ACMPortalParser.parseEntries(Unknown Source)
at org.jabref@5.9.6000/org.jabref.logic.importer.SearchBasedParserFetcher.getBibEntries(Unknown Source)
at org.jabref@5.9.6000/org.jabref.logic.importer.SearchBasedParserFetcher.performSearch(Unknown Source)
at org.jabref@5.9.6000/org.jabref.logic.importer.SearchBasedFetcher.performSearch(Unknown Source)
at org.jabref@5.9.6000/org.jabref.gui.importer.fetcher.WebSearchPaneViewModel.lambda$search$3(Unknown Source)
at org.jabref@5.9.6000/org.jabref.gui.util.BackgroundTask$1.call(Unknown Source)
at org.jabref@5.9.6000/org.jabref.gui.util.DefaultTaskExecutor$1.call(Unknown Source)
at org.jabref.merged.module@5.9.6000/javafx.concurrent.Task$TaskCallable.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Import canceled
The text was updated successfully, but these errors were encountered: