We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REPP request: { "controller": "repp/v1/registrar/summary", "action": "index" }
REPP response: null
error in the logs: orphan message, domain deleted, registrar should dequeue: Couldn't find DomainTransfer with 'id'=25057
System trying to deque poll message that references an already deleted object. Resulting with:
NoMethodError (undefined method domain_name' for true:TrueClass):#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] #12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:26:inserialized_domain_transfer'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:112:in serialized_object'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:104:inserialized_notification'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:85:in serialize_data'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:18:inindex'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/lib/shunter/integration/throttle.rb:18:in throttle'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/concerns/error_and_log_handler.rb:12:inlog_request'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
REPP request:
{
"controller": "repp/v1/registrar/summary",
"action": "index"
}
REPP response:
null
error in the logs:
orphan message, domain deleted, registrar should dequeue: Couldn't find DomainTransfer with 'id'=25057
System trying to deque poll message that references an already deleted object. Resulting with:
NoMethodError (undefined method domain_name' for true:TrueClass):#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] #12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:26:inserialized_domain_transfer'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:112:in serialized_object'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:104:inserialized_notification'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:85:in serialize_data'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/repp/v1/registrar/summary_controller.rb:18:inindex'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/lib/shunter/integration/throttle.rb:18:in throttle'#12[1fce077f-1938-4ff7-841e-2d5889b72c13] [repp] [195.43.86.156] app/controllers/concerns/error_and_log_handler.rb:12:inlog_request'
The text was updated successfully, but these errors were encountered: