Got my new balenaFin, a RAK 811 (spi/usb), an Adafruit Ultimate GPS, but everything together, followed…
…but stuck with the following error:
10.06.19 12:02:28 (+0200) main Traceback (most recent call last):
10.06.19 12:02:28 (+0200) main File “/opt/ttn-gateway/run.py”, line 10, in
10.06.19 12:02:28 (+0200) main import urllib.request as urllib2
10.06.19 12:02:28 (+0200) main ImportError: No module named request
10.06.19 12:02:29 (+0200) Service exited ‘main sha256:0ddfe95d7f3bb7a4f6ba53f78eb4[…]’
Either change the python script (running under Python 2, that means, use “import urlib2”) or change der Docker file “FROM” derective to reflect a resent Python 3 version (“FROM balenalib/raspberrypi3-python:3-stretch-run” or something like this. Have not tried it out yet…
All in all: nice project, nice platform - and yes, its new to me, so be patient with me