Pythe1337N / garmin-connect

Makes it simple to interface with Garmin Connect to get or set any data point.
MIT License
145 stars 60 forks source link

ARM Login Issue #67

Closed tderflinger closed 1 month ago

tderflinger commented 12 months ago

Hi, Thanks a lot for your update of your library for the changed login. On my Intel PC your solutions works great. But when I try it on the ARM platform on my Raspberry Pi, I get the following error when trying to login:

GarminConnect.js:105 throw new Error('Missing credentials');

Have you ever tried it on the ARM platform? Thanks! -Thomas

gregegan commented 11 months ago

@tderflinger this likely is due to not having the garmin.config.json properly created

tderflinger commented 11 months ago

@gregegan, thanks for the hint. This did the trick, it works now!

gregegan commented 10 months ago

Mark as resolved @Pythe1337N