dmslabsbr / hoymiles

Hoymiles ADD-ON for Home Assistant
126 stars 30 forks source link

UTF-8 character encoding is missing #63

Closed llcoolmm closed 2 years ago

llcoolmm commented 2 years ago

Hey, UTF-8 character encoding is missing.

File "/usr/local/lib/python3.9/http/client.py", line 168, in _encode raise UnicodeEncodeError( UnicodeEncodeError: 'latin-1' codec can't encode character '\u0144' in position 199: Body ('ń') is not valid Latin-1. Use body.encode('utf-8') if you want to send it encoded in UTF-8. [cmd] /run.sh exited 1 [cont-finish.d] executing container finish scripts... [cont-finish.d] done.

Cosik commented 2 years ago

Please send full log.

EDIT: Probably you have installed old stable version. Please remove it and install one more time.

llcoolmm commented 2 years ago

It was old stable version.

thanks