Skip to content
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

error while creating transaction, and when clicking send in chat #3437

Closed
gmalacrida opened this issue Oct 21, 2019 · 1 comment · Fixed by #5175
Closed

error while creating transaction, and when clicking send in chat #3437

gmalacrida opened this issue Oct 21, 2019 · 1 comment · Fixed by #5175

Comments

@gmalacrida
Copy link

bisq.log

@freimair
Copy link
Contributor

for the chat issue, these lines seem to be a good hint:

oct.-21 18:24:42.239 [JavaFX Application Thread] ERROR b.c.s.CommonSetup: Stack trace:
java.lang.NullPointerException
	at bisq.desktop.main.shared.ChatView.lambda$sendDisputeDirectMessage$12(ChatView.java:653)
	at java.base/java.util.Optional.map(Optional.java:254)
	at bisq.desktop.main.shared.ChatView.sendDisputeDirectMessage(ChatView.java:649)
[snip]

@gmalacrida is the message sent?

and I cannot spot anything in the logs indicating an error while creating a transaction. Can you provide more info on this? How to reproduce, what is the actual error, what did you expect to happen?

for the devs out there, there is a fair amount of WARN b.c.trade.Trade: depositTx is null in the logs. Can that have anything to do with the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants