Advertisement
WrenchmanDE

Untitled

Jul 11th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. java.lang.IllegalArgumentException: Illegal character in path at index 48: https://api.flowdock.com/flows/germany/Voluntier 2.0/messages/86/comments
  2. at java.net.URI.create(URI.java:852)
  3. at org.apache.http.client.methods.HttpPost.<init>(HttpPost.java:76)
  4. at com.recon.flowbot.Processor.process(Processor.java:39)
  5. at com.recon.flowbot.FlowBot.parseJson(FlowBot.java:166)
  6. at com.recon.flowbot.FlowBot.lambda$startReader$0(FlowBot.java:115)
  7. at java.lang.Thread.run(Thread.java:748)
  8. Caused by: java.net.URISyntaxException: Illegal character in path at index 48: https://api.flowdock.com/flows/germany/Voluntier 2.0/messages/86/comments
  9. at java.net.URI$Parser.fail(URI.java:2848)
  10. at java.net.URI$Parser.checkChars(URI.java:3021)
  11. at java.net.URI$Parser.parseHierarchical(URI.java:3105)
  12. at java.net.URI$Parser.parse(URI.java:3053)
  13. at java.net.URI.<init>(URI.java:588)
  14. at java.net.URI.create(URI.java:850)
  15. ... 5 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement