thu-coai / CrossWOZ

A Large-Scale Chinese Cross-Domain Task-Oriented Dialogue Dataset
Apache License 2.0
632 stars 114 forks source link

关于web上使用run.py产生了错误 #36

Open sunsunswj opened 2 years ago

sunsunswj commented 2 years ago

按照按照readme文件,pip install -e.安装了环境,打开redis-server,执行resetdb.py,无报错,但是在执行run.py之后显示

zqwerty commented 2 years ago

抱歉,我们不维护这个工具了,可能需要你自己调试

sunsunswj commented 2 years ago

你好,这边这个问题调试好了,能进任务导向对话系统,但是在创建两个用户之后,在匹配过程时,匹配不了,终端无限显示如下内容,我想了解一下是我的设置出现问题了吗? 127.0.0.1 - - [04/Jul/2022 10:35:53] "GET /match/num-waiting HTTP/1.1" 200 316 0.003994 127.0.0.1 - - [04/Jul/2022 10:35:54] "GET /match/get-room HTTP/1.1" 400 334 0.006806 127.0.0.1 - - [04/Jul/2022 10:35:54] "GET /match/num-waiting HTTP/1.1" 200 316 0.003569 127.0.0.1 - - [04/Jul/2022 10:35:55] "GET /match/get-room HTTP/1.1" 400 334 0.006470 127.0.0.1 - - [04/Jul/2022 10:35:55] "GET /match/num-waiting HTTP/1.1" 200 316 0.004042 127.0.0.1 - - [04/Jul/2022 10:35:56] "GET /match/get-room HTTP/1.1" 400 334 0.006522 127.0.0.1 - - [04/Jul/2022 10:35:56] "GET /match/num-waiting HTTP/1.1" 200 316 0.003520 127.0.0.1 - - [04/Jul/2022 10:35:57] "GET /match/get-room HTTP/1.1" 400 334 0.006283 127.0.0.1 - - [04/Jul/2022 10:35:57] "GET /match/num-waiting HTTP/1.1" 200 316 0.004022 127.0.0.1 - - [04/Jul/2022 10:35:58] "GET /match/get-room HTTP/1.1" 400 334 0.006966 127.0.0.1 - - [04/Jul/2022 10:35:58] "GET /match/num-waiting HTTP/1.1" 200 316 0.004616

zqwerty commented 2 years ago

如果在同一台电脑的话,试试用两个不同的浏览器分别登录两个账号,再进行匹配

sunsunswj commented 2 years ago

我这边在服务器上和电脑本地两边都试过运行代码,然后浏览器使用过chrome+无痕,chrome+ie,chrome+edge,还是会出现无法成功匹配进入房间的问题。:(