I’m trying to install my first project with Resin. I get everything set up, device provisioned, etc. and I push my code. This shows up in my logs, and my project doesn’t run. (periods have been replaced with dashes because I can’t have more than 2 links)
10.02.18 22:01:46 (-0800) Installing application 'registry2-resin-io/XXXXX/XXXXXXXX'
10.02.18 22:02:04 (-0800) Installed application 'registry2-resin-io/XXXXX/XXXXXXXX'
10.02.18 22:02:04 (-0800) Starting application 'registry2-resin-io/XXXXX/XXXXXXXX'
10.02.18 22:02:12 (-0800) Failed to start application 'registry2-resin-io/XXXXX/XXXXXXXX' due to '(HTTP code 500) server error - invalid character 'c' looking for beginning of value '
10.02.18 22:02:12 (-0800) Failed to update application 'registry2-resin-io/XXXXX/XXXXXXXX' due to '(HTTP code 500) server error - invalid character 'c' looking for beginning of value '
10.02.18 22:02:13 (-0800) Killing application 'registry2-resin-io/XXXXX/XXXXXXXX'
10.02.18 22:02:13 (-0800) Application is already stopped and the container removed 'registry2-resin-io/XXXXX/XXXXXXXX'
10.02.18 22:02:13 (-0800) Killed application 'registry2-resin-io/XXXXX/XXXXXXXX'
Any ideas? Nothing in my code throws errors like this.
Code is located here.