Cezary K. Wagner

Results 12 comments of Cezary K. Wagner

I do this --ignore `*pb.py` and nothing is matched. Same is with `**pb.py`. Same with --ignore `asdfghjkl`.

Python 2.7 / Google App Engine - I will check collation speed later - want to reduce this time 10x times.

Proto is from etcd - nothing special: ``` syntax = "proto3"; package versionpb; import "gogoproto/gogo.proto"; import "google/protobuf/descriptor.proto"; option (gogoproto.marshaler_all) = true; option (gogoproto.unmarshaler_all) = true; // Indicates etcd version that...

Windows 10, Python 3.10.x, Python 3.8.x

This helps but it is wrong. Next problem is lack of ffmpeg. ``` import ssl ssl._create_default_https_context = ssl._create_unverified_context ``` You should report where is problem with url or with lack...

It is not ffmpeg but URL.

There is also problem with ffmpeg - it is different story - same unclear message. I added path to ffmpeg for second problem but it not solve problem with certificate...

I will check if it helps. I found that your certificate is good so it can be certificate chain problem.

etcd suggest that is problem with Python runtime library but I am not sure.