V1.4.1 error message - Invalid word 'null' At: ./upload/LED Test.nc:1:0

UPDATE: It wasn’t the file name. I tried changing it and recreating it in Easel several times. The issue turned out to be something with the way Easel was creating the file using a bit to drill a hole that was too small for the size drawn. Once I changed the size bit in Easel it worked fin.

Any idea why I’m getting this?

Invalid word 'null'
   At: ./upload/LED Test.nc:1:0

As far as I remember, I think I got this kind of error when the file name was strange. Try to rename it to smth simple, like “aaaa” :slight_smile:
I may be wrong though…

1 Like

An educated guess: You’ve got a space in your filename, and the controller doesn’t like it. Try the file renamed with no spaces: “LED_Test”

1 Like