当我尝试使用set.difference
关键字时,我收到了此LookupError:
Get Links From Email
输出:
Open Mailbox server=imap.googlemail.com user=user@starofservice.com password=pass ${proWelcomeMail} = Wait for Email recipient=${USER_EMAIL} subject=Welcome
Open Link From Email ${proWelcomeMail}
...
Close Mailbox
请问有解决方法吗?
答案 0 :(得分:2)
您可以自行更改库的代码,因为维护者未修复该代码。将文件 init .py中的第135行更改为“ decode('utf-8')”。