TimothyYe / godns

A dynamic DNS client tool that supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
https://timothyye.github.io/godns/
Apache License 2.0
1.5k stars 220 forks source link

Pushover通知失效 #172

Closed ghost closed 2 years ago

ghost commented 2 years ago

同样的配置下,一直到2.8.3版本是可以正常发送pushover通知的,2.8.4,2.8.5这几个版本都不行。

使用的是run_once模式,不知道是否和上次修正run_once失效有关。

TimothyYe commented 2 years ago

有什么错误日志吗?

ghost commented 2 years ago

没有错误日志,基本可以确定就是2.8.4版本修run-once那个问题后产生的,因为2.8.3都是好的。

Timothy @.***>于2022年7月29日 周五21:44写道:

有什么错误日志吗?

— Reply to this email directly, view it on GitHub https://github.com/TimothyYe/godns/issues/172#issuecomment-1199303926, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAI56YVDJJZCHJZU4CNY6DTVWPN4FANCNFSM55ABTWBQ . You are receiving this because you authored the thread.Message ID: @.***>

-- send from my iPad

TimothyYe commented 2 years ago

我用2.8.5的版本是可以发pushover的推送的

image

要不你把配置文件里面的debug_info打开,应该能看到推送的日志

"debug_info": true
TimothyYe commented 2 years ago

我好像能复现这个bug了

TimothyYe commented 2 years ago

谢谢反馈, 2.8.6 修复了这个问题

ghost commented 2 years ago

2.8.6引入了新bug,每次运行后,不管IP有没有变,pushover都会推送通知。

TimothyYe commented 2 years ago

啊这…… 我再改一下

TimothyYe commented 2 years ago

2.8.7 改好了