Hugo Pu

Results 3 issues of Hugo Pu

版本: wvp-pro:2.6.9 wvp-pro-assist:2.6.9 1. 云端录像页面`/#/cloudRecord`会请求wvp-pro-assist的接口`/record_proxy/zlmediakit-local/api/record/list?page=1&count=15`,但是这个接口在几个月前就已经删除了,导致前端会返回404,无法操作云端录像。 2. 国标设备-通道中的云端录像,因为请求查询的是数据库的`wvp_cloud_record`表,所以返回的也是空,也不能操作云端录像 3. 国标设备-设备录像,无法下载

Since the numbuer of checkpoint is limited which is defined in model.py as follow: ``` self.saver = tf.train.Saver( tf.global_variables(), max_to_keep=hparams.num_keep_ckpts) ``` and the number of metrics is not limited which...

Werkzerug is upgraded to 3.X, so flask 2.0.3 will use werkzerug 3.X by default, which will raise the following error: `ImportError: cannot import name 'url_quote' from 'werkzeug.urls'` To solve the...

need-analysis
recipe