Error when using NetRPC protocol without specifing the 'version' parameter

Bug #1267188 reported by Sébastien Alix
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OERPLib
Fix Released
Medium
Unassigned

Bug Description

>>> import oerplib
>>> oerp = oerplib.OERP('localhost', protocol='netrpc', port=8070)
>>> oerp.login('admin', 'admin', 'dbname')
=> Error

>>> oerp = oerplib.OERP(
... 'localhost', protocol='netrpc', port=8070, version='6.0')
>>> oerp.login('admin', 'admin', 'dbname')
=> OK

Changed in oerplib:
milestone: 0.8.0 → 0.8.1
description: updated
Changed in oerplib:
status: New → Fix Committed
Changed in oerplib:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.