Gerapy
Gerapy copied to clipboard
Distributed Crawler Management Framework Based on Scrapy, Scrapyd, Django and Vue.js
我觉得如果能支持这两个的话,就很厉害了
I did an installation of gerapy on EC2 amazon linux and I am getting "Authentication credentials were not provided." while building the project. Looks like it can be related to...
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.2. Changelog Sourced from cryptography's changelog. 42.0.2 - 2024-01-30 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.2.1. * Fixed an...
Bumps [django](https://github.com/django/django) from 2.2.28 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...
Not Found: /api/project/OECD 国际经合组织/build [14/Dec/2023 23:59:19] "GET /api/project/OECD%20%E5%9B%BD%E9%99%85%E7%BB%8F%E5%90%88%E7%BB%84%E7%BB%87/build HTTP/1.1" 404 10057 [14/Dec/2023 23:59:19] "GET /api/project/OECD/build HTTP/1.1" 200 156 [14/Dec/2023 23:59:19] "GET /static/fonts/fontawesome-webfont.af7ae505.woff2 HTTP/1.1" 200 77160 Not Found: /favicon.ico [14/Dec/2023 23:59:19]...
打包失败
都是在本地测试的  经过跟进源码中查看代码,发现是生成egg文件失败 
原文中给出的run.sh为: gerapy init gerapy migrate gerapy initadmin gerapy runserver 0.0.0.0:8000 应该为: gerapy init cd gerapy gerapy migrate gerapy initadmin gerapy runserver 0.0.0.0:8000 否则会因为缺少projects文件而运行出问题
2023-04-08T15:21:06+0000 [twisted.web.server.Request#critical] Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/web/server.py", line 292, in render body = resrc.render(self) File "/usr/local/lib/python3.11/site-packages/twisted/web/_template_util.py", line 194, in render self.d.addCallback(self._cbChild, request).addErrback(self._ebChild, request) File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 532, in...
run.sh里面cd gerapy命令没有了。 似乎导致工作目录错误。