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

Fix invalid wikipedia url in AsyncWiki example #172

Merged
merged 1 commit into from
Jun 24, 2015
Merged

Fix invalid wikipedia url in AsyncWiki example #172

merged 1 commit into from
Jun 24, 2015

Conversation

karolrynio
Copy link
Contributor

When I run AsyncWiki example i got exception because wikipedia url changed:

[info] Running AsyncWiki 
[error] (Thread-6) java.util.NoSuchElementException
java.util.NoSuchElementException
        at java.util.Scanner.throwFor(Scanner.java:862)
        at java.util.Scanner.next(Scanner.java:1371)
        at AsyncWiki$$anonfun$fetchWikipediaArticleAsynchronously$1$$anon$1$$anonfun$run$1.apply(AsyncWiki.scala:19)
        at AsyncWiki$$anonfun$fetchWikipediaArticleAsynchronously$1$$anon$1$$anonfun$run$1.apply(AsyncWiki.scala:14)
        at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
        at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:35)
        at AsyncWiki$$anonfun$fetchWikipediaArticleAsynchronously$1$$anon$1.run(AsyncWiki.scala:14)
        at java.lang.Thread.run(Thread.java:745)

zsxwing added a commit that referenced this pull request Jun 24, 2015
Fix: invalid wikipedia url.
@zsxwing zsxwing merged commit 2bd0650 into ReactiveX:0.x Jun 24, 2015
@zsxwing
Copy link
Member

zsxwing commented Jun 24, 2015

Thank you!

@zsxwing zsxwing changed the title Fix: invalid wikipedia url. Fix invalid wikipedia url in AsyncWiki example Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants