Unexpected character in BterWrapper

Issue #126 resolved
pennybreaker created an issue

Found this while testing 1.4-RC3:

Dec 10, 2014 1:36:10 AM com.nubits.nubot.trading.wrappers.BterWrapper getQuery SEVERE: httpresponse: <html><head><title>405 Method Not Allowed</title></head><body><h1>Method Not Allowed</h1><p><i>POST request is not allowed for the URL /api/1/marketinfo</i></p><p></p></body></html> Unexpected character (<) at position 0. Dec 10, 2014 1:36:10 AM com.nubits.nubot.tasks.PriceMonitorTriggerTask initStrategy SEVERE: Cannot get txFee : Parsing Error

Comments (3)

  1. Sam Griffiths

    Was sending a post request to a Get URL, hence the Error.
    The error has been solved and the handling of similar errors (should the occur) has been made more graceful

  2. Log in to comment