Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Fails with Error: cannot establish a connection #23

Open
kubark42 opened this issue May 14, 2019 · 7 comments
Open

Fails with Error: cannot establish a connection #23

kubark42 opened this issue May 14, 2019 · 7 comments

Comments

@kubark42
Copy link

  • scribd-dl version: 0.4.5
  • Python version: 3
  • Operating System: macOS

Description

Script fails to download file, returns Error: cannot establish a connection. This seems to be independent of the URL.

What I Did

python3 scribd_dl.py https://www.scribd.com/document/90403141/Social-Media-Strategy
[90403141]  Visiting requested url
[90403141]  Error: cannot establish a connection.
@ferege
Copy link

ferege commented May 25, 2019

the same error
Error: cannot establish a connection.

@julianobn
Copy link

I've got the same error:

$ scribd-dl https://pt.scribd.com/document/...
[317707999]  Visiting requested url
[317707999]  Error: cannot establish a connection.

@svenk
Copy link

svenk commented Jan 29, 2020

Same for me. Apparently it tries to connect to http://127.0.0.1:41463 which seems non-logical to me (this is the loopback interface).

@dimyself
Copy link

dimyself commented Apr 14, 2020

Same for me...Anyone any ideas on this?

Message: '%s://%s:%s "%s %s %s" %s %s' Arguments: ('http', '127.0.0.1', 34903, 'POST', '/session/ed477fe316c96e7ee24bcd27d351d7df/element', 'HTTP/1.1', 404, 267) --- Logging error --- Traceback (most recent call last): File "/usr/lib/python3.8/logging/__init__.py", line 436, in format return self._format(record) File "/usr/lib/python3.8/logging/__init__.py", line 432, in _format return self._fmt % record.__dict__ KeyError: 'label' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/logging/__init__.py", line 1081, in emit msg = self.format(record) File "/usr/lib/python3.8/logging/__init__.py", line 925, in format return fmt.format(record) File "/usr/lib/python3.8/logging/__init__.py", line 667, in format s = self.formatMessage(record) File "/usr/lib/python3.8/logging/__init__.py", line 636, in formatMessage return self._style.format(record) File "/usr/lib/python3.8/logging/__init__.py", line 438, in format raise ValueError('Formatting field not found in record: %s' % e) ValueError: Formatting field not found in record: 'label' Call stack:

@giorgiopagnoni
Copy link

same...

@kamalguptas
Copy link

anyone got solution ????got same error

@giorgio-denunzio
Copy link

Same problem. I tried with one of the examples given by the Author, verbose mode on. I'll examine the output.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants