go version go1.12.5 linux/386
Go already installed
GOROOT=/usr/local/go
export GOROOT
PATH=$PATH:/usr/local/go/bin:$GOROOT/bin:$GOPATH/bin
GOPATH=$HOME/go
export GOPATH
PATH=$PATH:/usr/local/go/bin:$GOROOT/bin:$GOPATH/bin
github.com/ecc1/medtronic (download)
github.com/ecc1/cc111x (download)
github.com/ecc1/gpio (download)
Fetching https://golang.org/x/sys/unix?go-get=1
https fetch failed: Get https://golang.org/x/sys/unix?go-get=1: dial tcp 216.239.37.1:443: i/o timeout
package golang.org/x/sys/unix: unrecognized import path "golang.org/x/sys/unix" (https fetch: Get https://golang.org/x/sys/unix?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)
github.com/ecc1/spi (download)
github.com/ecc1/nightscout (download)
github.com/ecc1/radio (download)
fatal: unable to access 'https://github.com/ecc1/radio/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
package github.com/ecc1/radio: exit status 1
github.com/ecc1/papertrail (download)
fatal: unable to access 'https://github.com/ecc1/papertrail/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
package github.com/ecc1/papertrail: exit status 1
Couldn't go get medtronic
@Foxy7 does Blue Car Tethering work on Android 11? My understanding is all these auto tether apps no longer work.
I was unable to make this work on my Samsung S20+. I would love it if there was a workaround. I tried Secure Task, Tasker, and a few others. Nothing would allow permissions to access the BT Tether Toggle. Best I could figure out is how to turn WiFi off when I left the house -- I still have to enable it manually every time I leave the house.
Removing any existing ns device:
Running nightscout autoconfigure-device-crud https://tomns.herokuapp.com REMOVED
Traceback (most recent call last):
File "/usr/local/bin/openaps-device", line 35, in <module>
app( )
File "/usr/local/lib/python2.7/dist-packages/openaps/cli/__init__.py", line 47, in __call__
self.configure_parser(self.parser)
File "/usr/local/bin/openaps-device", line 21, in configure_parser
self.commands = devices.configure_commands(parser, parent=self)
File "/usr/local/lib/python2.7/dist-packages/openaps/devices/__init__.py", line 36, in configure_commands
parent.devices = get_device_map(parent.config)
File "/usr/local/lib/python2.7/dist-packages/openaps/devices/__init__.py", line 21, in get_device_map
for device in Device.FromConfig(vendors, conf):
File "/usr/local/lib/python2.7/dist-packages/openaps/devices/device.py", line 77, in FromConfig
vendor = vendors.lookup(config.get(candidate, 'vendor').split('.').pop( ), config)
File "/usr/local/lib/python2.7/dist-packages/openaps/vendors/__init__.py", line 27, in lookup
return get_map(config)[name]
File "/usr/local/lib/python2.7/dist-packages/openaps/vendors/__init__.py", line 22, in get_map
vendors = all_vendors(config)
File "/usr/local/lib/python2.7/dist-packages/openaps/vendors/__init__.py", line 36, in all_vendors
return get_vendors( ) + find_plugins(config)
File "/usr/local/lib/python2.7/dist-packages/openaps/vendors/__init__.py", line 16, in find_plugins
return [ v.get_module( ) for v in vendors ]
File "/usr/local/lib/python2.7/dist-packages/openaps/vendors/plugins/vendor.py", line 19, in get_module
return importlib.import_module(self.name)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/usr/local/lib/python2.7/dist-packages/openapscontrib/timezones/__init__.py", line 132, in <module>
import recurrent
File "/usr/local/lib/python2.7/dist-packages/recurrent/__init__.py", line 1, in <module>
from recurrent.event_parser import RecurringEvent
File "/usr/local/lib/python2.7/dist-packages/recurrent/event_parser.py", line 11, in <module>
pdt = parsedatetime.Calendar()
File "/usr/local/lib/python2.7/dist-packages/parsedatetime/__init__.py", line 270, in __init__
self.ptc = Constants()
File "/usr/local/lib/python2.7/dist-packages/parsedatetime/__init__.py", line 2381, in __init__
self.locale = get_icu(self.localeID)
File "/usr/local/lib/python2.7/dist-packages/parsedatetime/pdt_locales/icu.py", line 56, in get_icu
result['icu'] = icu = pyicu.Locale(locale)
AttributeError: 'module' object has no attribute 'Locale'