Teleporter v6 export does not work

This is a brand new installation of v6 (over v5)

Expected Behaviour:

Teleporter export should export the configuration file

Actual Behaviour:

No exportable configuration file is created. Nothing appears to happen when the export button is pressed. I have tried 2 browsers. The FTL.log shows
ERROR Failed to validate generated Teleporter ZIP archive: validation failed
WARNING API: Failed to validate generated Teleporter ZIP archive

Debug Token:

https://tricorder.pi-hole.net/M321j90H/

It means ... well ... that miniz thinks the archive it just created isn't valid. Please try

pihole checkout ftl fix/teleporter_zip_verify

and see how this behaves. The inability to verify the archive will only be a warning to the log here, you can get the file nonetheless. Does it appear like a regular ZIP file? Could you somehow (privately) sent it to us for verification (e.g. via direct message here on Discourse)?

Hi DL6ER. I ran pihole checkout ftl fix/teleporter_zip_verify (it needed a sudo on the front) and this time a file was created (beforehand no file appeared to be created). It looks like a valid zip archive. Well done and thankyou.
Jeff

Thanks for sending the file. I can confirm it is valid,

$ unzip -t pi-hole_raspberrypi_teleporter_2025-02-19_06-49-28_CST.zip 
Archive:  pi-hole_raspberrypi_teleporter_2025-02-19_06-49-28_CST.zip
    testing: etc/pihole/pihole.toml   OK
    testing: etc/hosts                OK
    testing: etc/pihole/dhcp.leases   OK
    testing: etc/dnsmasq.d/backup     OK
    testing: etc/pihole/gravity.db    OK
    testing: etc/pihole/pihole-FTL.db   OK
No errors detected in compressed data of pi-hole_raspberrypi_teleporter_2025-02-19_06-49-28_CST.zip.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.