You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_error'Odoo Error: server have an internal error, active maintenance mode'
raiseShopInvader::ErpMaintenance.new('ERP under maintenance')
This error can arise for a number of reasons (bad URL, api key as integer instead of string, etc).
These are very hard to diagnose.
Is it possible to log a stack trace in that case?
When Locomotive cannot reach Odoo, an error is logged but no context is provided:
locomotive-shopinvader/lib/shop_invader/services/erp_service.rb
Lines 221 to 223 in 4c1baa6
This error can arise for a number of reasons (bad URL, api key as integer instead of string, etc).
These are very hard to diagnose.
Is it possible to log a stack trace in that case?
Not sure how to do that in ruby @sebastienbeau
The text was updated successfully, but these errors were encountered: