You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2021. It is now read-only.
Traceback (most recent call last):
File "/app/dpd/models.py", line 70, in _get_shipping_label_paketomat
pb.create_recipient(recipient)
File "/app/.heroku/python/lib/python3.7/site-packages/paketomat/__init__.py", line 111, in create_recipient
req = self._sess.post("http://web.paketomat.at/kundenstamm/ajax/doSave.php", data=self._encode_body(body))
File "/app/.heroku/python/lib/python3.7/site-packages/paketomat/__init__.py", line 58, in _encode_body
return [(str(x[0]).encode("iso8859-1"), str(x[1]).encode("iso8859-1")) for x in body.items()]
File "/app/.heroku/python/lib/python3.7/site-packages/paketomat/__init__.py", line 58, in <listcomp>
return [(str(x[0]).encode("iso8859-1"), str(x[1]).encode("iso8859-1")) for x in body.items()]
UnicodeEncodeError: 'latin-1' codec can't encode character '\u0161' in position 5: ordinal not in range(256)```