pygoubet

Results 13 comments of pygoubet

This project looks great, can we expect a fix to: Successfully logged in to Garmin Connect! Creating workouts: Exception in thread "main" java.util.concurrent.ExecutionException: Boxed Error at scala.concurrent.impl.Promise$.resolver(Promise.scala:87) at scala.concurrent.impl.Promise$.scala$concurrent$impl$Promise$$resolveTry(Promise.scala:79) at...

> Hi @mgifos, > I guess this project is dead, right ? It seems so... Have a look to https://github.com/Raistlfiren/garmin-csv-plan I have just tested it. It works great!

In order to fix the download URLs (for kustomize and ansible-operator), I had to path the Makefile as below -ARCH := $(shell uname -m | sed 's/x86_64/amd64/') +ARCH := $(shell...

It builds correctly on arm64 architecture. Just need to remove the hardcoded amd64 achitecture in the [Makefile](https://github.com/bwolf/cert-manager-webhook-gandi/blob/master/Makefile#L41) ```bash sed 's/amd64/${ARCH}/' Makefile -i ```

Hi @Raistlfiren Well done! It worked (after a little change). It would be great if the [GARMIN_AUTHENTICATION_FILE](https://github.com/Raistlfiren/garmin-csv-plan/blob/238551a9ea57c27a8ae0745a37be6b25c1ac3129/src/Http/GarminClient/GarminAuthenticator.php#L16) could be overridden at run time. Or hardcoded to a subfolder within the...

> Thanks @pygoubet. I added a variable in the `.env` file called `GARMIN_AUTHENTICATION_FILE_PATH` where you can specify the path. :) Very convenient, thanks!

It is worth noting that, with no cable connected, if I interrupt the U-Boot autoboot and specifically enter `run bootcmd` command, then PSGMII calibration succeeds and OpenWrt works as expected....

> Most likely because interrupting U-Boot has caused it to initialize the networking Good point @robimarko! I have updated the default `bootcmd` parameter to run a `ping` command which makes...

OpenWrt 23.05.3 (r23809-234f1a2efa) kernel 5.15.150 starts with no workaround (network initialized by U-Boot or ethernet cable plugged). I suppose the problem I am encountering has been introduced by Kernel 6.6...

As expected, build 'r26387-9a11bc3682' makes the kernel to not panic after `PSGMII work is unstable !!! Repeated recalibration attempts did not help(0x3) !` message. WLAN interfaces work, so it allows...