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/aimeta): add AI at Meta Blog #17328

Closed
wants to merge 13 commits into from
Closed

Conversation

canonnizq
Copy link

Involved Issue / 该 PR 相关 Issue

Close #16938

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

/aimeta/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 Oct 27, 2024
lib/routes/aimeta/blog.ts Fixed Show fixed Hide fixed
lib/routes/aimeta/blog.ts Fixed Show fixed Hide fixed
lib/routes/aimeta/blog.ts Fixed Show fixed Hide fixed
lib/routes/aimeta/blog.ts Fixed Show fixed Hide fixed
@github-actions github-actions bot added the Auto: Route Test Complete Auto route test has finished on given PR label Oct 27, 2024
Copy link
Contributor

Successfully generated as following:

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

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

Copy link
Contributor

Successfully generated as following:

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

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

Copy link
Contributor

Successfully generated as following:

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

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

Copy link
Contributor

Successfully generated as following:

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

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

Copy link
Contributor

Successfully generated as following:

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

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

@pseudoyu pseudoyu force-pushed the master branch 2 times, most recently from df8fa78 to 24e8c1e Compare October 28, 2024 10:51
lib/routes/aimeta/namespace.ts Outdated Show resolved Hide resolved
lib/routes/aimeta/blog.ts Outdated Show resolved Hide resolved
lib/routes/aimeta/blog.ts Outdated Show resolved Hide resolved
@pseudoyu pseudoyu force-pushed the master branch 3 times, most recently from 8ef9ae7 to d224d67 Compare October 31, 2024 11:39
Copy link
Contributor

github-actions bot commented Nov 1, 2024

Successfully generated as following:

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

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

const baseUrl = 'https://ai.meta.com';

const response = await ofetch(`${baseUrl}/blog/`);
const $ = load(response);

Check failure

Code scanning / ESLint

Disallow trailing whitespace at the end of lines Error

Trailing spaces not allowed.
Copy link
Contributor

github-actions bot commented Nov 1, 2024

Successfully generated as following:

http://localhost:1200/aimeta/blog - Failed ❌
HTTPError: Response code 404 (Not Found)

Error Message:<br/>NotFoundError: The route does not exist or has been deleted.
Route: /aimeta/blog
Full Route: /aimeta/blog
Node Version: v22.11.0
Git Hash: 084d0ce6

@canonnizq canonnizq closed this Nov 1, 2024
@canonnizq canonnizq deleted the aimeta branch November 1, 2024 11:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request for RSS route for Meta AI's Blog
2 participants