After first signing in, I tried to import my pebble watchface from https://github.com/lanrat/minimalin-reborn and got the error:
Error: 'InvalidProjectArchiveException' object has no attribute 'message'
I do not see any errors in the browser's console. But I do see a GET request to https://cloudpebble.repebble.com/ide/task/3d89db95-1eb8-4ac4-aeda-62c8329a388e which returns:
{
"state": {
"status": "FAILURE",
"result": "'InvalidProjectArchiveException' object has no attribute 'message'"
},
"success": true
}
After first signing in, I tried to import my pebble watchface from https://github.com/lanrat/minimalin-reborn and got the error:
Error: 'InvalidProjectArchiveException' object has no attribute 'message'I do not see any errors in the browser's console. But I do see a GET request to
https://cloudpebble.repebble.com/ide/task/3d89db95-1eb8-4ac4-aeda-62c8329a388ewhich returns:{ "state": { "status": "FAILURE", "result": "'InvalidProjectArchiveException' object has no attribute 'message'" }, "success": true }