Cryptic Error Report

When doing this :

mo = anvil.BlobMedia("text/csv", self.repeating_panel_1.items, name = "smsstats.csv")

I get this :

ExternalError: TypeError: a is undefined

Whatever the error turns out to be (it’s clearly that I can’t create a blob from the items), that’s a little cryptic :slight_smile:

Good catch. That’ll be fixed soon :slight_smile:

1 Like

Another one like this happens if I we do:
open_form(content=Form2())
It generates: ExternalError: TypeError: e is undefined at [Form1, line 14]

https://anvil.works/build#clone:B7XEIRMPOX7KQ7HT=CHYEPQKMDXLK3XKY2N7NYLNR

I know it’s wrong, but happened to me on a late night. I was not thinking straight clearly, trying to open a form like I would produce an alert.
The error still is wicked though.