zhegexiaohuozi / SeimiCrawler

一个简单、敏捷、分布式的支持SpringBoot的Java爬虫框架;An agile, distributed crawler framework.
http://seimicrawler.org
Apache License 2.0
1.98k stars 679 forks source link

运行 demo 得到404 #42

Open averybai opened 5 years ago

averybai commented 5 years ago

我运行这个项目的 demo 中的 jdWalker ,把账号密码改成我的,结果得到的 response.getContent() 是

{ "timestamp":1551353888182, "status":404, "error":"Not Found", "message":"No message available", "path":"/doload" }

这是什么问题?

好吧,那是我没启动SeimiAgent 造成的,不过,即便是启动了,得到的,也是未登录之前的页面,所以,目前还达不成我想爬取登录后的页面内容的目的,我再研究下吧