Bastien Abadie

Results 93 comments of Bastien Abadie

There is a cleaner and better implementation here https://github.com/docker/docker-py/pull/2471

Quick and dirty fix is to remove the [ONLY_FULL_GROUP_BY](https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html#sqlmode_only_full_group_by) option: On the mysql server prompt: ```sql SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); ```

Sounds reasonable to me, we could do that after working on the Bug publication where this component would also be required

Sure ! We'll have to discuss the workflow details, but i'll work on that next week.

Hey @philosowaffle , I reproduce the issue: the project unit tests are failing on the authentication. I'll try to quickly find a fix, I'll keep you posted here

This time it's Cloudflare rejecting the requests. I get a nice error page, with the infamous [1020](https://community.cloudflare.com/t/community-tip-fixing-error-1020-access-denied/66439) Cloudflare error. This may take some time to fix... ![Screenshot 2021-05-18 at 17-53-28...

You can try this rough patch : https://github.com/La0/garmin-uploader/pull/29/files I got some auth requests to work with this code, but now i'm getting `HTTP 429 Too many requests` :sob:

@kenlpeters You can try my patch with the following pip command: ``` pip install https://github.com/La0/garmin-uploader/archive/fix-cloudfare-errors.zip ```

I'll try clouscrapper tommorow

The CI is ok on the current branch, except on Python 3.7 :man_shrugging: