gitolicious

Results 32 comments of gitolicious

I don't think it's a good idea to commit any `.idea` files. Also we should agree on a specific formatter as especially max line width is handled differently across formatters...

I tried to learn a bit more about this error. For me it's CloudFlare blocking my requests. ```py def do_login(self): while True: retryAfterLoginError = False try: self.open(self.BASEURL + '/sessions/new') except...

I was running the script inside a Docker container. When doing so on my laptop (VS Code Dev Container as well as Alpine base image) I got 503s from time...

After playing around more with the script, in my Docker environments it is a hit and miss. Once it is running, it works fine all the way - if it...

Are you blocked by the Cloudflare check or what response are you getting?

I was able to reproduce this in a Docker environment. This is what I see in the HTML response: ``` Checking your browser before accessing doctolib.de. This process is automatic....

We now have explanatory error messages and nothing else we can do other than retrying or hoping for cloudscraper to improve.

Did it work for you when retrying right away?

I actually have a _mostly_ working version with a YAML config file, but merging YAML parameters with the current CLI arguments (especially the unnamed, required ones) in a reasonable way...

I would love to see a more active place where we can share our config templates for all the ESPHome enabled devices out there. My current workflow is looking up...