Mukesh Kumar
Mukesh Kumar
As a **temporary** solution, you can add a class property as `email` that returns `username`. Something like this : ``` class User(object): def __init__(self, user_id, password, username, roles=""): self.user_id =...
I have the same issue. There should be a way to disable this behaviour.
I am getting the same issue. I tried using `supports_credentials` , `expose_headers` , `allow_headers`. Nothing seems to help.
can confirm, @HarpSun solution works!
Facing same issue.
@MengesWang have you installed [Pillow](https://pypi.org/project/Pillow/) library? This library is used by openpyxl internally to recognise image format. Installing this solved my issue.