Pythe1337N / garmin-connect

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

ARM Login Issue #67

Open tderflinger opened 10 months ago

tderflinger commented 10 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 9 months ago

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

tderflinger commented 9 months ago

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

gregegan commented 8 months ago

Mark as resolved @Pythe1337N