Common Issues
License Activation
"License key invalid" error
Cause: The license key format is incorrect or has already been revoked.
Solution:
- Verify the key format:
ECO-XXXX-XXXX-XXXX - Check your Dashboard > Licenses to confirm the key is active
- Ensure you haven't exceeded the activation limit for your plan
"Maximum activations reached"
Cause: Your license has been activated on the maximum number of domains.
Solution:
- Deactivate an existing domain from your Dashboard
- Or upgrade your plan for additional activations
License not validating after domain change
Cause: The domain registered with your license doesn't match your current domain.
Solution:
- Go to Dashboard > Licenses
- Find the license and click "Manage Activations"
- Remove the old domain
- Activate on the new domain
Odoo Module Issues
Module not appearing in Odoo Apps list
Solution:
- Extract the module ZIP to your Odoo addons directory
- Restart the Odoo service
- Go to Apps > Update Apps List
- Search for the module name
"ImportError" when installing module
Cause: Missing Python dependencies.
Solution:
pip install -r /path/to/module/requirements.txt
sudo systemctl restart odoo
Sync not working after Odoo upgrade
Solution:
- Check module compatibility with your Odoo version in the compatibility table
- Download the latest module version from your Dashboard
- Replace the module files and restart Odoo
- Run module upgrade: Settings > Apps > Upgrades
Shopify Integration
Orders not syncing from Shopify
Possible causes:
- Webhook registration failed
- API credentials expired
- Rate limiting
Solution:
- Check the sync log in Odoo: Shopify Connector > Sync Log
- Verify API credentials: Settings > Shopify > Test Connection
- Re-register webhooks: Settings > Shopify > Webhooks > Re-register
Duplicate products after sync
Cause: SKU mapping mismatch between Shopify and Odoo.
Solution:
- Ensure every Shopify product has a unique SKU
- In Odoo, map Shopify products via Internal Reference (SKU)
- Run a deduplication: Shopify Connector > Tools > Deduplicate Products
Inventory counts don't match
Solution:
- Force a full inventory sync: Shopify Connector > Sync > Full Inventory Sync
- Check for warehouse mapping: ensure the correct Odoo warehouse maps to your Shopify location
- Verify there are no pending stock moves in Odoo
API Issues
401 Unauthorized on API calls
Solution:
- Verify your API key is active in Dashboard > API Keys
- Check the
Authorizationheader format:Bearer eco_live_... - Ensure the API key hasn't expired
429 Too Many Requests
Cause: Rate limit exceeded (60 requests per minute).
Solution:
- Implement exponential backoff in your integration
- Cache responses where possible
- Contact support if you need a higher rate limit
Still Need Help?
- Contact Support
- Email: [email protected]
- Response time: Within 24 hours on business days