GithubHelp home page GithubHelp logo

Comments (2)

jpillora avatar jpillora commented on May 18, 2024

Ah yes, this is a bug, the URLs should be encoded first. Thanks for the
report. Will try to get to it soon.

On Wed, Feb 10, 2016 at 1:43 PM Swiss [email protected] wrote:

I have finished download files.
[image: capture]
https://cloud.githubusercontent.com/assets/3234687/12937297/e7110710-cfd9-11e5-8679-d5c42287bf7f.PNG

When I download using provied url [https://******/download/#_MUKD345/MUKD345.avi]
I get this error.
[image: capture]
https://cloud.githubusercontent.com/assets/3234687/12937289/d2941246-cfd9-11e5-8725-6731e180f6ca.PNG

But when I change # to %23 [https://******/download/%23_MUKD345/MUKD345.avi]
I can download.
[image: capture]
https://cloud.githubusercontent.com/assets/3234687/12937371/934d635c-cfda-11e5-8543-23ee2df5ed25.PNG

Sorry for my bad English


Reply to this email directly or view it on GitHub
#32.

from cloud-torrent.

steakunderscore avatar steakunderscore commented on May 18, 2024

Nice way to test this is to use the following commands:

mkdir -p '/tmp/torrents/#'
cd '/tmp/torrents/#'
wget http://releases.ubuntu.com/18.04/ubuntu-18.04.1-live-server-amd64.iso.torrent
cd ../
python2 -m SimpleHTTPServer

Then try adding the torrent url http://localhost:8000/#/ubuntu-18.04.1-live-server-amd64.iso.torrent

Note: You need to run cloud-torrent locally. If you are running inside of docker, you wont be able to access localhost.

from cloud-torrent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.