Skip to content
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

Mathscinet fetcher not working (new url) #10025

Closed
2 tasks done
Siedlerchr opened this issue Jun 21, 2023 · 0 comments · Fixed by #10034
Closed
2 tasks done

Mathscinet fetcher not working (new url) #10025

Siedlerchr opened this issue Jun 21, 2023 · 0 comments · Fixed by #10034

Comments

@Siedlerchr
Copy link
Member

Siedlerchr commented Jun 21, 2023

JabRef version

Latest development branch build (please note build date below)

Operating system

macOS

Details on version and operating system

13

Checked with the latest development build

  • I made a backup of my libraries before testing the latest development version.
  • I have tested the latest development version and the problem persists

Steps to reproduce the behaviour

  1. Search using mathscinet
  2. Error dialog appears with network error

Apparently they have a new url https://mathscinet.ams.org/mathscinet/publications-search
https://discourse.jabref.org/t/webserch-mathscinet-not-working/3861

org.jabref.logic.importer.FetcherException: A network error occurred while fetching from https://mathscinet.ams.org/mathscinet/search/publications.html?pg7=ALLF&s7=asdfatest&r=1&extend=1&fmt=bibtex
	at org.jabref@5.10.1055/org.jabref.logic.importer.SearchBasedParserFetcher.getBibEntries(Unknown Source)
	at org.jabref@5.10.1055/org.jabref.logic.importer.SearchBasedParserFetcher.performSearch(Unknown Source)
	at org.jabref@5.10.1055/org.jabref.logic.importer.SearchBasedFetcher.performSearch(Unknown Source)
	at org.jabref@5.10.1055/org.jabref.gui.importer.fetcher.WebSearchPaneViewModel.lambda$search$2(Unknown Source)
	at org.jabref@5.10.1055/org.jabref.gui.util.BackgroundTask$1.call(Unknown Source)
	at org.jabref@5.10.1055/org.jabref.gui.util.DefaultTaskExecutor$1.call(Unknown Source)
	at org.jabref.merged.module@5.10.1055/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)
Caused by: java.io.IOException: org.jabref.logic.importer.FetcherClientException: Encountered HTTP Status code 401
	at org.jabref@5.10.1055/org.jabref.logic.net.URLDownload.openConnection(Unknown Source)
	at org.jabref@5.10.1055/org.jabref.logic.net.URLDownload.asInputStream(Unknown Source)
	... 13 more
Caused by: org.jabref.logic.importer.FetcherClientException: Encountered HTTP Status code 401
	... 15 more 

org.jabref.logic.importer.FetcherException: A network error occurred while fetching from https://mathscinet.ams.org/mathscinet/search/publications.html?pg7=ALLF&s7=asdfatest&r=1&extend=1&fmt=bibtex
at org.jabref@5.10.1055/org.jabref.logic.importer.SearchBasedParserFetcher.getBibEntries(Unknown Source)
at org.jabref@5.10.1055/org.jabref.logic.importer.SearchBasedParserFetcher.performSearch(Unknown Source)
at org.jabref@5.10.1055/org.jabref.logic.importer.SearchBasedFetcher.performSearch(Unknown Source)
at org.jabref@5.10.1055/org.jabref.gui.importer.fetcher.WebSearchPaneViewModel.lambda$search$2(Unknown Source)
at org.jabref@5.10.1055/org.jabref.gui.util.BackgroundTask$1.call(Unknown Source)
at org.jabref@5.10.1055/org.jabref.gui.util.DefaultTaskExecutor$1.call(Unknown Source)
at org.jabref.merged.module@5.10.1055/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)
Caused by: java.io.IOException: org.jabref.logic.importer.FetcherClientException: Encountered HTTP Status code 401
at org.jabref@5.10.1055/org.jabref.logic.net.URLDownload.openConnection(Unknown Source)
at org.jabref@5.10.1055/org.jabref.logic.net.URLDownload.asInputStream(Unknown Source)
... 13 more
Caused by: org.jabref.logic.importer.FetcherClientException: Encountered HTTP Status code 401
... 15 more


### Appendix

...
<details>

<summary>Log File</summary>

Paste an excerpt of your log file here


</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant