langerhans / multidoge

MultiDoge is a desktop Dogecoin client, powered by dogecoinj. Ported from the MultiBit Bitcoin client.
http://multidoge.org
MIT License
257 stars 110 forks source link

Error when trying to send doge #42

Closed smilledge closed 8 years ago

smilledge commented 8 years ago

I'm getting the following error when attempting to send any amount of doge;

The send of your dogecoin failed. The error was "java.lang.IllegalArgumentException Cannot convert using a negative conversion multiplier".

I assume this has something to do with all values from Cryptsy returning negatives?

suchbug

langerhans commented 8 years ago

Yeah, pretty sure that is the issue. Cryptsy might have changed their API so the old old Version of XChange we used here doesn't deal with it correctly anymore.
A workaround can be to go to Preferences, and disabled "Show dogecoin converted to fiat currency". Can you maybe try that?

smilledge commented 8 years ago

Yeah that fixed it, thanks!

Hectate commented 8 years ago

I didn't even think to check Github to file an issue until just replying in the reddit thread. This works for me as well, thanks.

langerhans commented 8 years ago

This is fixed in 0.1.7 as I removed Cryptsy completely now.