bisq-network / bisq2

GNU Affero General Public License v3.0
194 stars 68 forks source link

Java fail order #1985

Closed covillano closed 7 months ago

covillano commented 7 months ago

When I try to make a purchase I get this error.

imagen

covillano commented 7 months ago

java.lang.NullPointerException: Cannot invoke "bisq.common.monetary.Monetary.getValue()" because "baseSideAmount" is null at bisq.trade.bisq_easy.BisqEasyTradeService.createBisqEasyProtocol(BisqEasyTradeService.java:188) at bisq.desktop.main.content.bisq_easy.take_offer.review.TakeOfferReviewController.doTakeOffer(TakeOfferReviewController.java:216) at bisq.desktop.main.content.bisq_easy.take_offer.review.TakeOfferReviewController.takeOffer(TakeOfferReviewController.java:205) at bisq.desktop.main.content.bisq_easy.take_offer.TakeOfferController.onTakeOffer(TakeOfferController.java:251) at bisq.desktop.main.content.bisq_easy.take_offer.TakeOfferView.lambda$onViewAttached$7(TakeOfferView.java:203) at com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEve...

HenrikJannsen commented 7 months ago

This is a known issue in 2.0.2 and fixed for next release. You can either switch your language to the same language as the offer makers (probably english) or try to take other offers. It happens when offer maker used a different language where display strings of the currency are different to english.