guysoft / pi-imager

Other
19 stars 1 forks source link

cannot use JSON with rpi-imager v1.8.3 #14

Open umlaeute opened 11 months ago

umlaeute commented 11 months ago

getting the latest and greatest official rpi-imager, I can no longer use the Unofficial sources:

$ rpi-imager --version
rpi-imager version 1.8.3
Repository: https://downloads.raspberrypi.org/os_list_imagingutility_v4.json

$ rpi-imager --repo https://guysoft.github.io/pi-imager-web/os_list_imagingutility_v3.json
qrc:/main.qml:884: ReferenceError: release_date is not defined
qrc:/main.qml:884: ReferenceError: release_date is not defined
qrc:/main.qml:884: ReferenceError: release_date is not defined
qrc:/main.qml:895: ReferenceError: image_download_size is not defined
qrc:/main.qml:884: ReferenceError: release_date is not defined
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString
qrc:/main.qml:835:21: Unable to assign [undefined] to QUrl
qrc:/main.qml:850:29: Unable to assign [undefined] to QString
qrc:/main.qml:873:25: Unable to assign [undefined] to QString

the first errors (ReferenceError) are displayed as soon as I select the Choose OS, the remainder is shown when I select the Unofficial group.

It seems there is no https://guysoft.github.io/pi-imager-web/os_list_imagingutility_v4.json yet (and the rpi-imager obviously cannot handle older formats)