IvanGlinkin / CCTV

Close-Circuit Telegram Vision revolutionizes location tracking with its open-source design and Telegram API integration. Offering precise tracking within 50-100 meters, users can monitor others in real-time for logistics or safety, redefining how we navigate our surroundings
GNU General Public License v3.0
2.37k stars 327 forks source link

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

Open wzzjhc opened 4 months ago

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

<head>
    <meta charset="UTF-8">
    <title>Local Map</title>
IvanGlinkin commented 4 months ago

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

Local Map

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

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

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

wzzjhc commented 4 months ago

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

可以问GPT-3.5

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