aaroncox / vessel

Desktop wallet for the Hive blockchain
MIT License
116 stars 44 forks source link

Dev Tools at transaction windows do not appear #73

Open bycz6 opened 6 years ago

bycz6 commented 6 years ago

Description

When configuring a operation using opbuilder and try to run with Steem HTTP Protocol, it will open a vessel's windows with the operation. That gives an error if it is something wrong configured at opbuilder and says to open the Dev Tools! But when you open the Dev tools it open at the Vessel's dashboard window instead of opening at operation windows. And do not show any error. I cannot track what is the problem that causes the error!

Opbuilder link to operation without errors

Opbuilder link to operation with error

Gif reprodution - without any problem

vessel bug nice.gif

Gif reprodution - with operation error

vessel bug c.gif

How to solve the problem

Check the same error operation with steemconnect vessel conn5.gif

I think that at the Operation Error should appear the error. image.png

But at least it could open the console in the operation window to able us to debug the problem.

Hardware & Software

Google Chrome - Versão 63.0.3239.132 (Compilação oficial) (64 bits) Vessel 0.2.4 Windows 10 Pro Intel Xeon E3-1220 v3 16GB RAM Nvidia Geforce GT610



Posted on Utopian.io - Rewarding Open Source Contributors

aaroncox commented 6 years ago

Agreed, it's a pain to actually open that window the the DevTools for it. It actually has it's own window, apart from the main window, which needs to be open specifically (and the View -> DevTools doesn't do this).

One way to do this currently is by focusing on the op window itself, and hitting the hotkey to open DevTools (Command + Option + I for Mac or Control + Shift + I for Windows and Linux).

The error handling here needs to be improved upon, and maybe I could even add a link into the error message you could click to open the DevTools from the error message.