maiquocthinh / Terabox-DL

A web tool to get direct download link of Terabox
https://terabox-dl.qtcloud.workers.dev/
128 stars 119 forks source link

Failed get url download | Errno: 400310 #18

Open narshingbari opened 8 months ago

narshingbari commented 8 months ago

Dear respected sir could you please help me i am getting "Failed get url download | Errno: 400310" How can i solve this

narshingbari commented 8 months ago

waiting please

APKRELIABLE commented 6 months ago

Usually, a client-side problem with the error code "Errno: 400310" is linked to a flawed request or improper parameters.

Try the following actions to troubleshoot and resolve this issue:

  1. Verify the website: Make sure the URL you're attempting to access is legitimate and accurate. Typos or wrong URLs can occasionally be the source of this error.

  2. Check Parameters: If there are any parameters in the URL, make sure they are formatted correctly and adhere to the server's specifications. A 400 error may result from incorrect arguments.

  3. Authentication: Verify that you are entering the right credentials if the resource asks for them. If your authentication is incorrect, you may get a 400 error.

I hope I have answered the query here.

bobwatcherx commented 5 months ago

in you website : https://terabox-dl.qtcloud.workers.dev/ i try using link https://teraboxapp.com/s/1YsjkiMlGfBRGmM_D_rebyQ is Work

but i try in you code and run localhost for link https://teraboxapp.com/s/1YsjkiMlGfBRGmM_D_rebyQ Not Work

why not work you can explain. I used the same link but it doesn't work on localhost

Erorr mesage Failed get url download | Errno: 400310

APKRELIABLE commented 5 months ago

Here are some common reasons why a download might fail locally:

  1. Incorrect URL: Double-check that the URL you're using in your code matches the one that works on the website exactly.
  2. Missing libraries: Make sure your code has the necessary libraries to handle downloads. In Python, for instance, you can use the requests library to download files.
  3. Authentication: Some websites require authentication to download files. If that's the case, your code will need to include the necessary credentials.
  4. Permissions: Your code might not have the necessary permissions to access the file or directory you're trying to download. You can download it from here.
bobwatcherx commented 5 months ago

if your code in mine doesn't work . can you directly display text the directlink URL Download on your website https://terabox-dl.qtcloud.workers.dev/ . without i click download button . so I can immediately copy and paste the directlink. because I only need a direct download link.

thx