IvanGlinkin/CCTV

生成的html文件中缺少一行代码‘ <meta charset="UTF-8">’

wzzjhc opened this issue · 4 comments

当成功运行后,会生成html文件,可以使用php去访问,但是缺少一行代码‘ <meta charset="UTF-8">’
需要自己添加,不然会出现乱码,无法识别

<head>
    <meta charset="UTF-8">
    <title>Local Map</title>

当成功运行后,会生成html文件,可以使用php去访问,但是缺少一行代码‘ ’ 需要自己添加,不然会出现乱码,无法识别

<title>Local Map</title>

Translation:

When successfully run, an html file will be generated, which can be accessed using php, but there is a line of code missing ' '
You need to add it yourself, otherwise garbled characters will appear and cannot be recognized.
<title>Local Map</title>

I fixed that issue even before the release. May I ask you to share the exact line where the issue appears? thanks

CCTV\reports-html\48.84477-2.34715-2024-05-26_11-26-58.html
<head>
<meta charset="UTF-8">
    <title>Local Map</title>

initialize client 一直失败有什么办法呢

initialize client 一直失败有什么办法呢

可以问GPT-3.5

我是centos7 系统,默认python是2.7.5,我又安装了python3.6