-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]安装imap代理服务出错 #330
Comments
请先修改成 |
上面提示没了哈 新错误又出现了 sorry不是程序员看不明白代码 |
python3 是什么版本,文件是复制粘贴上去的么 |
|
本地运行是否报错,我测试本地和服务器都可以正常运行 |
本地运行python的时候出错
复现步骤
root@pve105:~/cloudflare_temp_email/smtp_proxy_server# ./venv/bin/python3 main.py
Traceback (most recent call last):
File "/root/cloudflare_temp_email/smtp_proxy_server/main.py", line 5, in
from imap_server import start_imap_server
File "/root/cloudflare_temp_email/smtp_proxy_server/imap_server.py", line 13, in
from parse_email import generate_email_model, parse_email
File "/root/cloudflare_temp_email/smtp_proxy_server/parse_email.py", line 60
message['From'] = f"{email_json["from"]['name']} <{
^
SyntaxError: unterminated string literal (detected at line 60)
部署方式
浏览器环境
The text was updated successfully, but these errors were encountered: