This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: XMLRPCLIB Exception uses str not class or instance
Type: behavior Stage: resolved
Components: XML Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: iritkatriel, kmarsh
Priority: normal Keywords:

Created on 2015-02-11 14:19 by kmarsh, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg235748 - (view) Author: Ken Marsh (kmarsh) Date: 2015-02-11 14:19
xmlrpclib.Fault: <Fault 1: "<type 'exceptions.TypeError'>:exceptions must be classes or instances, not str"

Exception handling appears to be improperly coded. Occurs when far side gives an unexpected response to an RPC call.
msg394667 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-05-28 16:06
It's not at all clear what raised this exception.

Furthermore, Python 2.7 is no longer under maintenance. If you have this issue with python 3.9+ please create a new issue with instructions how to reproduce it, or at least a full traceback of the exception.
History
Date User Action Args
2022-04-11 14:58:12adminsetgithub: 67631
2021-05-28 16:06:50iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg394667

resolution: out of date
stage: resolved
2018-07-11 07:38:59serhiy.storchakasettype: crash -> behavior
2015-02-11 14:19:22kmarshcreate