-
Notifications
You must be signed in to change notification settings - Fork 373
Open
Description
It seems the json file for using in pi imager for the nightly builds is creating wrong download URL, at least for 64 bit trixie one. Seems like the build date stamp was prepended to the last commit data/filename pattern.
{
"name": "OctoPi version 1.2.0 (Nightly) 64-bit",
"description": "A Raspberry Pi distribution for 3D printers. Ships OctoPrint out-of-the-box.",
"url": "https://unofficialpi.org/Distros/OctoPi/nightly-arm64/2025-12-04-octopi-trixie-arm64-lite-1.2.0.zip",
"icon": "https://raw.githubusercontent.com/guysoft/OctoPi/devel/media/rpi-imager-OctoPi.png",
"release_date": "2026-01-01",
"extract_sha256": "bdc2ec89a10dcd77b58a5000d55180be920cc257f1ccc31c9e519b2b3201d618",
"extract_size": 4280288256,
"image_download_size": 1339486713,
"image_download_sha256": "71510dad91a747c37654acbf161f3622df393d5048f2c3d58a1eee41391f539c",
"devices": [
"pi3-64bit",
"pi4-64bit",
"pi5-64bit"
],
"init_format": "systemd"
},
working URL
{
"name": "OctoPi version 1.2.0 (Nightly) 64-bit",
"description": "A Raspberry Pi distribution for 3D printers. Ships OctoPrint out-of-the-box.",
"url": "https://unofficialpi.org/Distros/OctoPi/nightly-arm64/2026-01-01_2025-12-04-octopi-trixie-arm64-lite-1.2.0.zip",
"icon": "https://raw.githubusercontent.com/guysoft/OctoPi/devel/media/rpi-imager-OctoPi.png",
"release_date": "2026-01-01",
"extract_sha256": "bdc2ec89a10dcd77b58a5000d55180be920cc257f1ccc31c9e519b2b3201d618",
"extract_size": 4280288256,
"image_download_size": 1339486713,
"image_download_sha256": "71510dad91a747c37654acbf161f3622df393d5048f2c3d58a1eee41391f539c",
"devices": [
"pi3-64bit",
"pi4-64bit",
"pi5-64bit"
],
"init_format": "systemd"
},
Metadata
Metadata
Assignees
Labels
No labels