BigYoung

Results 6 issues of BigYoung

WatchAD 和WatchAD-Web的保姆级安装教程: http://bigyoung.cn/blog/posts/23/

documentation
good first issue

个人使用password这个项目时遇到的问题: 1、项目中的requirements.txt 中的django 版本不对,需要手动安装2.1 版本 2、安装pycryptodomex==3.4.7时,Mac电脑如果遇到“gcc 报错”,请执行:xcode-select --install ,等xcode安装好后,重新安装 3、访问页面时,提示:“no such table: password_table”,解决办法:直接执行:python manage.py makemigrations password ,python manage.py migrate 重启服务就好了。

报错内容:`ERROR: Service 'server' failed to build: The command '/bin/sh -c pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple' returned a non-zero code: 2` 这是因为`{WatchAD-Server}/server/Dockerfile`中的pip命令导致,我的环境中pip 使用的是python 2.7的,此项目要用python 3 所以遇到此问题,可以修改此命令为pip3

记录了一下自己安装时遇到的报错,记录文档:https://bigyoung.cn/posts/250/ 还是得有一定的docker技术和python flask技术,能够自己排查报错,才能顺利安装。

感谢大佬分享的工具,想要请大佬喝杯咖啡。

当Soar的服务器地址改变后,比如原来是192.168.1.1,后来服务地址改为192.168.1.2,再打开以前保存的剧本,图标就会丢失。 原因是:剧本当时保存时,剧本里的icon保存的是"data":{"icon":"http://192.168.1.1/app/basic/start.png","name":"开始"" 这就导致更换ip后,icon丢失。