mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-21 16:39:32 +00:00
91960527aa
Three faults in the same few lines. The redfish Command lost its constructor for an async create, so building one raised TypeError, which the except below reported as TargetEndpointUnreachable. await_redirect is defined nowhere in this repository's history, so that call raised too; create performs the session setup it was meant to trigger. And oem is a coroutine method rather than an attribute, with its web connection coming from get_wc, which is what performs the login that sets csrftok.