Git Product home page Git Product logo

Comments (6)

gleitz avatar gleitz commented on August 15, 2024
  • Are you using the release from pip or the latest from github?
  • Are you using howdoi behind a proxy?
  • Does it work when you try using the app from a different network?

from howdoi.

ilmoralito avatar ilmoralito commented on August 15, 2024

i upgraded from pip
im not behind a proxy
i have not try to use it from different network

i will try to install it from github

from howdoi.

gleitz avatar gleitz commented on August 15, 2024

Let me know if the github version works better. You may also want to try from a different network as Google will sometimes block your queries if it detects automation.

from howdoi.

ilmoralito avatar ilmoralito commented on August 15, 2024

i did howdoi sudo pip uninstall howdoi > Successfully uninstalled howdoi

then i cloned howdoi from github and installed sudo python setup.py install i get the same error message when i try to query

im using ubuntu 13.04 my python version is Python 2.7.4

i tried with other machine in the same network i get answer when query, any idea?

from howdoi.

gleitz avatar gleitz commented on August 15, 2024

It might help to trace through the code in howdoi.py and see where the program is failing.

What if you open a Python shell and try:

$ python
>>> import requests
>>> requests.get('http://google.com')

You should get <Response [200]>

from howdoi.

ilmoralito avatar ilmoralito commented on August 15, 2024

thanks for your time @gleitz
i tried the code you shared and i get <Response [200]> response

from howdoi.

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.