hashgraph / hedera-transaction-tool-demo

The Hedera Transaction Tool demo application.
Apache License 2.0
9 stars 9 forks source link

Transfer transaction failing #332

Open SimiHunjan opened 2 years ago

SimiHunjan commented 2 years ago

Description

Adding a to account in the table is not working. The accept button does not perform an action.

Screen Shot 2022-06-06 at 10 23 35 PM

Steps to reproduce

See above

Additional context

Error log:

2022-06-06 22:22:12.094 [JavaFX Application Thread] ERROR com.hedera.hashgraph.client.core.exceptions.Log4j2UncaughtExceptionHandler.uncaughtException(Log4j2UncaughtExceptionHandler.java:42) - Uncaught exception Hedera Client Runtime: Bad account format: Address "0.0.45912654 " cannot be parsed on thread Thread[JavaFX Application Thread,5,main]
2022-06-06 22:22:12.427 [JavaFX Application Thread] ERROR com.hedera.hashgraph.client.core.exceptions.Log4j2UncaughtExceptionHandler.uncaughtException(Log4j2UncaughtExceptionHandler.java:40) - ERROR: uncaught exception occurs, check app.err log file for details. 
Message: Hedera Client Runtime: Bad account format: Address "0.0.45912654 " cannot be parsed
2022-06-06 22:22:12.427 [JavaFX Application Thread] ERROR com.hedera.hashgraph.client.core.exceptions.Log4j2UncaughtExceptionHandler.uncaughtException(Log4j2UncaughtExceptionHandler.java:42) - Uncaught exception Hedera Client Runtime: Bad account format: Address "0.0.45912654 " cannot be parsed on thread Thread[JavaFX Application Thread,5,main]
2022-06-06 22:22:49.140 [JavaFX Application Thread] ERROR com.hedera.hashgraph.client.core.exceptions.Log4j2UncaughtExceptionHandler.uncaughtException(Log4j2UncaughtExceptionHandler.java:40) - ERROR: uncaught exception occurs, check app.err log file for details. 
Message: Hedera Client Runtime: Bad account format: Address "0.0.45912654 " cannot be parsed
2022-06-06 22:22:49.141 [JavaFX Application Thread] ERROR com.hedera.hashgraph.client.core.exceptions.Log4j2UncaughtExceptionHandler.uncaughtException(Log4j2UncaughtExceptionHandler.java:42) - Uncaught exception Hedera Client Runtime: Bad account format: Address "0.0.45912654 " cannot be parsed on thread Thread[JavaFX Application Thread,5,main]

Hedera network

other

Version

0.11.0-alpha.1

Operating system

No response

SimiHunjan commented 2 years ago

An error message should be displayed to the user