Hide Forgot
Description of problem: Show Invalid version format when execute xmlrpc.Bugzilla.extensions Execute: xmlrpc.Bugzilla.extensions({}) =============XMLRPC Execution Results============= {'fault_code': -32000, 'fault_string': 'Invalid version format (non-numeric data) at /var/www/html/bugzilla/Bugzilla/WebService/Bugzilla.pm line 98.\n'} Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
(In reply to Rony Gong from comment #0) > Description of problem: > Show Invalid version format when execute xmlrpc.Bugzilla.extensions > > Execute: > xmlrpc.Bugzilla.extensions({}) > > =============XMLRPC Execution Results============= > > {'fault_code': -32000, > 'fault_string': 'Invalid version format (non-numeric data) at > /var/www/html/bugzilla/Bugzilla/WebService/Bugzilla.pm line 98.\n'} > Expected results: What is the expected result of this command?
(In reply to Muhammad Tahir from comment #1) > (In reply to Rony Gong from comment #0) > > Description of problem: > > Show Invalid version format when execute xmlrpc.Bugzilla.extensions > > > > Execute: > > xmlrpc.Bugzilla.extensions({}) > > > > =============XMLRPC Execution Results============= > > > > {'fault_code': -32000, > > 'fault_string': 'Invalid version format (non-numeric data) at > > /var/www/html/bugzilla/Bugzilla/WebService/Bugzilla.pm line 98.\n'} > > Expected results: > What is the expected result of this command? Like this kind of info: >>> proxy = xmlrpclib.ServerProxy('https://bugzilla.redhat.com/xmlrpc.cgi'); >>> proxy.Bugzilla.extensions() {'extensions': {'InlineHistory': {'version': '1.5'}, 'Watchers': {'version': '4.4.6028'}, 'Releases': {'version': '4.4.6028'}, 'RedHat': {'version': '4.4.6028'}, 'ExternalBugs': {'version': '4.4.6028'}, 'Browse': {'version': '4.4.6028'}, 'ExtraValues': {'version': '0'}, 'VCS': {'version': '0.1'}, 'MoreBugUrl': {'version': '0'}, 'SubComponents': {'version': '0'}, 'SchemaChange': {'version': '0'}, 'Push': {'version': '1'}, 'RequestWhiner': {'version': '0.01'}, 'PartnerAdmin': {'version': '0.01'}, 'FrontPage': {'version': '4.4.6028'}, 'RuleEngine': {'version': '0.01'}, 'ActivityReport': {'version': '0'}}}
Tested in QA environment(5.0.3-rh1) Result: Pass