This message was deleted.
# general
s
This message was deleted.
l
Please open issues with repro steps and we'd be happy to work on improving error messages where they prove to be unhelpful!
👍 1
w
To be fair, part of the problem I'm having is getting used to Python tracebacks again. I'm used to Scala where we don't throw exceptions for expected errors and instead return an error types. I guess it's the Python way to fail with an unhandled exception for cases where property values are missing or have incorrect values. It would be nice if there was at least a way hide all the unnecessary part of the traceback from the runtime.
I was having some fun errors yesterday which as far as I could tell from Googling were coming from a go library which had no context to the error what so ever. If I can remember what those were then I'll report it.
m
you can also do your preview / up with
--diff
to get more details that might help and there is
-v=<int>
and
--debug