Skip to content

Upstream bugs / missing features #10

Description

@YDX-2147483647

✅ Make better use of GitHub data

✅ Missing GitHub stats of tinymist

Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)

2025-08-22T04:11:12.2764485Z 2025-08-22 04:11:12,276 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)
2025-08-22T04:11:12.2765151Z 2025-08-22 04:11:12,276 [INFO] Retrying failed github api call short wait time.
2025-08-22T04:13:53.3556558Z 2025-08-22 04:13:53,355 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)
2025-08-22T04:14:18.6533086Z 2025-08-22 04:14:18,652 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)
2025-08-22T04:14:18.6533843Z 2025-08-22 04:14:18,653 [INFO] Retrying failed github api call short wait time.
2025-08-22T04:16:59.7316972Z 2025-08-22 04:16:59,731 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)

Cause: Tinymist uploads 104 assets per release, and GitHub failed to calculate downloadCount in time.

(tinymist + typlite + typst-preview) × (various platforms) × (the file + its sha256) + (install script) + manifest + manual

Minimal bad query:

query($owner: String!, $repo: String!) {
  repository(owner: $owner, name: $repo) {
    releases(first: 60, orderBy: {field:CREATED_AT, direction:DESC}) {
      nodes {
        releaseAssets(first: 60) {
          nodes { downloadCount }
        }
      }
    }
  }
}

Minmal good query: change either of the two 60 to 50.

✅ Resolved by YDX-2147483647/best-of-generator#5

Selected error logs of https://github.com/YDX-2147483647/best-of-typst/actions/runs/17145845738:

Selected error logs

2025-08-22T04:10:51.2892348Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/typst-jp/typst-jp.github.io?api_key=***&page=1&per_page=30
2025-08-22T04:10:51.2894676Z 2025-08-22 04:10:51,288 [INFO] Unable to find GitHub repo via libraries.io: typst-jp/typst-jp.github.io. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:11:12.2764485Z 2025-08-22 04:11:12,276 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)
2025-08-22T04:11:12.2765151Z 2025-08-22 04:11:12,276 [INFO] Retrying failed github api call short wait time.
2025-08-22T04:13:53.3556558Z 2025-08-22 04:13:53,355 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)

2025-08-22T04:14:05.6283003Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/tyx-editor/TyX?api_key=***&page=1&per_page=30
2025-08-22T04:14:05.6286613Z 2025-08-22 04:14:05,627 [INFO] Unable to find GitHub repo via libraries.io: tyx-editor/TyX. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:14:18.6533086Z 2025-08-22 04:14:18,652 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)
2025-08-22T04:14:18.6533843Z 2025-08-22 04:14:18,653 [INFO] Retrying failed github api call short wait time.
2025-08-22T04:16:59.7316972Z 2025-08-22 04:16:59,731 [INFO] Unable to find GitHub repo via GitHub api: Myriad-Dreamin/tinymist (504)

2025-08-22T04:17:02.4004252Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/Glomzzz/typsite?api_key=***&page=1&per_page=30
2025-08-22T04:17:02.4006998Z 2025-08-22 04:17:02,400 [INFO] Unable to find GitHub repo via libraries.io: Glomzzz/typsite. This might also happen if the repo is quite new, was recently renamed, or has very few stars.

2025-08-22T04:17:26.8298171Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/typst-community/tytanic?api_key=***&page=1&per_page=30
2025-08-22T04:17:26.8300781Z 2025-08-22 04:17:26,829 [INFO] Unable to find GitHub repo via libraries.io: typst-community/tytanic. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:18:17.4750598Z 2025-08-22 04:18:17,474 [INFO] Package mdbook-typst has more than one license.
2025-08-22T04:18:21.0276570Z 2025-08-22 04:18:21,027 [INFO] Package mdbook-typstpdf has more than one license.
2025-08-22T04:18:22.4367527Z 2025-08-22 04:18:22,436 [INFO] HTTP Request: GET https://pypistats.org/api/packages/showman/recent?&period=month "HTTP/1.1 502 Bad Gateway"
2025-08-22T04:18:22.4370621Z 2025-08-22 04:18:22,436 [INFO] Unable to request statistics from pypi: showman (502)

