ddownload.com

Active Member
Corporate Membership
1,294
2018
2,492
11,335

yhjTImG.png


Discussion Thread
 
Last edited:
6,493 comments
When i'm trying to login on ddl this is happening :

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
 
The wallet was correct just this wallet under bitcoin
not under bitcoin cash
I checked if the wallet received money and unfortunately it did not arrive


I even checked on blockchain..

@ddl.to

the current wallet is valid in the profile...


I founded ticket
 
@ddl.to While you fix that, would it be possible to put the API on a own subdomain? For example api.ddl.to?
Because some servers get blocked by Cloudflare and then uploading via API isn't possible.
 
@ddl.to I can't upload files via the API. I always get an error when sending a request programatically. It only works if i send POST via simple HTML form. The only difference I can encounter is, that my code is sending the form body UTF-8 encoded. Can you reproduce this issue? Are there any other request headers I have to set?

Working request from HTML form:
Code:
------WebKitFormBoundaryrjnFdgI7hgom7PAj
Content-Disposition: form-data; name="api_key"

<api key removed>
------WebKitFormBoundaryrjnFdgI7hgom7PAj
Content-Disposition: form-data; name="file"; filename="myfile.rar"
Content-Type: application/octet-stream

Not working request from code:
Code:
--a75cbca5-b716-4504-a6bc-1d5afcd9a290
Content-Type: text/plain; charset=utf-8
Content-Disposition: form-data; name=api_key

<api key removed>
--a75cbca5-b716-4504-a6bc-1d5afcd9a290
Content-Disposition: form-data; name=file; filename=myfile.rar; filename*=utf-8''myfile.rar

Error response I get back:
JSON:
[{"file_code":"undef","file_status":"failed while requesting fs.cgi: <!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>500 Internal Server Error</title>\n</head><body>\n<h1>Internal Server Error</h1>\n<p>The server encountered an internal error or\nmisconfiguration and was unable to complete\nyour request.</p>\n<p>Please contact the server administrator at \n support@ddl.to to inform them of the time this error occurred,\n and the actions you performed just before this error.</p>\n<p>More information about this error may be available\nin the server error log.</p>\n</body></html>\n"}]
 
@ddl.to : I was able to solve the problem by omitting UTF-8 encoding. But the files I've uploaded via "/cgi-bin/upload.cgi" do not show in my account. I've read that you should try with session id, but I can't login via the webpage programatically because I need a capture? Can you give more info on how I can upload my files?
 
Back
Top