question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

<urlopen error [Errno 0] Error> in scrapyd-deploy

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
my8100commented, Mar 5, 2020

I don’t use Scrapyd-deploy. Maybe you can try scrapydweb instead.

0reactions
jpmckinneycommented, Nov 14, 2021

Closing as no response.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found