2025-08-22T04:18:25.0424951Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/Myriad-Dreamin/tylant?api_key=***&page=1&per_page=30
2025-08-22T04:18:25.0426571Z 2025-08-22 04:18:25,042 [INFO] Unable to find GitHub repo via libraries.io: Myriad-Dreamin/tylant. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:19:10.0259439Z 2025-08-22 04:19:10,025 [INFO] HTTP Request: GET https://pypistats.org/api/packages/rendercv/recent?&period=month "HTTP/1.1 502 Bad Gateway"
2025-08-22T04:19:10.0263387Z 2025-08-22 04:19:10,026 [INFO] Unable to request statistics from pypi: rendercv (502)

2025-08-22T04:19:18.1750851Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/janosh/diagrams?api_key=***&page=1&per_page=30
2025-08-22T04:19:18.1753039Z 2025-08-22 04:19:18,174 [INFO] Unable to find GitHub repo via libraries.io: janosh/diagrams. This might also happen if the repo is quite new, was recently renamed, or has very few stars.

2025-08-22T04:20:00.3349153Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/loqusion/typix?api_key=***&page=1&per_page=30
2025-08-22T04:20:00.3351433Z 2025-08-22 04:20:00,334 [INFO] Unable to find GitHub repo via libraries.io: loqusion/typix. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:20:09.1128843Z 2025-08-22 04:20:09,112 [INFO] HTTP Request: GET https://pypistats.org/api/packages/typst/recent?&period=month "HTTP/1.1 502 Bad Gateway"
2025-08-22T04:20:09.1130416Z 2025-08-22 04:20:09,112 [INFO] Unable to request statistics from pypi: typst (502)

2025-08-22T04:20:11.2893803Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/hongjr03/excel-to-typst?api_key=***&page=1&per_page=30
2025-08-22T04:20:11.2895413Z 2025-08-22 04:20:11,288 [INFO] Unable to find GitHub repo via libraries.io: hongjr03/excel-to-typst. This might also happen if the repo is quite new, was recently renamed, or has very few stars.

2025-08-22T04:21:07.4048761Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/typst-community/typst-package-template?api_key=***&page=1&per_page=30
2025-08-22T04:21:07.4051941Z 2025-08-22 04:21:07,404 [INFO] Unable to find GitHub repo via libraries.io: typst-community/typst-package-template. This might also happen if the repo is quite new, was recently renamed, or has very few stars.

2025-08-22T04:22:27.1637913Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/lemueldls/mnemo?api_key=***&page=1&per_page=30
2025-08-22T04:22:27.1639760Z 2025-08-22 04:22:27,163 [INFO] Unable to find GitHub repo via libraries.io: lemueldls/mnemo. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:23:00.9060840Z 2025-08-22 04:23:00,905 [INFO] HTTP Request: GET https://pypistats.org/api/packages/typstwriter/recent?&period=month "HTTP/1.1 502 Bad Gateway"
2025-08-22T04:23:00.9064441Z 2025-08-22 04:23:00,906 [INFO] Unable to request statistics from pypi: typstwriter (502)

2025-08-22T04:23:02.1132463Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/Academic-ID/sapienAI?api_key=***&page=1&per_page=30
2025-08-22T04:23:02.1134305Z 2025-08-22 04:23:02,112 [INFO] Unable to find GitHub repo via libraries.io: Academic-ID/sapienAI. This might also happen if the repo is quite new, was recently renamed, or has very few stars.

2025-08-22T04:23:16.2853296Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/OrangeX4/vscode-typst-sympy-calculator?api_key=***&page=1&per_page=30
2025-08-22T04:23:16.2854867Z 2025-08-22 04:23:16,285 [INFO] Unable to find GitHub repo via libraries.io: OrangeX4/vscode-typst-sympy-calculator. This might also happen if the repo is quite new, was recently renamed, or has very few stars.

2025-08-22T04:24:09.7707114Z HTTP error occurred: 404 Client Error: Not Found for url: https://libraries.io/api/github/SylvanFranklin/nonsense?api_key=***&page=1&per_page=30
2025-08-22T04:24:09.7708528Z 2025-08-22 04:24:09,770 [INFO] Unable to find GitHub repo via libraries.io: SylvanFranklin/nonsense. This might also happen if the repo is quite new, was recently renamed, or has very few stars.
2025-08-22T04:24:11.6152446Z 2025-08-22 04:24:11,614 [INFO] HTTP Request: GET https://pypistats.org/api/packages/pypst/recent?&period=month "HTTP/1.1 502 Bad Gateway"
2025-08-22T04:24:11.6154955Z 2025-08-22 04:24:11,615 [INFO] Unable to request statistics from pypi: pypst (502)

Download counts of VS Code extensions

Including Extensions for Visual Studio family of products | Visual Studio Marketplace and Open VSX Registry.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions