HikLoad icon indicating copy to clipboard operation
HikLoad copied to clipboard

cant run in windows and docker

Open rookiez7 opened this issue 1 year ago • 0 comments

Describe the bug when I run code

python main.py --server ip --user admin --password password --debug

DEBUG:hikload:http://admin:[email protected]:65002/ISAPI/System/deviceInfo
DEBUG:hikload:http://admin:[email protected]:65002/ISAPI/Streaming/channels
DEBUG:hikload:Data sent: <?xml version = "1.0" encoding = "UTF-8" ?><CMSearchDescription version="1.0" xmlns="http://www.hikvision.com/ver20/XMLSchema"><searchID>e9e31579-c5a1-444c-a2c8-2782525597e5</searchID><trackIDList><trackID>101</trackID></trackIDList><timeSpanList><timeSpan><startTime>2023-12-25T00:00:00Z</startTime><endTime>2023-12-25T23:59:59Z</endTime></timeSpan></timeSpanList><maxResults>64</maxResults></CMSearchDescription>
ERROR:root:Could not get recordings for channel 101
ERROR:root:Invalid Operation
INFO:hikload:Downloading recordings...
0it [00:00, ?it/s]

follow the error, I found that I used the IP alone to enter the URL of the corresponding camera, which does not have a hard disk to store. All videos are stored in the same URL, which can see all the camera footage and playback information. In this case, how to do it?

single camera url and its harddisk: 89d0065d-fcc2-4a6f-a4c3-eb674fb2dff4

and the aggregated camera URL and its harddisk: img_v3_026f_67c7e722-8a71-4c2a-9f95-244c77db069g

1fc34089-0b0d-4d48-8202-ef12cda3dc16

rookiez7 avatar Dec 25 '23 07:12 rookiez7