Skip to content

Conversation

@dzx-dzx
Copy link
Contributor

@dzx-dzx dzx-dzx commented Nov 28, 2025

Involved Issue / 该 PR 相关 Issue

Close #

Example for the Proposed Route(s) / 路由地址示例

/sjtu/publicoa

New RSS Route Checklist / 新 RSS 路由检查表

  • New Route / 新的路由
  • Anti-bot or rate limit / 反爬/频率限制
    • If yes, do your code reflect this sign? / 如果有, 是否有对应的措施?
  • Date and time / 日期和时间
    • Parsed / 可以解析
    • Correct time zone / 时区正确
  • New package added / 添加了新的包
  • Puppeteer

Note / 说明

@github-actions github-actions bot added the route label Nov 28, 2025
Comment on lines +57 to +63
const res = await ofetch.raw(requestUrl, {
headers: {
// eslint-disable-next-line no-await-in-loop
cookie: (await cookieJar.getCookieString(requestUrl)) as string,
},
redirect: 'manual',
});

Check failure

Code scanning / ESLint

Disallow `await` inside of loops Error

Unexpected await inside a loop.
const res = await ofetch.raw(requestUrl, {
headers: {
// eslint-disable-next-line no-await-in-loop
cookie: (await cookieJar.getCookieString(requestUrl)) as string,

Check failure

Code scanning / ESLint

Disallow `await` inside of loops Error

Unexpected await inside a loop.
@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/sjtu/publicoa - Failed ❌
HTTPError: Response code 500 (Internal Server Error)

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/sjtu/publicoa - Failed ❌
HTTPError: Response code 500 (Internal Server Error)

@github-actions
Copy link
Contributor

Successfully generated as following:

http://localhost:1200/sjtu/publicoa - Failed ❌
HTTPError: Response code 500 (Internal Server Error)

@github-actions
Copy link
Contributor

This PR is stale because it has been opened for more than 3 weeks with no activity. Comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale No feedback from OP label Dec 23, 2025
@dzx-dzx
Copy link
Contributor Author

dzx-dzx commented Dec 24, 2025

.

@github-actions github-actions bot removed the Stale No feedback from OP label Dec 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant