-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GarminHelper.php -- Undefined property: stdClass::$workoutId when using CSV from tests folder #28
Comments
Hey @sedonaprice - Thank you so much for reporting this detailed issue. This is a problem with the latest version of PHP 8.3. It is only compatible with 8.1 at this moment. I will update it to PHP 8.3 once the CloudFlare issue is resolved. That all being said, I think there is still a problem with connecting to Garmin Connect and getting an authentication token. Garmin started using CloudFlare and it is causing issues with the login process. |
Thanks, I'll try to roll back to PHP=8.1! I will note that I don't think I had an authentication problem with PHP=8.3, as it ran happily until this point when I correctly configured username/password, vs a "cannot connect" error when I had correctly set those up! |
Seeing the same error running in docker, which seems to have 8.1-cli. I do not have php installed locally. Hope this is helpful in tracking this down, and looking forward to a fix or workaround. Anything I can do to provide more info with my docker env hitting this one?
|
Hi all, I am pretty sure this is still broken due to issue #27. I updated the release to be compatible with PHP 8.3, and this shouldn't be an issue. Maybe one day it won't be broken! lol |
This is now resolved for me with 0.5 - thank you! Logging a further issue that is preventing import and scheduling however. |
Hi, authentication to Garmin should be resolved. Please test it out and see if it works for you. I have not created a release or tagged it yet. |
Confirmed working. Well done, and thank you! |
When testing the syntax/functionality of this package using the csv file in the tests folder here:
https://github.com/Raistlfiren/garmin-csv-plan/blob/master/tests/Resource/multi-events-day.csv
, the following error occurred:Command:
bin/console garmin:workout multi-events-day.csv import
Output:
Software / system versions:
OS: MacOS 13.6.3
php --version
If rolling back to an older PHP version would fix the issue, happy to do that to use this amazing package!
The text was updated successfully, but these errors were encountered: