Skip to content

Searching for coverage produces xmlrpc.client.Fault: <Fault -32500: 'application error'> #5414

Closed
@nedbat

Description

@nedbat
  • Pip version: 10.0.1
  • Python version: 3.6.5
  • Operating system: Mac 10.13.4

Description:

(as reported in nedbat/coveragepy#50)

Try to search for "coverage", get an error:

$ pip --version
pip 10.0.1 from /usr/local/virtualenvs/prz3/lib/python3.6/site-packages/pip (python 3.6)

$ python -V
Python 3.6.5

$ pip search coverage
Exception:
Traceback (most recent call last):
  File "/usr/local/virtualenvs/prz3/lib/python3.6/site-packages/pip/_internal/basecommand.py", line 228, in main
    status = self.run(options, args)
  File "/usr/local/virtualenvs/prz3/lib/python3.6/site-packages/pip/_internal/commands/search.py", line 48, in run
    pypi_hits = self.search(query, options)
  File "/usr/local/virtualenvs/prz3/lib/python3.6/site-packages/pip/_internal/commands/search.py", line 65, in search
    hits = pypi.search({'name': query, 'summary': query}, 'or')
  File "/usr/local/pythonz/pythons/CPython-3.6.5/lib/python3.6/xmlrpc/client.py", line 1112, in __call__
    return self.__send(self.__name, args)
  File "/usr/local/pythonz/pythons/CPython-3.6.5/lib/python3.6/xmlrpc/client.py", line 1452, in __request
    verbose=self.__verbose
  File "/usr/local/virtualenvs/prz3/lib/python3.6/site-packages/pip/_internal/download.py", line 792, in request
    return self.parse_response(response.raw)
  File "/usr/local/pythonz/pythons/CPython-3.6.5/lib/python3.6/xmlrpc/client.py", line 1342, in parse_response
    return u.close()
  File "/usr/local/pythonz/pythons/CPython-3.6.5/lib/python3.6/xmlrpc/client.py", line 656, in close
    raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault -32500: 'application error'>

$

I've tried searching for a bunch of other things, and none of the other terms caused errors: "requests", "cov", "cover", "coverage.py", "cog", "wfwefwefwefwefwef", etc.

This might be something about the coverage package itself, but what?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C: search'pip search'auto-lockedOutdated issues that have been locked by automationkind: crashFor situations where pip crashesresolution: no actionWhen the resolution is to not do anythingresolution: wrong projectShould be reported elsewhere

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions