pyload / pyload

The free and open-source Download Manager written in pure Python
https://pyload.net
Other
3.33k stars 713 forks source link

Can't add my premium ddl.to account. #3582

Closed vinnpinn closed 4 years ago

vinnpinn commented 4 years ago

Describe the problem

I'm trying to add my ddl.to premium account to pyload. I've set it up to run in a docker container on my qnap NAS. When I try to add the account to pyload it says not valid in status and no under premium. I've tried adding the same account in JDownloader and that works.

Debug log

13.04.2020 18:03:38 INFO      ACCOUNT DdlTo: Adding user `vin*******`...
13.04.2020 18:03:38 INFO      ACCOUNT DdlTo: Relogin user `vin*******`...
13.04.2020 18:03:38 ERROR     ACCOUNT DdlTo: Could not login user `vin*******` | Bad server response: 503 Service Unavailable
GammaC0de commented 4 years ago

Are you using some kind of VPN?

vinnpinn commented 4 years ago

No I don't. I even tried running pyload on my windows machine and I get the same error. I can connect to ddl.to without any problems and downloads with the premium account work fine from jdownloader, running form the same network.

Am Mo., 13. Apr. 2020 um 21:54 Uhr schrieb GammaC0de < notifications@github.com>:

Are you using some kind of VPN?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pyload/pyload/issues/3582#issuecomment-613066754, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGNDMGRY5XXTI2B4UOVMODTRMNUV3ANCNFSM4MHEDETQ .

GammaC0de commented 4 years ago

Account information is needed for testing, please set to a temporary password and then send account user and password to nitzo2001 at yahoo dot com.

Can you provide debug logs?

vinnpinn commented 4 years ago

I sent you my account data, here is the log file after enabling debug mode and trying to add the account. log.txt

Tockra commented 4 years ago

Same issue here. Since a while I can't login with pyload to ddl.to ...

When I visit the ddl.to website the first time I get a redirect. Maybe cloudflare or some other provider... Maybe that causes the problem?

GammaC0de commented 4 years ago

I can confirm this is a cloudflare issue.

Tockra commented 4 years ago

Can you solute this problem?

GammaC0de commented 4 years ago

Now it works - it seems they turned cloudflare off at-the-moment..

vinnpinn commented 4 years ago

Can confirm that it does work now, downloads work aswell.

image

Tockra commented 4 years ago

At the moment:


395 | 15.04.2020 16:13:46 | WARNING | Download failed: https://ddl.to/XXXXX \| No JSON object could be decoded: line 1 column 0 (char 0)
-- | -- | -- | --
396 | 15.04.2020 16:13:46 | INFO | ADDON UnSkipOnFail: Looking for skipped duplicates of: https://ddl.to/pjpwchivhsfr (pid:17)
397 | 15.04.2020 16:13:46 | INFO | ADDON UnSkipOnFail: No duplicates found
d30r commented 4 years ago

Getting errors downloading from ddl.to since today:

WARNING | Download failed: https://ddl.to/XXXXXXXXXXX | Expecting value: line 1 column 1 (char 0)

Phist0ne commented 4 years ago

The api url changed. Until an official update is realeased, you can change the constant yourself in plugins/hoster/DdlTo.py, line 38 change:

    API_URL = "https://ddl.to/api/"

to

    API_URL = "https://api-v2.ddl.to/api/"
d30r commented 4 years ago

The api url changed. Until an official update is realeased, you can change the constant yourself in plugins/hoster/DdlTo.py, line 38 change:

    API_URL = "https://ddl.to/api/"

to

    API_URL = "https://api-v2.ddl.to/api/"

Thank you! Now it works like it should.

godfuture commented 4 years ago

Have same issue as thread opener. Was this issue fixed by changes mentioned in this ticket? I have updated the docker container and done a restart to update plugins.

1034 09.05.2020 02:26:23 INFO starte pyLoad 0.4.20
1035 09.05.2020 02:26:23 INFO Benutze Home-Verzeichnis: /config
1036 09.05.2020 02:26:23 INFO Aktivierte Plugins: ClickNLoad, EventMapper, ExternalScripts, ExtractArchive, HotFolder, UnSkipOnFail, UpdateManager, UserAgentSwitcher, XFileSharing
1037 09.05.2020 02:26:23 INFO Deaktivierte Plugins: AntiStandby, AntiVirus, AppriseNotify, BypassCaptcha, Captcha9Kw, Checksum, CloudFlareDdos, DeathByCaptcha, DeleteFinished, DiscordNotifier, DownloadScheduler, ExpertDecoders, IRC, ImageTyperz, JustPremium, LinkFilter, LinkdecrypterComHook, LogMarker, MergeFiles, MultiHome, PushBullet, PushOver, RestartFailed, SkipRev, TransmissionRPC, WindowsPhoneNotify, XMPP
1038 09.05.2020 02:26:23 INFO Downloadzeit: True
1039 09.05.2020 02:26:23 INFO Starte ThriftBackend: 0.0.0.0:7227
1040 09.05.2020 02:26:23 INFO Freier Speicher: 673.69 GiBGB
1041 09.05.2020 02:26:23 INFO Aktiviere Accounts...
1042 09.05.2020 02:26:24 INFO Starting threaded webserver: :::8000
1043 09.05.2020 02:26:24 INFO ACCOUNT DdlTo: Adding user c*******...
1044 09.05.2020 02:26:24 INFO ACCOUNT DdlTo: Login user c*******...
1045 09.05.2020 02:26:28 ERROR ACCOUNT DdlTo: Could not login user c******* | Bad server response: 503 Service Unavailable

Edit: Opened a new issue https://github.com/pyload/pyload/issues/3631.

github-actions[bot] commented 2 weeks ago

This ticket has been automatically locked since there has not been any recent activity after it was closed.