Oskar Bernberg
Oskar Bernberg
This package should run server-side and is not really designed to be used with React, which might be why you get some errors. The error itself is referencing code that...
I've this setup to run once a day and haven't had any issues. What you can check: - Verify that you're using the correct password - Try to login at...
Hi, thanks! The ```/currentuser-service/``` is providing the userhash during login and is then stored within the client itself for future use. The ```/personal-information/```endpoint seems to be providing personal information only...
I am using this library on a daily basis, and it seems to work for me. Interesting. Are you a newly registered user? Just thinking that there exists an 'old...
Also found this https://github.com/axios/axios/issues/658 That might be related to the issues you're having.
Thanks for letting me know, will look into it as soon as possible.
The GCClient will use cookies the same way as any browser, which of course could cause some problems while using them cross domains. However, I'm not sure if domain filtering...
https://github.com/codemanki/cloudscraper/issues/194 This seems to be related
This package is only intended for back-end use and is not currently supported to use with react.js. You can wrap your app in next.js and use their backend methods for...
Strange to get a 301 if there are too many requests. But Garmin's web services can be a bit strange sometimes. I've not experienced this myself since I only use...