pnpninja/nsetools

HttpException occuring while using the getQuotes method

Opened this issue · 1 comments

While using the getQuotes method (that is the only method currently that I need from the library), I am seeing the following exception occuring "org.apache.http.HttpException: Unable to connect to NSE". This is not due to network issues, as I am able to use a restClient and send requests to other APIs.

Details.
version being used :- "com.github.pnpninja:nsetools:1.0.0"
I also tried with 1.0-RELEASE version, but still facing the same issue.

Code seems like not being updated due to background modification done at NSE source that is why this error appearing constantly.