You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I'm using the method 2 to submit packages, and it fails for certain links. Experiments show that this happens when links contain double-byte characters. They're correctly sent, i.e. with a proper URL encoding, but do not seem to be properly processed by pyload API (?), since there's a log entry as follows:
Pyload seems to receive the request and detect that one link is provided, but no download is ever started.
This website is very practical for testing since any text after the last / will serve the same file, so the following links will be a valid download link:
Hello
I'm using the method 2 to submit packages, and it fails for certain links. Experiments show that this happens when links contain double-byte characters. They're correctly sent, i.e. with a proper URL encoding, but do not seem to be properly processed by pyload API (?), since there's a log entry as follows:
But then nothing happens.
Here's how to reproduce:
This website is very practical for testing since any text after the last
/will serve the same file, so the following links will be a valid download link:Note that the same link works fine when added through the pyload UI.