Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wzzjhc opened this issue May 26, 2024 · 4 comments
Open

Comments

@wzzjhc
Copy link

wzzjhc commented May 26, 2024

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

<head>
    <meta charset="UTF-8">
    <title>Local Map</title>
@IvanGlinkin
Copy link
Owner

当成功运行后,会生成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

@wzzjhc
Copy link
Author

wzzjhc commented May 26, 2024

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

@wzzjhc wzzjhc closed this as completed May 26, 2024
@wzzjhc wzzjhc reopened this May 26, 2024
@Linncharm
Copy link

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

@wzzjhc
Copy link
Author

wzzjhc commented May 26, 2024

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

可以问GPT-3.5

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants