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

DBLP fetcher seems to be broken #2311

Closed
matthiasgeiger opened this issue Nov 23, 2016 · 0 comments · Fixed by #2314
Closed

DBLP fetcher seems to be broken #2311

matthiasgeiger opened this issue Nov 23, 2016 · 0 comments · Fixed by #2314
Labels
bug Confirmed bugs or reports that are very likely to be bugs fetcher
Milestone

Comments

@matthiasgeiger
Copy link
Member

JabRef version 3.7 and master

Steps to reproduce:

  1. Search for an arbitrary search term using DBLP
15:39:27.560 [JabRef CachedThreadPool] ERROR net.sf.jabref.gui.importer.fetcher.DBLPFetcher - Error while fetching from DBLP
java.net.MalformedURLException: no protocol: URL#10133
	at java.net.URL.<init>(URL.java:586) ~[?:1.8.0_60]
	at java.net.URL.<init>(URL.java:483) ~[?:1.8.0_60]
	at java.net.URL.<init>(URL.java:432) ~[?:1.8.0_60]
	at net.sf.jabref.logic.net.URLDownload.<init>(URLDownload.java:71) ~[main/:?]
	at net.sf.jabref.gui.importer.fetcher.DBLPFetcher.processQuery(DBLPFetcher.java:87) ~[main/:?]
	at net.sf.jabref.gui.importer.fetcher.GeneralFetcher.lambda$actionPerformed$165(GeneralFetcher.java:217) ~[main/:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_60]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_60]
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_60]
@matthiasgeiger matthiasgeiger added this to the v3.8 milestone Nov 23, 2016
@matthiasgeiger matthiasgeiger added bug Confirmed bugs or reports that are very likely to be bugs fetcher labels Nov 23, 2016
matthiasgeiger added a commit that referenced this issue Nov 26, 2016
* Rework DBLPFetcher to new structure - also fixes #2311

* implement as SearchBasedParserFetcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs fetcher
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant