Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(route/meta): add AI at Meta Blog #17408

Closed
wants to merge 17 commits into from
Closed

Conversation

canonnizq
Copy link

@canonnizq canonnizq commented Nov 1, 2024

Involved Issue / 该 PR 相关 Issue

Close #16938

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

/meta/blog

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 1, 2024
lib/routes/meta/blog.ts Fixed Show fixed Hide fixed
Copy link
Contributor

github-actions bot commented Nov 1, 2024

Successfully generated as following:

http://localhost:1200/meta/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://ai.meta.com/blog/&quot;: 400 Bad Request
Route: /meta/blog
Full Route: /meta/blog
Node Version: v22.11.0
Git Hash: 0dd0639d

@github-actions github-actions bot added the Auto: Route Test Complete Auto route test has finished on given PR label Nov 1, 2024
Copy link
Contributor

github-actions bot commented Nov 1, 2024

Successfully generated as following:

http://localhost:1200/meta/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>FetchError: [GET] &quot;https://ai.meta.com/blog/&quot;: 400 Bad Request
Route: /meta/blog
Full Route: /meta/blog
Node Version: v22.11.0
Git Hash: 0dd0639d

lib/routes/meta/blog.ts Fixed Show fixed Hide fixed
Copy link
Contributor

github-actions bot commented Nov 1, 2024

Successfully generated as following:

http://localhost:1200/meta/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /meta/blog
Full Route: /meta/blog
Node Version: v22.11.0
Git Hash: a2ffdada

import { load } from 'cheerio';
import logger from '@/utils/logger';
import puppeteer from '@/utils/puppeteer';
import cache from '@/utils/cache';

Check failure

Code scanning / ESLint

Disallow unused variables Error

'cache' is defined but never used.
Copy link
Contributor

github-actions bot commented Nov 2, 2024

Successfully generated as following:

http://localhost:1200/meta/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /meta/blog
Full Route: /meta/blog
Node Version: v22.11.0
Git Hash: 635d4cd6

Copy link
Contributor

github-actions bot commented Nov 2, 2024

Successfully generated as following:

http://localhost:1200/meta/blog - Failed ❌
HTTPError: Response code 503 (Service Unavailable)

Error Message:<br/>Error: this route is empty, please check the original site or &lt;a href=&quot;https://github.com/DIYgod/RSSHub/issues/new/choose&quot;&gt;create an issue&lt;/a&gt;
Route: /meta/blog
Full Route: /meta/blog
Node Version: v22.11.0
Git Hash: 8daf6511

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 22, 2024
Copy link
Contributor

This PR was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auto: Route Test Complete Auto route test has finished on given PR Route Stale No feedback from OP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request for RSS route for Meta AI's Blog
1 participant