-
Notifications
You must be signed in to change notification settings - Fork 412
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
最新版本的docker镜像账号绑定php加载缓慢,且刷新贴吧列表为空 #227
Comments
我猜是dns的问题,可能需要修改 在 Tieba-Cloud-Sign/docker/docker-compose.yml Lines 3 to 21 in 17518f5
extra_hosts:
tieba.baidu.com: "183.232.231.118"
c.tieba.baidu.com: "39.156.66.138"
zhidao.baidu.com: "112.34.111.123"
wenku.baidu.com: "183.232.232.77"
passport.baidu.com: "183.232.232.87" 我这个示例仅供参考不过确实是可以用的,修改好以后停止并且删掉现有的容器,将以下这行的
重新执行 |
试了以后,没能解决.. |
问题1:
使用docker-compose部署镜像后
进行账号绑定操作时,php运行耗时超过100秒
问题2:
根据其他issus中反馈,使用.tieba.baidu.com中的STOKEN
和.baidu.com中的BDUSS
依旧无法正常获取贴吧列表
问题3:
扫码绑定不可用
复现步骤
1、使用code中指引,采用docker-compose进行部署
首次启动Tieba-Cloud-Sign无法正常运行,需要重启之后才能正常进入安装界面
按照安装指引一直下一步完成配置进入绑定界面
等待100s之后进入百度账号管理,开始绑定百度账号
使用.tieba.baidu.com中的STOKEN和.baidu.com中的BDUSS进行绑定操作
进入云签到设置,刷新列表后依旧为空
环境
The text was updated successfully, but these errors were encountered: