c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #28167
[Bug 807195] Re: [Magento 1.5] Fault 3: Invalid api path
This is not a bug. Make sure you have the module installed on magento
side and your ip address is correct!
** Changed in: magentoerpconnect
Status: New => Invalid
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/807195
Title:
[Magento 1.5] Fault 3: Invalid api path
Status in Magento OpenERP Connector:
Invalid
Bug description:
Magento 1.5 with lp:magentoerpconnect/magento-module
OpenERP server, web, addons and extra-addons from 6.0 branches
Magentoerpconnect from lp:~openerp-canada/magentoerpconnect/openerp6-module-for-magento15
I have created a Magento instance in OpenERP. When I click on "2 -
Synchronize Referential Settings", I get:
Traceback (most recent call last):
File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/max/openerp/server/6.0/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/max/openerp/magentoerpconnect/openerp6-module-for-magento15/magentoerpconnect/magerp_core.py", line 125, in sync_customer_groups
self.pool.get('res.partner.category').mage_import_base(cr, uid, attr_conn, inst.id, {}, {'ids_or_filter':filter})
File "/home/max/openerp/magentoerpconnect/openerp6-module-for-magento15/magentoerpconnect/magerp_osv.py", line 227, in mage_import_base
data = conn.call(list_method, context['ids_or_filter'])
File "/home/max/openerp/magentoerpconnect/openerp6-module-for-magento15/magentoerpconnect/magerp_osv.py", line 53, in call
res = self.ser.call(self.session, method, arguments)
File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
verbose=self.__verbose
File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
return u.close()
File "/usr/lib/python2.6/xmlrpclib.py", line 838, in close
raise Fault(**self._stack[0])
Fault: <Fault 3: 'Invalid api path.'>
To manage notifications about this bug go to:
https://bugs.launchpad.net/magentoerpconnect/+bug/807195/+subscriptions
Follow ups
References