Code Monkey home page Code Monkey logo

Comments (3)

vvolkman avatar vvolkman commented on August 19, 2024

I am having same issue

  • Python 3.3.5
  • Solr 4.8.1
  • pysolor 3.2.0
    (not using Django at all)

This also happened when pysolr was trying to construct pysolr.SolrError from a call to .add()
In my case the exception was
4001ERROR: [doc=1434957838] unknown field 'pubplace'400

This exception is handled perfectly fine in Python 2.7.3

However, when I run the same code in Python 3.3.5 I get
File "/fast/dev/solr2/solrPush.py", line 22, in Process
self.solr.add([doc.docFields])
File "/tools/python/python3/lib/python3.3/site-packages/pysolr.py", line 779, in add
return self._update(m, commit=commit, waitFlush=waitFlush, waitSearcher=waitSearcher)
File "/tools/python/python3/lib/python3.3/site-packages/pysolr.py", line 387, in _update
return self._send_request('post', path, message, {'Content-type': 'text/xml; charset=utf-8'})
File "/tools/python/python3/lib/python3.3/site-packages/pysolr.py", line 318, in _send_request
error_message = self._extract_error(resp)
File "/tools/python/python3/lib/python3.3/site-packages/pysolr.py", line 397, in _extract_error
reason, full_html = self._scrape_response(resp.headers, resp.content)
File "/tools/python/python3/lib/python3.3/site-packages/pysolr.py", line 467, in _scrape_response
full_html = full_html.replace('\n', '')
TypeError: expected bytes, bytearray or buffer compatible object

This says to me that the is a Python 3 string problem hiding in pysolr::scrape_response.

from pysolr.

cryptid11 avatar cryptid11 commented on August 19, 2024

you have to specify the core like:

solr = pysolr.Solr('http://localhost:8080/solr/core', timeout=10)

from pysolr.

stale avatar stale commented on August 19, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from pysolr.

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.