mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[GH-ISSUE #281] [BUG] 删除自己的邮件用户时报 500 #86
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @80imike on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/dreamhunter2333/cloudflare_temp_email/issues/281
后端环境变量中启用了 可以删除的
@dreamhunter2333 大佬,有空帮忙看下
@dreamhunter2333 commented on GitHub (May 28, 2024):
ok ,我测试下
@dreamhunter2333 commented on GitHub (May 28, 2024):
测试了下我,mail.awsl.uk 创建地址后删除并没有报错,可以贴一下你 worker 后台的日志么
@80imike commented on GitHub (May 28, 2024):
这是的我报错,大佬看下有用没? @dreamhunter2333
@dreamhunter2333 commented on GitHub (May 28, 2024):
这个是前台的错误,后台的可以到 cloudflare worker 页面找到后台服务,点进去可以查看实时日志
@80imike commented on GitHub (May 28, 2024):
这是后台错误 大佬看有用没 ?
@dreamhunter2333
@dreamhunter2333 commented on GitHub (May 28, 2024):
感谢反馈,我检查下代码
@dreamhunter2333 commented on GitHub (May 28, 2024):
请问是复制粘贴到 worker 的代码编辑器的么
@80imike commented on GitHub (May 28, 2024):
不是 是上传的文件
@dreamhunter2333 commented on GitHub (May 28, 2024):
尝试下这个版本,我改了下 会 catch 错误
worker.js.zip
@80imike commented on GitHub (May 28, 2024):
这个版本可以了 感谢大佬
另 我试了 0.44 一样也有同样错误
@dreamhunter2333 commented on GitHub (May 28, 2024):
这就奇怪了,我只加了个 try catch
@80imike commented on GitHub (May 28, 2024):
后面我在测一下 会不会是 cloudflare 有缓存? 同样内容 worker.js 不生效 ?
我试了 0.44 的 worker.js 一样报错
@yiqiecongjian commented on GitHub (May 28, 2024):
删除邮件 也出现 code 500, 使用了作者发的这个版本可以成功删除了。查看邮件 API但是新的问题出现了没有办法通过 api 查看邮件 报错500
@dreamhunter2333 commented on GitHub (May 28, 2024):
后台有错误日志么
@dreamhunter2333 commented on GitHub (May 28, 2024):
怀疑是编译之后的 js有问题
@yiqiecongjian commented on GitHub (May 28, 2024):
我刚刚又换成你楼上的js 这个版本可以网页删除,但是不能 api 查询,错误日志如下:

@dreamhunter2333 commented on GitHub (May 28, 2024):
网页上是否能查询邮件呢, limit offset 传入了么
@yiqiecongjian commented on GitHub (May 28, 2024):
按照文档的 ,limit offset 都传入了,网页用 那个jwt 输入也可以是正常的
@dreamhunter2333 commented on GitHub (May 28, 2024):
文档中url 最后多了个点号和分号,可以检查下你的代码,我明天更新下文档
@yiqiecongjian commented on GitHub (May 28, 2024):
感谢,你楼上的js 目前都没有问题,确实是 多了一个反引号和一个分号。不过那个0.4.5 的worker.js 正常对这个两个符号没有影响
@dreamhunter2333 commented on GitHub (May 28, 2024):
删除地址失败应该是个bug没有绑定kv的时候会造成删除错误,我修复一下
@yiqiecongjian commented on GitHub (May 28, 2024):
是的,我没有绑定kv
@dreamhunter2333 commented on GitHub (May 28, 2024):
感谢反馈
@yiqiecongjian commented on GitHub (May 28, 2024):
感谢大佬ヾ(≧∇≦谢谢≧∇≦)ノ
@dreamhunter2333 commented on GitHub (May 29, 2024):
https://github.com/dreamhunter2333/cloudflare_temp_email/releases/tag/v0.4.6
v0.4.6 已修复
@dreamhunter2333 commented on GitHub (May 29, 2024):
已更新文档
https://temp-mail-docs.awsl.uk/zh/guide/feature/mail-api.html