Starflows Cloudomation
Results
2
comments of
Starflows Cloudomation
I agree @webknjaz . Currently it does not raise an error though. The values for basicauth user and password are lowercased and used. Could be something like that: yarl.URL.build(host='usER:passWORD@hostNAME') ValueError:...
Thank you for your reply @ronf ! The workaround and the patch both work and solved my issue.