Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author techreceptives

    (@techreceptives)

    Thank you for your feedback. Could you please redirect me the page where you have posted the questions?
    We, at Tech Receptives would be more than happy to resolve any issues.

    Thanks,

    TR Support

    Thread Starter keremtr

    (@keremtr)

    i am a small business owner and i really need this work, i tried many times but same results..

    my odoo 8 installed on ubuntu ( self hosted)

    i tried to install in 2 ways..
    on settings >apps i searched and found the plugin connector_woocoomerce, i got error below, i also icopied latest connector_woocommerce and put into /opt/odoo/odoo-server/addons/ and when i click install igot following error again

    Odoo Server Error
    
    Traceback (most recent call last):
      File "/opt/odoo/odoo-server/openerp/http.py", line 537, in _handle_exception
        return super(JsonRequest, self)._handle_exception(exception)
      File "/opt/odoo/odoo-server/openerp/http.py", line 574, in dispatch
        result = self._call_function(**self.params)
      File "/opt/odoo/odoo-server/openerp/http.py", line 310, in _call_function
        return checked_call(self.db, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/service/model.py", line 113, in wrapper
        return f(dbname, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/http.py", line 307, in checked_call
        return self.endpoint(*a, **kw)
      File "/opt/odoo/odoo-server/openerp/http.py", line 803, in __call__
        return self.method(*args, **kw)
      File "/opt/odoo/odoo-server/openerp/http.py", line 403, in response_wrap
        response = f(*args, **kw)
      File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 952, in call_button
        action = self._call_kw(model, method, args, {})
      File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 940, in _call_kw
        return checked_call(request.db, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/service/model.py", line 113, in wrapper
        return f(dbname, *args, **kwargs)
      File "/opt/odoo/odoo-server/addons/web/controllers/main.py", line 939, in checked_call
        return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/api.py", line 241, in wrapper
        return old_api(self, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 719, in install_from_urls
        self.update_list(cr, uid, context=context)
      File "/opt/odoo/odoo-server/openerp/api.py", line 241, in wrapper
        return old_api(self, *args, **kwargs)
      File "/opt/odoo/odoo-server/openerp/addons/base/module/module.py", line 651, in update_list
        handler.load_addons()
      File "/opt/odoo/odoo-server/openerp/http.py", line 1310, in load_addons
        m = __import__('openerp.addons.' + module)
      File "/opt/odoo/odoo-server/openerp/modules/module.py", line 80, in load_module
        mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
      File "/opt/odoo/.local/share/Odoo/addons/8.0/connector_woocommerce/__init__.py", line 22, in <module>
        from . import model
      File "/opt/odoo/.local/share/Odoo/addons/8.0/connector_woocommerce/model/__init__.py", line 22, in <module>
        from . import backend
      File "/opt/odoo/.local/share/Odoo/addons/8.0/connector_woocommerce/model/backend.py", line 23, in <module>
        from woocommerce import API
    ImportError: No module named woocommerce
    Plugin Author techreceptives

    (@techreceptives)

    Thank you for your feedback but this problem is not at all related to the connector module that you have reviewed. Please report the issue at https://github.com/techreceptives/connector-woocommerce which is appropriate platform for the issue you mentioned.

    Thread Starter keremtr

    (@keremtr)

    ok i managed to fix that, for a while i used that connector but now it doesn’t work again.. this time i am sure its woocommerce side, i did everything you said on youtube video but i get

    woocommerce_api_authentication_error

    api enabled, i choose v2 but cant connect anymore. i google and they say about api v3 but i have no idea.. any help ?

    Hello keremtr, I have the same issue with “ImportError: No module named woocommerce”.
    Please tell me how did you fix it.
    Best regards.

    Thread Starter keremtr

    (@keremtr)

    hi, i gave up working on that…
    setting it up and making it work takes time, there is no clear instruction, i found a youtube video they made, obviously we also have to install woocommerce phyton libraries ( pip easy install woocommerce ) then i no longer have that error.

    i made it work, it uploaded only 10 of my products, then next time i tried, i had woocommerce rest api errors, didnt accept consumer key / secret…

    if somebody installed and using clearly, please describe more..
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘its a disappoitment’ is closed to new replies.