hi,
i just set up a new pimatic instance on a raspberry pi. i had one running before without any trouble and installed it according to the instructions on pimatic.org.
When trying to start pimatic, though, I get the following errors:
coffee-cache: compiling coffee-script file "startup.coffee"...Done
15:27:16.247 2017-10-17 Tuesday
coffee-cache: compiling coffee-script file "lib/framework.coffee"...Done
15:27:24.441 [pimatic] info: Starting pimatic version 0.9.42
coffee-cache: compiling coffee-script file "config-schema.coffee"...Done
15:27:25.807 [pimatic] info: Installing database package sqlite3, this can take some minutes
15:27:42.995 [pimatic, ppm] info: > sqlite3@3.1.8 install /home/pi/pimatic-app/node_modules/sqlite3
15:27:42.999 [pimatic, ppm] info: > node-pre-gyp install --fallback-to-build
15:27:45.603 [pimatic, ppm] info: node-pre-gyp ERR! Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/sqlite3/v3.1.8/node-v46-linux-arm.tar.gz
15:27:45.605 [pimatic, ppm] info: node-pre-gyp ERR! Pre-built binaries not found for sqlite3@3.1.8 and node@4.6.2 (node-v46 ABI) (falling back to source compile with node-gyp)
15:27:57.818 [pimatic, ppm] info: make: Entering directory '/home/pi/pimatic-app/node_modules/sqlite3/build'
15:27:57.828 [pimatic, ppm] info: ACTION deps_sqlite3_gyp_action_before_build_target_unpack_sqlite_dep Release/obj/gen/sqlite-autoconf-3150000/sqlite3.c
15:27:58.464 [pimatic, ppm] info: TOUCH Release/obj.target/deps/action_before_build.stamp
15:27:58.490 [pimatic, ppm] info: CC(target) Release/obj.target/sqlite3/gen/sqlite-autoconf-3150000/sqlite3.o
15:30:30.805 2017-10-17 Tuesday
15:31:26.508 2017-10-17 Tuesday
15:33:07.217 2017-10-17 Tuesday
15:43:02.158 2017-10-17 Tuesday
15:44:17.566 2017-10-17 Tuesday
16:38:12.162 2017-10-17 Tuesday
Looks like a certain file cannot be downloaded and therefore I cannot run pimatic. Is there a way for me to manually install that file, or how else can I get pimatic running?
Thanks in advance for your support