taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

TaurusForm: give more info when failing to handle a model #1046

Closed ghost closed 4 years ago

ghost commented 4 years ago

In taurus form add verbosity to get better error information instead of getting "Cannot handle model 'redis://localhost/0/float_scalar'. Using default widget." In this case I need to write the password to enter the correct database ("redis://:password@localhost/0/float_scalar"). It would be great to get more info of the exception

cpascual commented 4 years ago

1049 should fix this.

@alvaro-phyiscs , can you please confirm it?