Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 12, 2025
2 parents f6f5e26 + 169e950 commit fe30e9a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [1.8.2](https://www.github.com/14790897/auto-read-liunxdo/compare/v1.8.1...v1.8.2) (2025-02-12)


### Bug Fixes

* 存在无法点击登录按钮的情况,原因未知,在等待跳转前,加入按钮点击 ([1d67b5e](https://www.github.com/14790897/auto-read-liunxdo/commit/1d67b5e0fa531148ceff3c8c3f083d253a98db75))

### [1.8.1](https://www.github.com/14790897/auto-read-liunxdo/compare/v1.8.0...v1.8.1) (2025-01-15)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ app_port: 7860
---
[英文文档](./README_en.md)
###
新的依赖不能显示脚本运行日志了,只显示网页的429日志
新的依赖不能显示脚本运行日志了

## 使用方法一:油猴脚本(火狐不兼容,谷歌可以用)

Expand Down Expand Up @@ -120,11 +120,11 @@ crontab -e

开发中遇到的问题:
问:TimeoutError: Navigation timeout of 30000 ms exceeded 为什么 puppeteer 经常出现这个错误?
答:linux 使用{waitUntil: 'domcontentloaded'}后,情况大大好转,但还是有时出现,Windows 未曾出现此问题 [见文章分析](随笔.md)
答:linux 使用{waitUntil: 'domcontentloaded'}后,情况大大好转,但还是有时出现,Windows 未曾出现此问题 [见文章分析](随笔.md) 目前发现存在不点击登录按钮导致超时,已解决(原因未知)

这个也可能是因为登陆太频繁导致的,太快的登陆太多的账号

更少见的情况其实是密码错误
更少见的情况其实是密码错误,还有账户未激活

#### 待做

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"puppeteer-real-browser": "^1.2.31",
"xvfb": "^0.4.0"
},
"version": "1.8.1"
"version": "1.8.2"
}

0 comments on commit fe30e9a

Please sign in to comment.