Can't download multiple events

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
TDD
Posts: 4
Joined: Tue Sep 18, 2018 2:10 pm

Can't download multiple events

Post by TDD »

Hi guys.
I can't download multiple events from my ZoneMinder.
After choosing the events, clicking download, selecting zip or tar (it doesn't matter) and clicking generate download, from the Chrome developer tools I can see a request to the url

Code: Select all

 "https://myhost/zm/index.php?view=request&request=event&action=download&__csrf_magic=key%3A56e6ab335958d8bf684b1548211ddbd98369d9ff%2C1650914870&connkey=971011&exportVideo=1&eids%5B%5D=376807&eids%5B%5D=376703&eids%5B%5D=376776&eids%5B%5D=376790&eids%5B%5D=376717&eids%5B%5D=376742&exportFormat=zip"
which fails and receive an invalid response (no data found).
On the other hand, from the terminal I can see that the zip/tar file is correctly generated and saved.
In the browser "Exporting" continues indefinitely and the download never starts.
No error in Apache/ZoneMinder log files.

Can you help me? Thanks.

ZoneMinder v1.36.14
Ubuntu 20.04.4
PHP 7.4.3
Latest Apache ATP available, running over SSL with LetsEncrypt certificate.
Post Reply