-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UndeclaredThrowableException withdrawFunds(mtgox only) #192
Comments
This is related to: #189 We're working on it. |
This should be fixed now with this commit: 7590681 |
Now this gives a com.fasterxml.jackson.core.JsonParseException "Illegal character ((CTRL-CHAR, code 31)): only regular white space (\r, \n, \t) is allowed between tokens" |
Are you using the latest snapshots? |
1.10.0-SNAPSHOT is what i should be using
|
That's strange. It's almost as if the encoding is wrong or something. Can you please set the logging level of rescu in logback.xml to TRACE, and post what the retunred JSON is?
Thanks! |
Actually, nevermind. I'm able to do that myself. |
I bet MtGox disabled this API call. A 500 http error message is returned. I emailed theri support and will update here if I hear anything. |
@ogelami ResCU 1.5.0 was released with the ability to handle gzipped responses. Now, the error I get is a nicely wrapped ExchangeException with an informative error message. |
String com.xeiam.xchange.service.polling.PollingAccountService.withdrawFunds(BigDecimal amount, String address) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException
Gives UndeclaredThrowableException
Upon called like following:
mtGox.getPollingAccountService().withdrawFunds(new java.math.BigDecimal("0.00006"), "11dnbqgEWp3E133nj9mTgVfqUviF843nWf")
The text was updated successfully, but these errors were encountered: