Coder Social home page Coder Social logo

Comments (1)

smadha avatar smadha commented on May 23, 2024

Error trace:

Traceback (most recent call last):                                                                                                                                                                          
  File "/geoparser_app/views.py", line 286, in query_crawled_index                                                                                     
    r = requests.get(url, headers=headers, auth=HTTPBasicAuth(username, passwd))                                                                                                                            
  File "/conda/bin/lib/python2.7/site-packages/requests/api.py", line 55, in get                                                                                             
    return request('get', url, **kwargs)                                                                                                                                                                    
  File "/conda/bin/lib/python2.7/site-packages/requests/api.py", line 44, in request                                                                                         
    return session.request(method=method, url=url, **kwargs)                                                                                                                                                
  File "/conda/bin/lib/python2.7/site-packages/requests/sessions.py", line 456, in request                                                                                   
    resp = self.send(prep, **send_kwargs)                                                                                                                                                                   
  File "/conda/bin/lib/python2.7/site-packages/requests/sessions.py", line 596, in send                                                                                      
    r.content                                                                                                                                                                                               
  File "/conda/bin/lib/python2.7/site-packages/requests/models.py", line 694, in content                                                                                     
    self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()                                                                                                                          
  File "/conda/bin/lib/python2.7/site-packages/requests/models.py", line 630, in generate                                                                                    
    raise ChunkedEncodingError(e)                                                                                                                                                                           
ChunkedEncodingError: IncompleteRead(4122 bytes read, 2020 more expected)                                                                                                                                   

IncompleteRead(4122 bytes read, 2020 more expected)    

from geoparser.

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.