You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When i run the program I get the following error(s):
src % go run decode-vanmoof-blt-packages \
-encryptionKey "x" \
-bikeId "x" \
-file "bt_snoop.log"
panic: runtime error: index out of range [1] with length 1
goroutine 1 [running]:
main.parseEvent({0xc0001800de, 0x16, 0x42a24}, 0xc0000121e6?)
/usr/local/go/src/decode-vanmoof-blt-packages/main.go:520 +0x5f2
main.parseData({0xc0001800de?, 0x8?, 0x10eb659?}, 0xc000113e20?)
/usr/local/go/src/decode-vanmoof-blt-packages/main.go:142 +0x7f
main.main()
/usr/local/go/src/decode-vanmoof-blt-packages/main.go:107 +0x6ac
exit status 2
The text was updated successfully, but these errors were encountered:
Hi,
When i run the program I get the following error(s):
The text was updated successfully, but these errors were encountered: