Christian

Results 5 comments of Christian

The code you posted raises a `lxml.etree.XPathEvalError` when attempting to extract the products due to a missing quote in the `XPath` expression, which causes it to be invalid. Here is...

@surister This is not a bug in the library, it can be closed.

Yes indeed this is not an issue with kind but the errors you're encountering is due to usage of the already removed `port` parameter inside your custom Kind cluster configuration....

I identified the issue it is that the kwargs argument sends `verify` as True despite the adapter's verify_mode is is set to None. The solution was to add a check...

The issue is that the `set_ok_domain` function from the `DefaultCookiePolicy` from the `cookiejar` library does not allow a mismatch between request host and cookie domain. In this code snippet below,...