stakeordie / scrt-auction

2 stars 9 forks source link

Error message creating auction has "null" as description #48

Closed secretchaingirl closed 3 years ago

secretchaingirl commented 3 years ago

Creating another auction, I got this error:

image

If possible, it would good to have the actual error message so the user can troubleshoot. If not, I'd remove the display of "null".

secretchaingirl commented 3 years ago

The error was caused by a 502 - bad gateway from bootstrap.testnet.io:

image

So an error message indicating that would be helpful.

secretchaingirl commented 3 years ago

on another attempt I got this (not a 502, but error message from the network):

image

secretchaingirl commented 3 years ago

Ah so strange, I got confused on what happened. I can see that the auction was created even though I initially got that 1st "null" error message.

secretchaingirl commented 3 years ago

Now seeing the error message displayed instead of "null" text. Looking good!