-
Notifications
You must be signed in to change notification settings - Fork 203
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
关于运行环境 #23
Comments
@Luobeia 卡在哪一步,报啥错误?
|
sudo docker-compose up --build -d这一步就跟演示视频不同了,刚开始我去下docker和docker-compose解决了这两个命令不能识别的错误,我在centos下运行的,然后我这里报下面的错误,第一次做scrapy相关的项目,小白,忘见谅 During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
@Luobeia 查了下你这个报错 docker/compose#7896 好像是你 centos 的 docker 服务没启动起来
2.如果没运行则启动 docker 服务
3.再执行上面的
|
好的多谢,我去试试,有问题再来请教你 |
不好意思,又遇到问题了,ScrapyDouban/docker/Dockerfile里面有apt-get命令,我的这个centos用的是yum命令,我把它全改成yum命令运行不了,不改的话识别不了apt-get命令 |
上面那个问题解决了,打扰了,不过还是爬不了数据,估计是因为代理的问题?我后面再来研究研究代理,谢谢!! |
@Luobeia 如果大量403的话,就需要用代理IP来解决 |
怎么看403呢,我看代码有error, |
@Luobeia DNS 解析失败了,是不是你虚拟机网络有啥问题 ,自己 ping 看看
|
好的,我去看看我网络是不是Ping不同,感谢! |
大佬,想问一下那个是不是得先爬取电影的id才能爬取电影的数据啊,就是有多少个id就爬多少部电影 |
我下午还爬了1000多组数据,但是后面好像ip被封了,一条都爬不了了,还有那个数据在我centos系统里根本找不到是为啥 |
|
我用phpmyadmin的,在网页上输入,192.168.122.1:8080/phmyadmin,访问不了是为啥 |
看了一眼演示视频,用的是adminer,我自己去试试,没看到 |
请问一下,我想爬豆瓣里的预告片信息,用xpath定位,用浏览器插件检查也获得了网址,但是我修改原来的movie_meta.py文件,让official_site字段爬我想爬的信息,为啥不行 |
你好,请问这个应该怎么运行,我在win10和vm的centos7上按照使用方法来操作,配置了两天环境还是不能运行,请问除了requirement.txt里的软件需要安装外,还需要安装什么吗,万分感谢
The text was updated successfully, but these errors were encountered: