Gerapy icon indicating copy to clipboard operation
Gerapy copied to clipboard

Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js

Results 77 Gerapy issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/43101321/49263788-d9b34680-f486-11e8-9c3e-1574a5b8ea54.png) 问题如图片所示,还有一个问题,现在这个项目的最新稳定版本是多少,我在pypi上看到的最新版本是0.8.5

Edge显示完美,Google输出内容不会换行,CSS兼容行麻烦修复下

前端显示: ![image](https://user-images.githubusercontent.com/27114287/43241572-8fcf3ce8-90ce-11e8-8d31-2303f881caec.png) 后台报错: ![image](https://user-images.githubusercontent.com/27114287/43241652-f6aee4cc-90ce-11e8-8dc6-9d9e90ace82c.png) 主要原因是,在/server/core/TransformMiddleware中对所有request格式进行了转换,所以django自带处理方法中会出现类型错误。我目前的解决办法是加入判断,屏蔽掉来自admin的请求,初步测试可行。 > class TransformMiddleware(MiddlewareMixin): def __call__(self, request): """ Change request body to str type :param request: :return: """ if isinstance(request.body, bytes): if not 'admin' in request.path:...

以下是后台日志: ![image](https://user-images.githubusercontent.com/9098529/43069387-8274a960-8e9f-11e8-9e0b-2bfe77b8772a.png) 以下我找到的参考解决方案: https://stackoverflow.com/questions/30235604/next-run-time-missed-by-some-seconds-in-job-scheduling-in-apscheuler

加个按钮在管理页面里面,实现从git上拉取到projects文件夹中然后部署。

这里的gerate指的是下面(第一次建立爬虫时): ![b5e9c885cc45518cdc3beea212bdfa79](https://user-images.githubusercontent.com/12948798/38257076-307b86f6-3792-11e8-9f5a-83e0db799f68.jpg) 异常如下: ![33f7e24aff9cb68032e5bc8b6343a81b](https://user-images.githubusercontent.com/12948798/38257138-47fa26c0-3792-11e8-9fd1-d2f8bb8efb72.jpg) 当保存后,也就是第二次进入改项目管理下,generate代码是成功的!!

每次build都会根据模板重新生成setup.py文件,打的egg包没法加依赖

1.添加 client 的时候,成功了,但是没有跳回到列表页面; 2.能够创建多个同一名称、IP、端口的 client, 虽然id是不一样,但是感觉有点奇怪;