dereklee0310 / RussianFishing4Script

Russian Fishing 4 Bot
GNU General Public License v3.0
71 stars 19 forks source link

[BUG]TimeoutError: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 #22

Closed hpsazz closed 6 months ago

hpsazz commented 6 months ago

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...' 微信截图_20240423171529

  2. Click on '....'

  3. Scroll down to '....'

  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Resolution and Window Size

Version
The version of script, it could be the commit hash or the date of patchnotes in README.

Settings
Paste your config.ini here.

[game]
language=en
...

Additional context
Add any other context about the problem here.

dereklee0310 commented 6 months ago

看起來是smtp server連線逾時,請檢查你的網路連線和梯子,或是貼上你.env中的配置以利定位問題。

zz2592900 commented 6 months ago

看起來是smtp server連線逾時,請檢查你的網路連線和梯子,或是貼上你.env中的配置以利定位問題。

必须使用邮件功能才能用脚本了吗?

hpsazz commented 6 months ago

看起來是smtp server連線逾時,請檢查你的網路連線和梯子,或是貼上你.env中的配置以利定位問題。 image

dereklee0310 commented 6 months ago

看起來是smtp server連線逾時,請檢查你的網路連線和梯子,或是貼上你.env中的配置以利定位問題。

必须使用邮件功能才能用脚本了吗?

新版本新增了預設參數的選項,郵件功能預設是開啟的,不想使用的話將config.inidefault_arguments的參數e拿掉即可

; default options to use, will be merged into command line arguments at startup
default_arguments = -rcHPRge
; 修改為
default_arguments = -rcHPRg
dereklee0310 commented 6 months ago

看起來是smtp server連線逾時,請檢查你的網路連線和梯子,或是貼上你.env中的配置以利定位問題。 image

我沒辦法在我電腦上復現你的問題,你可以:

  1. 根據前一則回答關閉此功能
  2. 檢查VPN或防火牆設定
  3. 嘗試其他SMTP伺服器
hpsazz commented 6 months ago

看起來是smtp server連線逾時,請檢查你的網路連線和梯子,或是貼上你.env中的配置以利定位問題。 image

我沒辦法在我電腦上復現你的問題,你可以:

  1. 根據前一則回答關閉此功能
  2. 檢查VPN或防火牆設定
  3. 嘗試其他SMTP伺服器

好的,暂时关闭邮件功能了