콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2979 화면

Everything was working fine in version 8 but have upgraded to 11. Now can't fetch emails from my server.

This is the error in my log file:

Traceback (most recent call last):

  File "/odoo/odoo-server/addons/fetchmail/models/fetchmail.py", line 207, in fetch_mail

    message = '\n'.join(messages)

TypeError: sequence item 0: expected str instance, bytes found


Any help please?

아바타
취소

I got an issue similar to this. I then update to lastest code on github and it have gone.