I was trying to set-up the Home Assistant Litter-Robot integration when I was unable to log in to my litter-robot account.
Digging through the logs I found out that the issue stems from this library.
The error I got is the following:
UnicodeEncodeError: 'ascii' codec can't encode character '\xa3' in position 15: ordinal not in range(128)
A work-around was to remove the pound symbol (£) from my password.
I was trying to set-up the Home Assistant Litter-Robot integration when I was unable to log in to my litter-robot account. Digging through the logs I found out that the issue stems from this library.
The error I got is the following: UnicodeEncodeError: 'ascii' codec can't encode character '\xa3' in position 15: ordinal not in range(128)
A work-around was to remove the pound symbol (£) from my password.