mirror of
https://github.com/Finb/bark-server.git
synced 2026-04-27 06:35:49 +03:00
[GH-ISSUE #252] 自建dockerserver推送失败报错苹果服务器EOF #108
Labels
No labels
enhancement
in progress
need test
pull-request
v2
v2
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bark-server#108
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 @SkyeYXL on GitHub (Dec 26, 2023).
Original GitHub issue: https://github.com/Finb/bark-server/issues/252
自建docker server,转发消息失败,报错:
发送失败:{"code":500,"message":"push failed: Post "https://api.push.apple.com/3/device/61741c00962332c0560e8642463dd3ab24143a3bcb4f67be7acace3427b26bf5": EOF","timestamp":1703578869}
查看docker日志,显示:
2023/12/26 16:19:11 2023-12-26 16:18:57 INFO 220.189.210.170 -> [ 500 ] GET 13.623763183s /:device_key/:title/:body => /a69dhYiDc5iVAWTuvLSACH/Clipboard/a69dhYiDc5iVAWTuvLSACH?automaticallyCopy=1&group=Clipboard
显示能ping通:
2023/12/26 16:15:22 2023-12-26 16:15:22 INFO 220.189.210.170 -> [ 200 ] GET 241.215µs /ping => /ping
使用的是quicker里的发送至iPhone插件,自建docker服务器失败后,使用自带的api.day.app服务器能正常发送消息。