airbrake: Get error in rails console after upgrade to version 11.0.1

After upgrade gem ‘airbrake’ to version 11.0.1 I got error in console (periodically):

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>9BD6AF84F810C452</RequestId><HostId>VHAFntur39043H8G73EiGg7DCqWrrkQStPXSRBx7Nj4I4G9e/kpV2YL+c6sLU2S2z45ERWdyoE=</HostId></Error>
**Airbrake: applying remote settings: {}

I understood that this error from AWS S3, but with an older version of airbrake we didn’t receive such error. I use Rails 5.0.2, ruby 2.6 (got this error in development and production modes).

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15

Most upvoted comments

@scottsbaldwin Yeahh! Changed credentials data with project id and right now didn’t get error from S3 in console. Thanks!