<urlopen error [Errno 0] Error> in scrapyd-deploy
See original GitHub issueWhen running scrapyd-deploy on server as well as localhost, I get this error :– Packing version 1583288151 Deploying to project “scrapy_app” in https://68.xxx.xx.60:6800/addversion.json Deploy failed: <urlopen error [Errno 0] Error>
my scrapy.cfg looks like this :–
[settings]
default = scrapy_app.settings
[deploy]
url = https://68.xxx.xx.60:6800/
project = scrapy_app
[scrapyd]
bind_address = 0.0.0.0
This is my setup.py :
#Automatically created by: scrapyd-deploy
from setuptools import setup, find_packages
setup(
name = 'project',
version = '1.0',
packages = find_packages(),
entry_points = {'scrapy': ['settings = scrapy_app.settings']},
)
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
urllib.error.URLError: <urlopen error [Errno 0] Error>
I use python3.7.2 urllib request a https url raise a error. how to fix it. thank you. if replace https with http return...
Read more >urlopen error [Errno 0] Error prevents any window from the ...
i went through a fresh install of everything and immediately this addon started giving these exact errors. adding the line to import openssl ......
Read more >urllib error URLError urlopen error Errno -2 Name or service ...
0 votes. Hi Guys,. I am trying to browse one URL using the urllib module. But it is showing me the below error....
Read more >urllib.error.URLError: <urlopen error [Errno -2] Name or ...
I get the urllib error. When I try these same exact commands from the login node, they run without errors. However, I need...
Read more >URLError: <urlopen error [Errno 11001] getaddrinfo failed>
The following is used in a loop to get response code for each url. print (urllib.request.urlopen(url).getcode()) However, error message ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t use Scrapyd-deploy. Maybe you can try scrapydweb instead.
Closing as no response.