Unexpected encoded path? #157
-
I'm trying to use scrapeit for the first time and it's throwing an error like: Exception in thread "main" java.lang.IllegalArgumentException: unexpected encodedPath:
Also, I don't see the option to ignoreContentType, since maybe it's the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Fixed, error is caused by not adding a |
Beta Was this translation helpful? Give feedback.
-
Hey glad to hear you are giving skrape{it} a try :) It is already fixed on the master and will be part of the 1.1.0 release that will be published within the next days. |
Beta Was this translation helpful? Give feedback.
Hey glad to hear you are giving skrape{it} a try :)
This is a valid workaround for the HttpFetcher (problem should not exist for BrowserFetcher or AsyncFetcher).
It is already fixed on the master and will be part of the 1.1.0 release that will be published within the next days.
Since version 1.1.0 the "/" workaround should not be needed anymore.