GithubHelp home page GithubHelp logo

Comments (3)

sigmavirus24 avatar sigmavirus24 commented on July 21, 2024 1

This is one hundred percent your own fault. InvalidSchema is documented as a problem when we cannot find a suitable adapter to use for a request and adapters are found by looking at the longest prefix. You registered one with htxp so you then told Requests you were registering an adapter to handle that scheme. After that, we were unable to use the adapter you configured to complete the request. Finally you're concerned with an exception we catch and then raise a new exception from, there you're being tripped up by the way exceptions are printed in python 3. You're also handling the correct exception when we can't manage that request for you

from requests.

defkev avatar defkev commented on July 21, 2024

The typo (htxp) was just an example, i am seeing the exact same behavior with valid schemes (e.g. rtmp://) unsupported by urllib3 also throwing requests.exceptions.InvalidURL

The million dollar question is:
How do i catch urllib3.exceptions.URLSchemeUnknown in the stack if the URL is in fact NOT invalid (htxp:// vs rtmp://) if requests throws requests.exceptions.InvalidURL for both without adding my own protocol validator?

from requests.

sigmavirus24 avatar sigmavirus24 commented on July 21, 2024

If you're writing your own totally custom adapters for those protocols then why do you care about catching an exception from urllib3?

If you're just using the HTTPAdapter from us for unsupported protocols why do you want to handle an exception from urllib3?

None of this makes any sense as a use case and it seems you're not reading the documentation and expecting me to give you solutions to problems that aren't problematic. This is now a request for help that belongs on StackOverflow.

from requests.

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.