toccatore 0.4.9 → 0.4.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +52 -52
- data/lib/toccatore/base.rb +2 -2
- data/lib/toccatore/datacite_related.rb +10 -1
- data/lib/toccatore/version.rb +1 -1
- data/spec/base_spec.rb +4 -4
- data/spec/cli_spec.rb +31 -31
- data/spec/datacite_related_spec.rb +10 -10
- data/spec/fixtures/event_data_resp_1 +2 -2
- data/spec/fixtures/event_data_resp_2 +4 -4
- data/spec/fixtures/events_empty.json +3 -3
- data/spec/fixtures/usage_event.json +1 -1
- data/spec/fixtures/usage_event_fail.json +2 -2
- data/spec/fixtures/usage_events.json +15 -15
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/get_doi_ra/crossref.yml +21 -45
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/get_doi_ra/datacite.yml +23 -47
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/datacite_related.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/datacite_related_no_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/orcid_update.yml +14 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/orcid_update_no_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_fail.yml +345 -852
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_query_by_DOI.yml +327 -409
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_query_by_related_identifier.yml +140 -117
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed.yml +1267 -2068
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed_with_no_works.yml +31 -25
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_fail.yml +47 -39
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_DOI.yml +673 -855
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_ORCID_ID.yml +1885 -2419
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed.yml +1555 -1991
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed_with_no_works.yml +31 -27
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/usage_update/no_reports_in_the_queue/should_succeed_with_no_works.yml +29 -29
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +16 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_allow_queries_by_related_identifier_of_the_Datacite_Metadata_Search_API.yml +17 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +16 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +16 -14
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_total/with_no_works.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_total/with_works.yml +16 -12
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/parse_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +437 -869
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +1240 -1662
- data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/push_data/should_work_with_DataCite_Event_Data.yml +4026 -6556
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_ORCID_ID_of_the_Datacite_Metadata_Search_API.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +15 -11
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_no_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_works.yml +15 -13
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_delete_claims.yml +25 -32
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +1347 -1791
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +14 -10
- data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +29 -25
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_data/when_there_are_messages/should_return_the_data_for_one_message.yml +50 -29
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_data/when_there_is_ONE_message/should_return_the_data_for_one_message.yml +50 -29
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_message/should_return_no_meessage_when_the_queue_is_empty.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_message/should_return_one_message_when_there_are_multiple_messages.yml +17 -17
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_total/when_is_working_with_AWS.yml +32 -32
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_fail_if_format_of_the_event_is_empty.yml +139 -22
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_fail_if_format_of_the_event_is_wrong.yml +534 -1025
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_work_with_a_single_item.yml +134 -254
- data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/queue_url/should_return_always_correct_queue_url.yml +8 -8
- data/spec/orcid_update_spec.rb +1 -1
- data/spec/{queque_spec.rb → queue_spec.rb} +0 -0
- data/spec/spec_helper.rb +1 -1
- data/spec/usage_update_spec.rb +32 -32
- data/toccatore.gemspec +6 -6
- metadata +31 -31
    
        data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_total/when_is_working_with_AWS.yml
    CHANGED
    
    | @@ -12,14 +12,14 @@ http_interactions: | |
| 12 12 | 
             
                  Accept-Encoding:
         | 
| 13 13 | 
             
                  - ''
         | 
| 14 14 | 
             
                  User-Agent:
         | 
| 15 | 
            -
                  - aws-sdk-ruby3/3. | 
| 15 | 
            +
                  - aws-sdk-ruby3/3.24.0 ruby/2.4.2 x86_64-darwin16 aws-sdk-sqs/1.4.0
         | 
| 16 16 | 
             
                  X-Amz-Date:
         | 
| 17 | 
            -
                  -  | 
| 17 | 
            +
                  - 20180810T162254Z
         | 
| 18 18 | 
             
                  X-Amz-Content-Sha256:
         | 
| 19 19 | 
             
                  - 5761efd13dd0ed81182207171d3660628968189941431d6044920ef8fe7b1160
         | 
| 20 20 | 
             
                  Authorization:
         | 
| 21 | 
            -
                  - AWS4-HMAC-SHA256 Credential= | 
| 22 | 
            -
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= | 
| 21 | 
            +
                  - AWS4-HMAC-SHA256 Credential=AKIAIUG4XO77LTVIG3PA/20180810/eu-west-1/sqs/aws4_request,
         | 
| 22 | 
            +
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=ac222f1bc09285fb32e9d97ca94a560d1a60e34aebe2ca3bfbc704bcf8bd657b
         | 
| 23 23 | 
             
                  Content-Length:
         | 
| 24 24 | 
             
                  - '58'
         | 
| 25 25 | 
             
                  Accept:
         | 
| @@ -32,7 +32,7 @@ http_interactions: | |
| 32 32 | 
             
                  Server:
         | 
| 33 33 | 
             
                  - Server
         | 
| 34 34 | 
             
                  Date:
         | 
| 35 | 
            -
                  -  | 
| 35 | 
            +
                  - Fri, 10 Aug 2018 16:22:54 GMT
         | 
| 36 36 | 
             
                  Content-Type:
         | 
| 37 37 | 
             
                  - text/xml
         | 
| 38 38 | 
             
                  Content-Length:
         | 
| @@ -40,12 +40,12 @@ http_interactions: | |
| 40 40 | 
             
                  Connection:
         | 
| 41 41 | 
             
                  - keep-alive
         | 
| 42 42 | 
             
                  X-Amzn-Requestid:
         | 
| 43 | 
            -
                  -  | 
| 43 | 
            +
                  - fc9589db-bd6a-518c-bbdd-da3c03741f7e
         | 
| 44 44 | 
             
                body:
         | 
| 45 45 | 
             
                  encoding: UTF-8
         | 
| 46 | 
            -
                  string: <?xml version="1.0"?><GetQueueUrlResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueUrlResult><QueueUrl>https://sqs.eu-west-1.amazonaws.com/404017989009/test_usage</QueueUrl></GetQueueUrlResult><ResponseMetadata><RequestId> | 
| 46 | 
            +
                  string: <?xml version="1.0"?><GetQueueUrlResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueUrlResult><QueueUrl>https://sqs.eu-west-1.amazonaws.com/404017989009/test_usage</QueueUrl></GetQueueUrlResult><ResponseMetadata><RequestId>fc9589db-bd6a-518c-bbdd-da3c03741f7e</RequestId></ResponseMetadata></GetQueueUrlResponse>
         | 
| 47 47 | 
             
                http_version: 
         | 
| 48 | 
            -
              recorded_at:  | 
| 48 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:22:54 GMT
         | 
| 49 49 | 
             
            - request:
         | 
| 50 50 | 
             
                method: post
         | 
| 51 51 | 
             
                uri: https://sqs.eu-west-1.amazonaws.com/404017989009/test_usage
         | 
| @@ -58,14 +58,14 @@ http_interactions: | |
| 58 58 | 
             
                  Accept-Encoding:
         | 
| 59 59 | 
             
                  - ''
         | 
| 60 60 | 
             
                  User-Agent:
         | 
| 61 | 
            -
                  - aws-sdk-ruby3/3. | 
| 61 | 
            +
                  - aws-sdk-ruby3/3.24.0 ruby/2.4.2 x86_64-darwin16 aws-sdk-sqs/1.4.0
         | 
| 62 62 | 
             
                  X-Amz-Date:
         | 
| 63 | 
            -
                  -  | 
| 63 | 
            +
                  - 20180810T162254Z
         | 
| 64 64 | 
             
                  X-Amz-Content-Sha256:
         | 
| 65 65 | 
             
                  - 4fa1f9790ab8d8b778fc048ef890ef00e82c1fd4658cd21964eff9eb5dc9426d
         | 
| 66 66 | 
             
                  Authorization:
         | 
| 67 | 
            -
                  - AWS4-HMAC-SHA256 Credential= | 
| 68 | 
            -
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= | 
| 67 | 
            +
                  - AWS4-HMAC-SHA256 Credential=AKIAIUG4XO77LTVIG3PA/20180810/eu-west-1/sqs/aws4_request,
         | 
| 68 | 
            +
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=77687e43c4a58891077db4c22e99e664fb89245586008ec9fd91ea4072ace55d
         | 
| 69 69 | 
             
                  Content-Length:
         | 
| 70 70 | 
             
                  - '221'
         | 
| 71 71 | 
             
                  Accept:
         | 
| @@ -78,7 +78,7 @@ http_interactions: | |
| 78 78 | 
             
                  Server:
         | 
| 79 79 | 
             
                  - Server
         | 
| 80 80 | 
             
                  Date:
         | 
| 81 | 
            -
                  -  | 
| 81 | 
            +
                  - Fri, 10 Aug 2018 16:22:54 GMT
         | 
| 82 82 | 
             
                  Content-Type:
         | 
| 83 83 | 
             
                  - text/xml
         | 
| 84 84 | 
             
                  Content-Length:
         | 
| @@ -86,12 +86,12 @@ http_interactions: | |
| 86 86 | 
             
                  Connection:
         | 
| 87 87 | 
             
                  - keep-alive
         | 
| 88 88 | 
             
                  X-Amzn-Requestid:
         | 
| 89 | 
            -
                  -  | 
| 89 | 
            +
                  - 6f9d09a0-1895-5275-bddb-5a47a68bca9f
         | 
| 90 90 | 
             
                body:
         | 
| 91 91 | 
             
                  encoding: UTF-8
         | 
| 92 | 
            -
                  string: <?xml version="1.0"?><GetQueueAttributesResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueAttributesResult><Attribute><Name>ApproximateNumberOfMessages</Name><Value> | 
| 92 | 
            +
                  string: <?xml version="1.0"?><GetQueueAttributesResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueAttributesResult><Attribute><Name>ApproximateNumberOfMessages</Name><Value>0</Value></Attribute><Attribute><Name>ApproximateNumberOfMessagesNotVisible</Name><Value>0</Value></Attribute></GetQueueAttributesResult><ResponseMetadata><RequestId>6f9d09a0-1895-5275-bddb-5a47a68bca9f</RequestId></ResponseMetadata></GetQueueAttributesResponse>
         | 
| 93 93 | 
             
                http_version: 
         | 
| 94 | 
            -
              recorded_at:  | 
| 94 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:22:54 GMT
         | 
| 95 95 | 
             
            - request:
         | 
| 96 96 | 
             
                method: post
         | 
| 97 97 | 
             
                uri: https://sqs.eu-west-1.amazonaws.com/
         | 
| @@ -104,14 +104,14 @@ http_interactions: | |
| 104 104 | 
             
                  Accept-Encoding:
         | 
| 105 105 | 
             
                  - ''
         | 
| 106 106 | 
             
                  User-Agent:
         | 
| 107 | 
            -
                  - aws-sdk-ruby3/3. | 
| 107 | 
            +
                  - aws-sdk-ruby3/3.24.0 ruby/2.4.2 x86_64-darwin16 aws-sdk-sqs/1.4.0
         | 
| 108 108 | 
             
                  X-Amz-Date:
         | 
| 109 | 
            -
                  -  | 
| 109 | 
            +
                  - 20180810T162254Z
         | 
| 110 110 | 
             
                  X-Amz-Content-Sha256:
         | 
| 111 111 | 
             
                  - 5761efd13dd0ed81182207171d3660628968189941431d6044920ef8fe7b1160
         | 
| 112 112 | 
             
                  Authorization:
         | 
| 113 | 
            -
                  - AWS4-HMAC-SHA256 Credential= | 
| 114 | 
            -
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= | 
| 113 | 
            +
                  - AWS4-HMAC-SHA256 Credential=AKIAIUG4XO77LTVIG3PA/20180810/eu-west-1/sqs/aws4_request,
         | 
| 114 | 
            +
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=ac222f1bc09285fb32e9d97ca94a560d1a60e34aebe2ca3bfbc704bcf8bd657b
         | 
| 115 115 | 
             
                  Content-Length:
         | 
| 116 116 | 
             
                  - '58'
         | 
| 117 117 | 
             
                  Accept:
         | 
| @@ -124,7 +124,7 @@ http_interactions: | |
| 124 124 | 
             
                  Server:
         | 
| 125 125 | 
             
                  - Server
         | 
| 126 126 | 
             
                  Date:
         | 
| 127 | 
            -
                  -  | 
| 127 | 
            +
                  - Fri, 10 Aug 2018 16:22:54 GMT
         | 
| 128 128 | 
             
                  Content-Type:
         | 
| 129 129 | 
             
                  - text/xml
         | 
| 130 130 | 
             
                  Content-Length:
         | 
| @@ -132,12 +132,12 @@ http_interactions: | |
| 132 132 | 
             
                  Connection:
         | 
| 133 133 | 
             
                  - keep-alive
         | 
| 134 134 | 
             
                  X-Amzn-Requestid:
         | 
| 135 | 
            -
                  -  | 
| 135 | 
            +
                  - af567e69-ffd1-5146-9d52-2d8e41cfee16
         | 
| 136 136 | 
             
                body:
         | 
| 137 137 | 
             
                  encoding: UTF-8
         | 
| 138 | 
            -
                  string: <?xml version="1.0"?><GetQueueUrlResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueUrlResult><QueueUrl>https://sqs.eu-west-1.amazonaws.com/404017989009/test_usage</QueueUrl></GetQueueUrlResult><ResponseMetadata><RequestId> | 
| 138 | 
            +
                  string: <?xml version="1.0"?><GetQueueUrlResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueUrlResult><QueueUrl>https://sqs.eu-west-1.amazonaws.com/404017989009/test_usage</QueueUrl></GetQueueUrlResult><ResponseMetadata><RequestId>af567e69-ffd1-5146-9d52-2d8e41cfee16</RequestId></ResponseMetadata></GetQueueUrlResponse>
         | 
| 139 139 | 
             
                http_version: 
         | 
| 140 | 
            -
              recorded_at:  | 
| 140 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:22:55 GMT
         | 
| 141 141 | 
             
            - request:
         | 
| 142 142 | 
             
                method: post
         | 
| 143 143 | 
             
                uri: https://sqs.eu-west-1.amazonaws.com/404017989009/test_usage
         | 
| @@ -150,14 +150,14 @@ http_interactions: | |
| 150 150 | 
             
                  Accept-Encoding:
         | 
| 151 151 | 
             
                  - ''
         | 
| 152 152 | 
             
                  User-Agent:
         | 
| 153 | 
            -
                  - aws-sdk-ruby3/3. | 
| 153 | 
            +
                  - aws-sdk-ruby3/3.24.0 ruby/2.4.2 x86_64-darwin16 aws-sdk-sqs/1.4.0
         | 
| 154 154 | 
             
                  X-Amz-Date:
         | 
| 155 | 
            -
                  -  | 
| 155 | 
            +
                  - 20180810T162255Z
         | 
| 156 156 | 
             
                  X-Amz-Content-Sha256:
         | 
| 157 157 | 
             
                  - 4fa1f9790ab8d8b778fc048ef890ef00e82c1fd4658cd21964eff9eb5dc9426d
         | 
| 158 158 | 
             
                  Authorization:
         | 
| 159 | 
            -
                  - AWS4-HMAC-SHA256 Credential= | 
| 160 | 
            -
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature= | 
| 159 | 
            +
                  - AWS4-HMAC-SHA256 Credential=AKIAIUG4XO77LTVIG3PA/20180810/eu-west-1/sqs/aws4_request,
         | 
| 160 | 
            +
                    SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=396f63217baca90c144eddc37328ecba77ed0a74727cb31f8f3cb1a228a9cff7
         | 
| 161 161 | 
             
                  Content-Length:
         | 
| 162 162 | 
             
                  - '221'
         | 
| 163 163 | 
             
                  Accept:
         | 
| @@ -170,7 +170,7 @@ http_interactions: | |
| 170 170 | 
             
                  Server:
         | 
| 171 171 | 
             
                  - Server
         | 
| 172 172 | 
             
                  Date:
         | 
| 173 | 
            -
                  -  | 
| 173 | 
            +
                  - Fri, 10 Aug 2018 16:22:55 GMT
         | 
| 174 174 | 
             
                  Content-Type:
         | 
| 175 175 | 
             
                  - text/xml
         | 
| 176 176 | 
             
                  Content-Length:
         | 
| @@ -178,10 +178,10 @@ http_interactions: | |
| 178 178 | 
             
                  Connection:
         | 
| 179 179 | 
             
                  - keep-alive
         | 
| 180 180 | 
             
                  X-Amzn-Requestid:
         | 
| 181 | 
            -
                  -  | 
| 181 | 
            +
                  - 1c6782f9-9d5c-5d1c-9aab-d11e2343f239
         | 
| 182 182 | 
             
                body:
         | 
| 183 183 | 
             
                  encoding: UTF-8
         | 
| 184 | 
            -
                  string: <?xml version="1.0"?><GetQueueAttributesResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueAttributesResult><Attribute><Name>ApproximateNumberOfMessages</Name><Value> | 
| 184 | 
            +
                  string: <?xml version="1.0"?><GetQueueAttributesResponse xmlns="http://queue.amazonaws.com/doc/2012-11-05/"><GetQueueAttributesResult><Attribute><Name>ApproximateNumberOfMessages</Name><Value>0</Value></Attribute><Attribute><Name>ApproximateNumberOfMessagesNotVisible</Name><Value>0</Value></Attribute></GetQueueAttributesResult><ResponseMetadata><RequestId>1c6782f9-9d5c-5d1c-9aab-d11e2343f239</RequestId></ResponseMetadata></GetQueueAttributesResponse>
         | 
| 185 185 | 
             
                http_version: 
         | 
| 186 | 
            -
              recorded_at:  | 
| 186 | 
            +
              recorded_at: Fri, 10 Aug 2018 16:22:55 GMT
         | 
| 187 187 | 
             
            recorded_with: VCR 3.0.3
         | 
| @@ -5,48 +5,165 @@ http_interactions: | |
| 5 5 | 
             
                uri: https://api.test.datacite.org/events/fc6860b8-4230-41bc-8b8e-21d60e9a7d9a
         | 
| 6 6 | 
             
                body:
         | 
| 7 7 | 
             
                  encoding: UTF-8
         | 
| 8 | 
            -
                  string: '{"data":{"id":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","type":"events","attributes":{"uuid":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","message-action":"add","subj-id":"https:// | 
| 8 | 
            +
                  string: '{"data":{"id":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","type":"events","attributes":{"uuid":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","message-action":"add","subj-id":"https://api.test.datacite.org/reports/2018-3-Dashs","subj":{"pid":"https://api.test.datacite.org/reports/2018-3-Dashs","issued":"2128-04-09"},"total":3,"obj-id":"https://doi.org/10.7291/d1q94r","relation-type-id":"unique-dataset-investigations-regular","source-id":"datacite","source-token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred-at":"2128-04-09","license":"https://creativecommons.org/publicdomain/zero/1.0/"}}}'
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  User-Agent:
         | 
| 11 | 
            -
                  - Maremma  | 
| 11 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 12 12 | 
             
                  Content-Type:
         | 
| 13 13 | 
             
                  - application/json
         | 
| 14 14 | 
             
                  Accept:
         | 
| 15 15 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 16 16 | 
             
                  Authorization:
         | 
| 17 | 
            -
                  - Bearer < | 
| 17 | 
            +
                  - Bearer <LAGOTTINO_TOKEN>
         | 
| 18 18 | 
             
              response:
         | 
| 19 19 | 
             
                status:
         | 
| 20 | 
            -
                  code:  | 
| 21 | 
            -
                  message:  | 
| 20 | 
            +
                  code: 500
         | 
| 21 | 
            +
                  message: Internal Server Error
         | 
| 22 22 | 
             
                headers:
         | 
| 23 23 | 
             
                  Date:
         | 
| 24 | 
            -
                  -  | 
| 24 | 
            +
                  - Fri, 10 Aug 2018 17:13:54 GMT
         | 
| 25 25 | 
             
                  Content-Type:
         | 
| 26 | 
            -
                  - application/ | 
| 26 | 
            +
                  - application/json; charset=UTF-8
         | 
| 27 | 
            +
                  Content-Length:
         | 
| 28 | 
            +
                  - '14601'
         | 
| 27 29 | 
             
                  Connection:
         | 
| 28 30 | 
             
                  - keep-alive
         | 
| 29 31 | 
             
                  Status:
         | 
| 30 | 
            -
                  -  | 
| 31 | 
            -
                  Cache-Control:
         | 
| 32 | 
            -
                  - max-age=0, private, must-revalidate
         | 
| 32 | 
            +
                  - 500 Internal Server Error
         | 
| 33 33 | 
             
                  Vary:
         | 
| 34 | 
            -
                  -  | 
| 35 | 
            -
                  Etag:
         | 
| 36 | 
            -
                  - W/"1893292a0294f3ba4368bce947c7f67b"
         | 
| 34 | 
            +
                  - Origin
         | 
| 37 35 | 
             
                  X-Runtime:
         | 
| 38 | 
            -
                  - '0. | 
| 39 | 
            -
                  X-Credential-Username:
         | 
| 40 | 
            -
                  - 0000-0001-5489-3594
         | 
| 36 | 
            +
                  - '0.028623'
         | 
| 41 37 | 
             
                  X-Request-Id:
         | 
| 42 | 
            -
                  -  | 
| 38 | 
            +
                  - cd66aea2-5006-4e21-bcc7-b14fb388dccd
         | 
| 43 39 | 
             
                  X-Powered-By:
         | 
| 44 | 
            -
                  - Phusion Passenger 5.3. | 
| 40 | 
            +
                  - Phusion Passenger 5.3.4
         | 
| 45 41 | 
             
                  Server:
         | 
| 46 | 
            -
                  - nginx/1.14.0 + Phusion Passenger 5.3. | 
| 42 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.4
         | 
| 47 43 | 
             
                body:
         | 
| 48 | 
            -
                  encoding:  | 
| 49 | 
            -
                  string: '{" | 
| 44 | 
            +
                  encoding: ASCII-8BIT
         | 
| 45 | 
            +
                  string: '{"status":500,"error":"Internal Server Error","exception":"#<CanCan::AccessDenied:
         | 
| 46 | 
            +
                    You are not authorized to access this page.>","traces":{"Application Trace":[{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 47 | 
            +
                    `update''"}],"Framework Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 48 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 49 | 
            +
                    `authorize!''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 50 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 51 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 52 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 53 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 54 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 55 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 56 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 57 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 58 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 59 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 60 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 61 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 62 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 63 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 64 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 65 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 66 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 67 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 68 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 69 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 70 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 71 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 72 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 73 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 74 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 75 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 76 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 77 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 78 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 79 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 80 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 81 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 82 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 83 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 84 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 85 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 86 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 87 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 88 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 89 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 90 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 91 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 92 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 93 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 94 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 95 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 96 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 97 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 98 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 99 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 100 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 101 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 102 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 103 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 104 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 105 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 106 | 
            +
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 107 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 108 | 
            +
                    `authorize!''"},{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 109 | 
            +
                    `update''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 110 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 111 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 112 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 113 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 114 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 115 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 116 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 117 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 118 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 119 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 120 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 121 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 122 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 123 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 124 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 125 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 126 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 127 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 128 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 129 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 130 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 131 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 132 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 133 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 134 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 135 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 136 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 137 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 138 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 139 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 140 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 141 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 142 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 143 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 144 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 145 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 146 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 147 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 148 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 149 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 150 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 151 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 152 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 153 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 154 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 155 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 156 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 157 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 158 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 159 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 160 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 161 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 162 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 163 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 164 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 165 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 166 | 
            +
                    `block in create_thread_and_abort_on_exception''"}]}}'
         | 
| 50 167 | 
             
                http_version: 
         | 
| 51 | 
            -
              recorded_at:  | 
| 168 | 
            +
              recorded_at: Fri, 10 Aug 2018 17:13:54 GMT
         | 
| 52 169 | 
             
            recorded_with: VCR 3.0.3
         | 
| @@ -5,27 +5,27 @@ http_interactions: | |
| 5 5 | 
             
                uri: https://api.test.datacite.org/events/a17e783b-8214-451e-9b0d-077213c2acae
         | 
| 6 6 | 
             
                body:
         | 
| 7 7 | 
             
                  encoding: UTF-8
         | 
| 8 | 
            -
                  string: '{"data":{"id":"a17e783b-8214-451e-9b0d-077213c2acae","type":"events","attributes":{"uuid":"a17e783b-8214-451e-9b0d-077213c2acae","message-action":"add","subj-id":"https:// | 
| 8 | 
            +
                  string: '{"data":{"id":"a17e783b-8214-451e-9b0d-077213c2acae","type":"events","attributes":{"uuid":"a17e783b-8214-451e-9b0d-077213c2acae","message-action":"add","subj-id":"https://api.test.datacite.org/reports/2018-3-Dash","subj":{"pid":"https://api.test.datacite.org/reports/2018-3-Dash","issued":"2128-04-09"},"total":3,"obj-id":"https://doi.org/10.7291/d1q94r","relation-type-id":"total-dataset-investigations-regular","source-id":"datacite","source-token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred-at":"2128-04-09","license":"https://creativecommons.org/publicdomain/zero/1.0/"}}}'
         | 
| 9 9 | 
             
                headers:
         | 
| 10 10 | 
             
                  User-Agent:
         | 
| 11 | 
            -
                  - Maremma  | 
| 11 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 12 12 | 
             
                  Content-Type:
         | 
| 13 13 | 
             
                  - application/json
         | 
| 14 14 | 
             
                  Accept:
         | 
| 15 15 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 16 16 | 
             
                  Authorization:
         | 
| 17 | 
            -
                  - Bearer < | 
| 17 | 
            +
                  - Bearer <LAGOTTINO_TOKEN>
         | 
| 18 18 | 
             
              response:
         | 
| 19 19 | 
             
                status:
         | 
| 20 20 | 
             
                  code: 500
         | 
| 21 | 
            -
                  message:  | 
| 21 | 
            +
                  message: Internal Server Error
         | 
| 22 22 | 
             
                headers:
         | 
| 23 23 | 
             
                  Date:
         | 
| 24 | 
            -
                  -  | 
| 24 | 
            +
                  - Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 25 25 | 
             
                  Content-Type:
         | 
| 26 26 | 
             
                  - application/json; charset=UTF-8
         | 
| 27 27 | 
             
                  Content-Length:
         | 
| 28 | 
            -
                  - ' | 
| 28 | 
            +
                  - '14601'
         | 
| 29 29 | 
             
                  Connection:
         | 
| 30 30 | 
             
                  - keep-alive
         | 
| 31 31 | 
             
                  Status:
         | 
| @@ -33,862 +33,497 @@ http_interactions: | |
| 33 33 | 
             
                  Vary:
         | 
| 34 34 | 
             
                  - Origin
         | 
| 35 35 | 
             
                  X-Runtime:
         | 
| 36 | 
            -
                  - '0. | 
| 36 | 
            +
                  - '0.027471'
         | 
| 37 37 | 
             
                  X-Request-Id:
         | 
| 38 | 
            -
                  -  | 
| 38 | 
            +
                  - 629afd7b-7e88-411d-8c6c-ec2ab1e1c85d
         | 
| 39 39 | 
             
                  X-Powered-By:
         | 
| 40 | 
            -
                  - Phusion Passenger 5.3. | 
| 40 | 
            +
                  - Phusion Passenger 5.3.4
         | 
| 41 41 | 
             
                  Server:
         | 
| 42 | 
            -
                  - nginx/1.14.0 + Phusion Passenger 5.3. | 
| 42 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.4
         | 
| 43 43 | 
             
                body:
         | 
| 44 | 
            -
                  encoding:  | 
| 45 | 
            -
                  string: '{"status":500,"error":"Internal Server Error","exception":" | 
| 46 | 
            -
                     | 
| 47 | 
            -
                     | 
| 48 | 
            -
                     | 
| 49 | 
            -
                     | 
| 50 | 
            -
                    ` | 
| 51 | 
            -
                     | 
| 52 | 
            -
                    ` | 
| 53 | 
            -
                    ` | 
| 54 | 
            -
                    ` | 
| 55 | 
            -
                    ` | 
| 56 | 
            -
                    ` | 
| 57 | 
            -
                    `block  | 
| 58 | 
            -
                    `block in  | 
| 59 | 
            -
                    ` | 
| 60 | 
            -
                    ` | 
| 61 | 
            -
                    ` | 
| 62 | 
            -
                    ` | 
| 63 | 
            -
                    ` | 
| 64 | 
            -
                    ` | 
| 65 | 
            -
                    ` | 
| 66 | 
            -
                    ` | 
| 67 | 
            -
                    ` | 
| 68 | 
            -
                    ` | 
| 69 | 
            -
                    ` | 
| 70 | 
            -
                    ` | 
| 71 | 
            -
                    ` | 
| 72 | 
            -
                    ` | 
| 73 | 
            -
                    ` | 
| 74 | 
            -
                    ` | 
| 75 | 
            -
                    ` | 
| 76 | 
            -
                    ` | 
| 77 | 
            -
                    ` | 
| 78 | 
            -
                    `block in  | 
| 79 | 
            -
                    `run_callbacks''"},{"id": | 
| 80 | 
            -
                    ` | 
| 81 | 
            -
                    ` | 
| 82 | 
            -
                    ` | 
| 83 | 
            -
                    ` | 
| 84 | 
            -
                    ` | 
| 85 | 
            -
                    ` | 
| 86 | 
            -
                    ` | 
| 87 | 
            -
                    ` | 
| 88 | 
            -
                    ` | 
| 89 | 
            -
                    ` | 
| 90 | 
            -
                    ` | 
| 91 | 
            -
                    ` | 
| 92 | 
            -
                    ` | 
| 93 | 
            -
                    ` | 
| 94 | 
            -
                    ` | 
| 95 | 
            -
                    ` | 
| 96 | 
            -
                    ` | 
| 97 | 
            -
                    ` | 
| 98 | 
            -
                    ` | 
| 99 | 
            -
                    ` | 
| 100 | 
            -
                    ` | 
| 101 | 
            -
                    ` | 
| 102 | 
            -
                    ` | 
| 103 | 
            -
                    ` | 
| 104 | 
            -
                    ` | 
| 105 | 
            -
                    ` | 
| 106 | 
            -
                    ` | 
| 107 | 
            -
                    ` | 
| 108 | 
            -
                    ` | 
| 109 | 
            -
                    ` | 
| 110 | 
            -
                    ` | 
| 111 | 
            -
                    ` | 
| 112 | 
            -
                    `process_action''"},{"id": | 
| 113 | 
            -
                    `process_action''"},{"id": | 
| 114 | 
            -
                    ` | 
| 115 | 
            -
                    ` | 
| 116 | 
            -
                    `process_action''"},{"id": | 
| 117 | 
            -
                    `process_action''"},{"id": | 
| 118 | 
            -
                    `block in  | 
| 119 | 
            -
                    ` | 
| 120 | 
            -
                    `instrument''"},{"id": | 
| 121 | 
            -
                    ` | 
| 122 | 
            -
                    `process_action''"},{"id": | 
| 123 | 
            -
                    `process_action''"},{"id": | 
| 124 | 
            -
                    ` | 
| 125 | 
            -
                    ` | 
| 126 | 
            -
                    `dispatch''"},{"id": | 
| 127 | 
            -
                    `dispatch''"},{"id": | 
| 128 | 
            -
                    ` | 
| 129 | 
            -
                    `serve''"},{"id": | 
| 130 | 
            -
                    ` | 
| 131 | 
            -
                    ` | 
| 132 | 
            -
                    ` | 
| 133 | 
            -
                    `call''"},{"id": | 
| 134 | 
            -
                    `call''"},{"id": | 
| 135 | 
            -
                    `call''"},{"id": | 
| 136 | 
            -
                    `call''"},{"id": | 
| 137 | 
            -
                    `call''"},{"id": | 
| 138 | 
            -
                    `call''"},{"id": | 
| 139 | 
            -
                    ` | 
| 140 | 
            -
                    ` | 
| 141 | 
            -
                    `call''"},{"id": | 
| 142 | 
            -
                    `call''"},{"id": | 
| 143 | 
            -
                    `call''"},{"id": | 
| 144 | 
            -
                    `call''"},{"id": | 
| 145 | 
            -
                    `call''"},{"id": | 
| 146 | 
            -
                    ` | 
| 147 | 
            -
                    ` | 
| 148 | 
            -
                    `block in  | 
| 149 | 
            -
                    ` | 
| 150 | 
            -
                    `tagged''"},{"id": | 
| 151 | 
            -
                    ` | 
| 152 | 
            -
                    `call''"},{"id": | 
| 153 | 
            -
                    `call''"},{"id": | 
| 154 | 
            -
                    `call''"},{"id": | 
| 155 | 
            -
                    `call''"},{"id": | 
| 156 | 
            -
                    `call''"},{"id": | 
| 157 | 
            -
                    `call''"},{"id": | 
| 158 | 
            -
                    `call''"},{"id": | 
| 159 | 
            -
                    `call''"},{"id": | 
| 160 | 
            -
                    `call''"},{"id": | 
| 161 | 
            -
                    ` | 
| 162 | 
            -
                    ` | 
| 163 | 
            -
                    ` | 
| 164 | 
            -
                    ` | 
| 165 | 
            -
                    ` | 
| 166 | 
            -
                    `accept_and_process_next_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 167 | 
            -
                    `main_loop''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 168 | 
            -
                    `block (3 levels) in start_threads''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 169 | 
            -
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 170 | 
            -
                    `_query''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 171 | 
            -
                    `block in query''"},{"id":2,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 172 | 
            -
                    `handle_interrupt''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 173 | 
            -
                    `query''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:187:in
         | 
| 174 | 
            -
                    `block (2 levels) in execute''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in
         | 
| 175 | 
            -
                    `block in permit_concurrent_loads''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in
         | 
| 176 | 
            -
                    `yield_shares''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in
         | 
| 177 | 
            -
                    `permit_concurrent_loads''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:186:in
         | 
| 178 | 
            -
                    `block in execute''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in
         | 
| 179 | 
            -
                    `block (2 levels) in log''"},{"id":10,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 180 | 
            -
                    `mon_synchronize''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in
         | 
| 181 | 
            -
                    `block in log''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 182 | 
            -
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in
         | 
| 183 | 
            -
                    `log''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:185:in
         | 
| 184 | 
            -
                    `execute''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:28:in
         | 
| 185 | 
            -
                    `execute''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:196:in
         | 
| 186 | 
            -
                    `execute_and_free''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:45:in
         | 
| 187 | 
            -
                    `exec_delete''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:157:in
         | 
| 188 | 
            -
                    `update''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/query_cache.rb:21:in
         | 
| 189 | 
            -
                    `update''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:197:in
         | 
| 190 | 
            -
                    `_update_record''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:695:in
         | 
| 191 | 
            -
                    `_update_row''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/locking/optimistic.rb:80:in
         | 
| 192 | 
            -
                    `_update_row''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:718:in
         | 
| 193 | 
            -
                    `_update_record''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/attribute_methods/dirty.rb:133:in
         | 
| 194 | 
            -
                    `_update_record''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:346:in
         | 
| 195 | 
            -
                    `block in _update_record''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 196 | 
            -
                    `run_callbacks''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 197 | 
            -
                    `run_callbacks''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 198 | 
            -
                    `_run_update_callbacks''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:346:in
         | 
| 199 | 
            -
                    `_update_record''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/timestamp.rb:107:in
         | 
| 200 | 
            -
                    `_update_record''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:704:in
         | 
| 201 | 
            -
                    `create_or_update''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 202 | 
            -
                    `block in create_or_update''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 203 | 
            -
                    `run_callbacks''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 204 | 
            -
                    `run_callbacks''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 205 | 
            -
                    `_run_save_callbacks''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 206 | 
            -
                    `create_or_update''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:275:in
         | 
| 207 | 
            -
                    `save''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/validations.rb:46:in
         | 
| 208 | 
            -
                    `save''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 209 | 
            -
                    `block (2 levels) in save''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 210 | 
            -
                    `block in with_transaction_returning_status''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:252:in
         | 
| 211 | 
            -
                    `transaction''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 212 | 
            -
                    `transaction''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 213 | 
            -
                    `with_transaction_returning_status''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 214 | 
            -
                    `block in save''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:325:in
         | 
| 215 | 
            -
                    `rollback_active_record_state!''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:309:in
         | 
| 216 | 
            -
                    `save''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/suppressor.rb:44:in
         | 
| 217 | 
            -
                    `save''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:428:in
         | 
| 218 | 
            -
                    `block in update''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 219 | 
            -
                    `block in with_transaction_returning_status''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 220 | 
            -
                    `block in transaction''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in
         | 
| 221 | 
            -
                    `block in within_new_transaction''"},{"id":52,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 222 | 
            -
                    `mon_synchronize''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in
         | 
| 223 | 
            -
                    `within_new_transaction''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 224 | 
            -
                    `transaction''"},{"id":55,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 225 | 
            -
                    `transaction''"},{"id":56,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 226 | 
            -
                    `with_transaction_returning_status''"},{"id":57,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:426:in
         | 
| 227 | 
            -
                    `update''"},{"id":58,"trace":"app/controllers/events_controller.rb:30:in `update''"},{"id":59,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 228 | 
            -
                    `send_action''"},{"id":60,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 229 | 
            -
                    `process_action''"},{"id":61,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 230 | 
            -
                    `process_action''"},{"id":62,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 231 | 
            -
                    `block in process_action''"},{"id":63,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 232 | 
            -
                    `run_callbacks''"},{"id":64,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 233 | 
            -
                    `process_action''"},{"id":65,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 234 | 
            -
                    `process_action''"},{"id":66,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 235 | 
            -
                    `block in process_action''"},{"id":67,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 236 | 
            -
                    `block in instrument''"},{"id":68,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 237 | 
            -
                    `instrument''"},{"id":69,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 238 | 
            -
                    `instrument''"},{"id":70,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 239 | 
            -
                    `process_action''"},{"id":71,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 240 | 
            -
                    `process_action''"},{"id":72,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 241 | 
            -
                    `process_action''"},{"id":73,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 242 | 
            -
                    `process''"},{"id":74,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 243 | 
            -
                    `dispatch''"},{"id":75,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 244 | 
            -
                    `dispatch''"},{"id":76,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 245 | 
            -
                    `dispatch''"},{"id":77,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 246 | 
            -
                    `serve''"},{"id":78,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 247 | 
            -
                    `block in serve''"},{"id":79,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 248 | 
            -
                    `each''"},{"id":80,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 249 | 
            -
                    `serve''"},{"id":81,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 250 | 
            -
                    `call''"},{"id":82,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 251 | 
            -
                    `call''"},{"id":83,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 252 | 
            -
                    `call''"},{"id":84,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 253 | 
            -
                    `call''"},{"id":85,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 254 | 
            -
                    `call''"},{"id":86,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 255 | 
            -
                    `call''"},{"id":87,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 256 | 
            -
                    `block in call''"},{"id":88,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 257 | 
            -
                    `run_callbacks''"},{"id":89,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 258 | 
            -
                    `call''"},{"id":90,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 259 | 
            -
                    `call''"},{"id":91,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 260 | 
            -
                    `call''"},{"id":92,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 261 | 
            -
                    `call''"},{"id":93,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 262 | 
            -
                    `call''"},{"id":94,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 263 | 
            -
                    `call''"},{"id":95,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 264 | 
            -
                    `call_app''"},{"id":96,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 265 | 
            -
                    `block in call''"},{"id":97,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 266 | 
            -
                    `block in tagged''"},{"id":98,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 267 | 
            -
                    `tagged''"},{"id":99,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 268 | 
            -
                    `tagged''"},{"id":100,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 269 | 
            -
                    `call''"},{"id":101,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 270 | 
            -
                    `call''"},{"id":102,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 271 | 
            -
                    `call''"},{"id":103,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 272 | 
            -
                    `call''"},{"id":104,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 273 | 
            -
                    `call''"},{"id":105,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 274 | 
            -
                    `call''"},{"id":106,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 275 | 
            -
                    `call''"},{"id":107,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 276 | 
            -
                    `call''"},{"id":108,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 277 | 
            -
                    `call''"},{"id":109,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:111:in
         | 
| 278 | 
            -
                    `process_request''"},{"id":110,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:81:in
         | 
| 279 | 
            -
                    `call''"},{"id":111,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 280 | 
            -
                    `call''"},{"id":112,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 281 | 
            -
                    `call''"},{"id":113,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 282 | 
            -
                    `process_request''"},{"id":114,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 283 | 
            -
                    `accept_and_process_next_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 284 | 
            -
                    `main_loop''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 285 | 
            -
                    `block (3 levels) in start_threads''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 44 | 
            +
                  encoding: ASCII-8BIT
         | 
| 45 | 
            +
                  string: '{"status":500,"error":"Internal Server Error","exception":"#<CanCan::AccessDenied:
         | 
| 46 | 
            +
                    You are not authorized to access this page.>","traces":{"Application Trace":[{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 47 | 
            +
                    `update''"}],"Framework Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 48 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 49 | 
            +
                    `authorize!''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 50 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 51 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 52 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 53 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 54 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 55 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 56 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 57 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 58 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 59 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 60 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 61 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 62 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 63 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 64 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 65 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 66 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 67 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 68 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 69 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 70 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 71 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 72 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 73 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 74 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 75 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 76 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 77 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 78 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 79 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 80 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 81 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 82 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 83 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 84 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 85 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 86 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 87 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 88 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 89 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 90 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 91 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 92 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 93 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 94 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 95 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 96 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 97 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 98 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 99 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 100 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 101 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 102 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 103 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 104 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 105 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 106 | 
            +
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 107 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 108 | 
            +
                    `authorize!''"},{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 109 | 
            +
                    `update''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 110 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 111 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 112 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 113 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 114 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 115 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 116 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 117 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 118 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 119 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 120 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 121 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 122 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 123 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 124 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 125 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 126 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 127 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 128 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 129 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 130 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 131 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 132 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 133 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 134 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 135 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 136 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 137 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 138 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 139 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 140 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 141 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 142 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 143 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 144 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 145 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 146 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 147 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 148 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 149 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 150 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 151 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 152 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 153 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 154 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 155 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 156 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 157 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 158 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 159 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 160 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 161 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 162 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 163 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 164 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 165 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 286 166 | 
             
                    `block in create_thread_and_abort_on_exception''"}]}}'
         | 
| 287 167 | 
             
                http_version: 
         | 
| 288 | 
            -
              recorded_at:  | 
| 168 | 
            +
              recorded_at: Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 289 169 | 
             
            - request:
         | 
| 290 170 | 
             
                method: put
         | 
| 291 171 | 
             
                uri: https://api.test.datacite.org/events/fc6860b8-4230-41bc-8b8e-21d60e9a7d9a
         | 
| 292 172 | 
             
                body:
         | 
| 293 173 | 
             
                  encoding: UTF-8
         | 
| 294 | 
            -
                  string: '{"data":{"id":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","type":"events","attributes":{"uuid":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","message-action":"add","subj-id":"https:// | 
| 174 | 
            +
                  string: '{"data":{"id":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","type":"events","attributes":{"uuid":"fc6860b8-4230-41bc-8b8e-21d60e9a7d9a","message-action":"add","subj-id":"https://api.test.datacite.org/reports/2018-3-Dash","subj":{"pid":"https://api.test.datacite.org/reports/2018-3-Dash","issued":"2128-04-09"},"total":3,"obj-id":"https://doi.org/10.7291/d1q94r","relation-type-id":"unique-dataset-investigations-regular","source-id":"datacite-usage","source-token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred-at":"2128-04-09","license":"https://creativecommons.org/publicdomain/zero/1.0/"}}}'
         | 
| 295 175 | 
             
                headers:
         | 
| 296 176 | 
             
                  User-Agent:
         | 
| 297 | 
            -
                  - Maremma  | 
| 177 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 298 178 | 
             
                  Content-Type:
         | 
| 299 179 | 
             
                  - application/json
         | 
| 300 180 | 
             
                  Accept:
         | 
| 301 181 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 302 182 | 
             
                  Authorization:
         | 
| 303 | 
            -
                  - Bearer < | 
| 183 | 
            +
                  - Bearer <LAGOTTINO_TOKEN>
         | 
| 304 184 | 
             
              response:
         | 
| 305 185 | 
             
                status:
         | 
| 306 186 | 
             
                  code: 500
         | 
| 307 | 
            -
                  message:  | 
| 187 | 
            +
                  message: Internal Server Error
         | 
| 308 188 | 
             
                headers:
         | 
| 309 189 | 
             
                  Date:
         | 
| 310 | 
            -
                  -  | 
| 190 | 
            +
                  - Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 311 191 | 
             
                  Content-Type:
         | 
| 312 192 | 
             
                  - application/json; charset=UTF-8
         | 
| 313 193 | 
             
                  Content-Length:
         | 
| 314 | 
            -
                  - ' | 
| 194 | 
            +
                  - '14601'
         | 
| 315 195 | 
             
                  Connection:
         | 
| 316 196 | 
             
                  - keep-alive
         | 
| 317 197 | 
             
                  Status:
         | 
| 318 198 | 
             
                  - 500 Internal Server Error
         | 
| 319 199 | 
             
                  Vary:
         | 
| 320 200 | 
             
                  - Origin
         | 
| 321 | 
            -
                  X-Runtime:
         | 
| 322 | 
            -
                  - '0.098159'
         | 
| 323 201 | 
             
                  X-Request-Id:
         | 
| 324 | 
            -
                  -  | 
| 202 | 
            +
                  - 381a87bf-ccfc-49a7-960d-4fde6e7ce0e6
         | 
| 203 | 
            +
                  X-Runtime:
         | 
| 204 | 
            +
                  - '0.030655'
         | 
| 325 205 | 
             
                  X-Powered-By:
         | 
| 326 | 
            -
                  - Phusion Passenger 5.3. | 
| 206 | 
            +
                  - Phusion Passenger 5.3.4
         | 
| 327 207 | 
             
                  Server:
         | 
| 328 | 
            -
                  - nginx/1.14.0 + Phusion Passenger 5.3. | 
| 208 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.4
         | 
| 329 209 | 
             
                body:
         | 
| 330 | 
            -
                  encoding:  | 
| 331 | 
            -
                  string: '{"status":500,"error":"Internal Server Error","exception":" | 
| 332 | 
            -
                     | 
| 333 | 
            -
                     | 
| 334 | 
            -
                     | 
| 335 | 
            -
                     | 
| 336 | 
            -
                     | 
| 337 | 
            -
                    ` | 
| 338 | 
            -
                    ` | 
| 339 | 
            -
                    `block in  | 
| 340 | 
            -
                    ` | 
| 341 | 
            -
                    ` | 
| 342 | 
            -
                    ` | 
| 343 | 
            -
                    `block in  | 
| 344 | 
            -
                    ` | 
| 345 | 
            -
                    ` | 
| 346 | 
            -
                    ` | 
| 347 | 
            -
                    ` | 
| 348 | 
            -
                    ` | 
| 349 | 
            -
                    ` | 
| 350 | 
            -
                    ` | 
| 351 | 
            -
                    ` | 
| 352 | 
            -
                    ` | 
| 353 | 
            -
                    ` | 
| 354 | 
            -
                    ` | 
| 355 | 
            -
                    ` | 
| 356 | 
            -
                    ` | 
| 357 | 
            -
                    ` | 
| 358 | 
            -
                    ` | 
| 359 | 
            -
                    ` | 
| 360 | 
            -
                    ` | 
| 361 | 
            -
                    ` | 
| 362 | 
            -
                    ` | 
| 363 | 
            -
                    ` | 
| 364 | 
            -
                    ` | 
| 365 | 
            -
                    `run_callbacks''"},{"id": | 
| 366 | 
            -
                    ` | 
| 367 | 
            -
                    ` | 
| 368 | 
            -
                    ` | 
| 369 | 
            -
                    ` | 
| 370 | 
            -
                    ` | 
| 371 | 
            -
                    ` | 
| 372 | 
            -
                    ` | 
| 373 | 
            -
                    ` | 
| 374 | 
            -
                    ` | 
| 375 | 
            -
                    ` | 
| 376 | 
            -
                    ` | 
| 377 | 
            -
                    ` | 
| 378 | 
            -
                    ` | 
| 379 | 
            -
                    ` | 
| 380 | 
            -
                    ` | 
| 381 | 
            -
                    ` | 
| 382 | 
            -
                    ` | 
| 383 | 
            -
                    ` | 
| 384 | 
            -
                    ` | 
| 385 | 
            -
                    ` | 
| 386 | 
            -
                    ` | 
| 387 | 
            -
                    ` | 
| 388 | 
            -
                    ` | 
| 389 | 
            -
                    ` | 
| 390 | 
            -
                    ` | 
| 391 | 
            -
                    ` | 
| 392 | 
            -
                    ` | 
| 393 | 
            -
                    ` | 
| 394 | 
            -
                    ` | 
| 395 | 
            -
                    `update''"},{"id": | 
| 396 | 
            -
                    `send_action''"},{"id": | 
| 397 | 
            -
                    `process_action''"},{"id": | 
| 398 | 
            -
                    `process_action''"},{"id": | 
| 399 | 
            -
                    `block in process_action''"},{"id": | 
| 400 | 
            -
                    `run_callbacks''"},{"id": | 
| 401 | 
            -
                    `process_action''"},{"id": | 
| 402 | 
            -
                    `process_action''"},{"id": | 
| 403 | 
            -
                    `block in process_action''"},{"id": | 
| 404 | 
            -
                    `block in instrument''"},{"id": | 
| 405 | 
            -
                    `instrument''"},{"id": | 
| 406 | 
            -
                    `instrument''"},{"id": | 
| 407 | 
            -
                    `process_action''"},{"id": | 
| 408 | 
            -
                    `process_action''"},{"id": | 
| 409 | 
            -
                    `process_action''"},{"id": | 
| 410 | 
            -
                    `process''"},{"id": | 
| 411 | 
            -
                    `dispatch''"},{"id": | 
| 412 | 
            -
                    `dispatch''"},{"id": | 
| 413 | 
            -
                    `dispatch''"},{"id": | 
| 414 | 
            -
                    `serve''"},{"id": | 
| 415 | 
            -
                    `block in serve''"},{"id": | 
| 416 | 
            -
                    `each''"},{"id": | 
| 417 | 
            -
                    `serve''"},{"id": | 
| 418 | 
            -
                    `call''"},{"id": | 
| 419 | 
            -
                    `call''"},{"id": | 
| 420 | 
            -
                    `call''"},{"id": | 
| 421 | 
            -
                    `call''"},{"id": | 
| 422 | 
            -
                    `call''"},{"id": | 
| 423 | 
            -
                    `call''"},{"id": | 
| 424 | 
            -
                    `block in call''"},{"id": | 
| 425 | 
            -
                    `run_callbacks''"},{"id": | 
| 426 | 
            -
                    `call''"},{"id": | 
| 427 | 
            -
                    `call''"},{"id": | 
| 428 | 
            -
                    `call''"},{"id": | 
| 429 | 
            -
                    `call''"},{"id": | 
| 430 | 
            -
                    `call''"},{"id": | 
| 431 | 
            -
                    `call''"},{"id": | 
| 432 | 
            -
                    `call_app''"},{"id": | 
| 433 | 
            -
                    `block in call''"},{"id": | 
| 434 | 
            -
                    `block in tagged''"},{"id": | 
| 435 | 
            -
                    `tagged''"},{"id": | 
| 436 | 
            -
                    `tagged''"},{"id": | 
| 437 | 
            -
                    `call''"},{"id": | 
| 438 | 
            -
                    `call''"},{"id": | 
| 439 | 
            -
                    `call''"},{"id": | 
| 440 | 
            -
                    `call''"},{"id": | 
| 441 | 
            -
                    `call''"},{"id": | 
| 442 | 
            -
                    `call''"},{"id": | 
| 443 | 
            -
                    `call''"},{"id": | 
| 444 | 
            -
                    `call''"},{"id": | 
| 445 | 
            -
                    `call''"},{"id": | 
| 446 | 
            -
                    ` | 
| 447 | 
            -
                    `call''"},{"id": | 
| 448 | 
            -
                    ` | 
| 449 | 
            -
                    ` | 
| 450 | 
            -
                    ` | 
| 451 | 
            -
                    ` | 
| 452 | 
            -
                    `main_loop''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 453 | 
            -
                    `block (3 levels) in start_threads''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 454 | 
            -
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 455 | 
            -
                    `_query''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 456 | 
            -
                    `block in query''"},{"id":2,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 457 | 
            -
                    `handle_interrupt''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 458 | 
            -
                    `query''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:187:in
         | 
| 459 | 
            -
                    `block (2 levels) in execute''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in
         | 
| 460 | 
            -
                    `block in permit_concurrent_loads''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in
         | 
| 461 | 
            -
                    `yield_shares''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in
         | 
| 462 | 
            -
                    `permit_concurrent_loads''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:186:in
         | 
| 463 | 
            -
                    `block in execute''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in
         | 
| 464 | 
            -
                    `block (2 levels) in log''"},{"id":10,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 465 | 
            -
                    `mon_synchronize''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in
         | 
| 466 | 
            -
                    `block in log''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 467 | 
            -
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in
         | 
| 468 | 
            -
                    `log''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:185:in
         | 
| 469 | 
            -
                    `execute''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:28:in
         | 
| 470 | 
            -
                    `execute''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:196:in
         | 
| 471 | 
            -
                    `execute_and_free''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:45:in
         | 
| 472 | 
            -
                    `exec_delete''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:157:in
         | 
| 473 | 
            -
                    `update''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/query_cache.rb:21:in
         | 
| 474 | 
            -
                    `update''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:197:in
         | 
| 475 | 
            -
                    `_update_record''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:695:in
         | 
| 476 | 
            -
                    `_update_row''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/locking/optimistic.rb:80:in
         | 
| 477 | 
            -
                    `_update_row''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:718:in
         | 
| 478 | 
            -
                    `_update_record''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/attribute_methods/dirty.rb:133:in
         | 
| 479 | 
            -
                    `_update_record''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:346:in
         | 
| 480 | 
            -
                    `block in _update_record''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 481 | 
            -
                    `run_callbacks''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 482 | 
            -
                    `run_callbacks''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 483 | 
            -
                    `_run_update_callbacks''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:346:in
         | 
| 484 | 
            -
                    `_update_record''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/timestamp.rb:107:in
         | 
| 485 | 
            -
                    `_update_record''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:704:in
         | 
| 486 | 
            -
                    `create_or_update''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 487 | 
            -
                    `block in create_or_update''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 488 | 
            -
                    `run_callbacks''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 489 | 
            -
                    `run_callbacks''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 490 | 
            -
                    `_run_save_callbacks''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 491 | 
            -
                    `create_or_update''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:275:in
         | 
| 492 | 
            -
                    `save''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/validations.rb:46:in
         | 
| 493 | 
            -
                    `save''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 494 | 
            -
                    `block (2 levels) in save''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 495 | 
            -
                    `block in with_transaction_returning_status''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:252:in
         | 
| 496 | 
            -
                    `transaction''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 497 | 
            -
                    `transaction''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 498 | 
            -
                    `with_transaction_returning_status''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 499 | 
            -
                    `block in save''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:325:in
         | 
| 500 | 
            -
                    `rollback_active_record_state!''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:309:in
         | 
| 501 | 
            -
                    `save''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/suppressor.rb:44:in
         | 
| 502 | 
            -
                    `save''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:428:in
         | 
| 503 | 
            -
                    `block in update''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 504 | 
            -
                    `block in with_transaction_returning_status''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 505 | 
            -
                    `block in transaction''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in
         | 
| 506 | 
            -
                    `block in within_new_transaction''"},{"id":52,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 507 | 
            -
                    `mon_synchronize''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in
         | 
| 508 | 
            -
                    `within_new_transaction''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 509 | 
            -
                    `transaction''"},{"id":55,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 510 | 
            -
                    `transaction''"},{"id":56,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 511 | 
            -
                    `with_transaction_returning_status''"},{"id":57,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:426:in
         | 
| 512 | 
            -
                    `update''"},{"id":58,"trace":"app/controllers/events_controller.rb:30:in `update''"},{"id":59,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 513 | 
            -
                    `send_action''"},{"id":60,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 514 | 
            -
                    `process_action''"},{"id":61,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 515 | 
            -
                    `process_action''"},{"id":62,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 516 | 
            -
                    `block in process_action''"},{"id":63,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 517 | 
            -
                    `run_callbacks''"},{"id":64,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 518 | 
            -
                    `process_action''"},{"id":65,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 519 | 
            -
                    `process_action''"},{"id":66,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 520 | 
            -
                    `block in process_action''"},{"id":67,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 521 | 
            -
                    `block in instrument''"},{"id":68,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 522 | 
            -
                    `instrument''"},{"id":69,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 523 | 
            -
                    `instrument''"},{"id":70,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 524 | 
            -
                    `process_action''"},{"id":71,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 525 | 
            -
                    `process_action''"},{"id":72,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 526 | 
            -
                    `process_action''"},{"id":73,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 527 | 
            -
                    `process''"},{"id":74,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 528 | 
            -
                    `dispatch''"},{"id":75,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 529 | 
            -
                    `dispatch''"},{"id":76,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 530 | 
            -
                    `dispatch''"},{"id":77,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 531 | 
            -
                    `serve''"},{"id":78,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 532 | 
            -
                    `block in serve''"},{"id":79,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 533 | 
            -
                    `each''"},{"id":80,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 534 | 
            -
                    `serve''"},{"id":81,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 535 | 
            -
                    `call''"},{"id":82,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 536 | 
            -
                    `call''"},{"id":83,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 537 | 
            -
                    `call''"},{"id":84,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 538 | 
            -
                    `call''"},{"id":85,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 539 | 
            -
                    `call''"},{"id":86,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 540 | 
            -
                    `call''"},{"id":87,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 541 | 
            -
                    `block in call''"},{"id":88,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 542 | 
            -
                    `run_callbacks''"},{"id":89,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 543 | 
            -
                    `call''"},{"id":90,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 544 | 
            -
                    `call''"},{"id":91,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 545 | 
            -
                    `call''"},{"id":92,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 546 | 
            -
                    `call''"},{"id":93,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 547 | 
            -
                    `call''"},{"id":94,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 548 | 
            -
                    `call''"},{"id":95,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 549 | 
            -
                    `call_app''"},{"id":96,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 550 | 
            -
                    `block in call''"},{"id":97,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 551 | 
            -
                    `block in tagged''"},{"id":98,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 552 | 
            -
                    `tagged''"},{"id":99,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 553 | 
            -
                    `tagged''"},{"id":100,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 554 | 
            -
                    `call''"},{"id":101,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 555 | 
            -
                    `call''"},{"id":102,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 556 | 
            -
                    `call''"},{"id":103,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 557 | 
            -
                    `call''"},{"id":104,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 558 | 
            -
                    `call''"},{"id":105,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 559 | 
            -
                    `call''"},{"id":106,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 560 | 
            -
                    `call''"},{"id":107,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 561 | 
            -
                    `call''"},{"id":108,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 562 | 
            -
                    `call''"},{"id":109,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:111:in
         | 
| 563 | 
            -
                    `process_request''"},{"id":110,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:81:in
         | 
| 564 | 
            -
                    `call''"},{"id":111,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 565 | 
            -
                    `call''"},{"id":112,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 566 | 
            -
                    `call''"},{"id":113,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 567 | 
            -
                    `process_request''"},{"id":114,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 568 | 
            -
                    `accept_and_process_next_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 569 | 
            -
                    `main_loop''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 570 | 
            -
                    `block (3 levels) in start_threads''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 210 | 
            +
                  encoding: ASCII-8BIT
         | 
| 211 | 
            +
                  string: '{"status":500,"error":"Internal Server Error","exception":"#<CanCan::AccessDenied:
         | 
| 212 | 
            +
                    You are not authorized to access this page.>","traces":{"Application Trace":[{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 213 | 
            +
                    `update''"}],"Framework Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 214 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 215 | 
            +
                    `authorize!''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 216 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 217 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 218 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 219 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 220 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 221 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 222 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 223 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 224 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 225 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 226 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 227 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 228 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 229 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 230 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 231 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 232 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 233 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 234 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 235 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 236 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 237 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 238 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 239 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 240 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 241 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 242 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 243 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 244 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 245 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 246 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 247 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 248 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 249 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 250 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 251 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 252 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 253 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 254 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 255 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 256 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 257 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 258 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 259 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 260 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 261 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 262 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 263 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 264 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 265 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 266 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 267 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 268 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 269 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 270 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 271 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 272 | 
            +
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 273 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 274 | 
            +
                    `authorize!''"},{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 275 | 
            +
                    `update''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 276 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 277 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 278 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 279 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 280 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 281 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 282 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 283 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 284 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 285 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 286 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 287 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 288 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 289 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 290 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 291 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 292 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 293 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 294 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 295 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 296 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 297 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 298 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 299 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 300 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 301 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 302 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 303 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 304 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 305 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 306 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 307 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 308 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 309 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 310 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 311 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 312 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 313 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 314 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 315 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 316 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 317 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 318 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 319 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 320 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 321 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 322 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 323 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 324 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 325 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 326 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 327 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 328 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 329 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 330 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 331 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 571 332 | 
             
                    `block in create_thread_and_abort_on_exception''"}]}}'
         | 
| 572 333 | 
             
                http_version: 
         | 
| 573 | 
            -
              recorded_at:  | 
| 334 | 
            +
              recorded_at: Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 574 335 | 
             
            - request:
         | 
| 575 336 | 
             
                method: put
         | 
| 576 337 | 
             
                uri: https://api.test.datacite.org/events/054da0ad-9821-492e-877e-5c3adbfd5ccf
         | 
| 577 338 | 
             
                body:
         | 
| 578 339 | 
             
                  encoding: UTF-8
         | 
| 579 | 
            -
                  string: '{"data":{"id":"054da0ad-9821-492e-877e-5c3adbfd5ccf","type":"events","attributes":{"uuid":"054da0ad-9821-492e-877e-5c3adbfd5ccf","message-action":"add","subj-id":"https:// | 
| 340 | 
            +
                  string: '{"data":{"id":"054da0ad-9821-492e-877e-5c3adbfd5ccf","type":"events","attributes":{"uuid":"054da0ad-9821-492e-877e-5c3adbfd5ccf","message-action":"add","subj-id":"https://api.test.datacite.org/reports/2018-3-Dash","subj":{"pid":"https://api.test.datacite.org/reports/2018-3-Dash","issued":"2128-04-09"},"total":254,"obj-id":"https://doi.org/10.6071/z7wc73","relation-type-id":"Total-Dataset-Requests-Machine","source-id":"datacite-usage","source-token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred-at":"2128-04-09","license":"https://creativecommons.org/publicdomain/zero/1.0/"}}}'
         | 
| 580 341 | 
             
                headers:
         | 
| 581 342 | 
             
                  User-Agent:
         | 
| 582 | 
            -
                  - Maremma  | 
| 343 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 583 344 | 
             
                  Content-Type:
         | 
| 584 345 | 
             
                  - application/json
         | 
| 585 346 | 
             
                  Accept:
         | 
| 586 347 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 587 348 | 
             
                  Authorization:
         | 
| 588 | 
            -
                  - Bearer < | 
| 349 | 
            +
                  - Bearer <LAGOTTINO_TOKEN>
         | 
| 589 350 | 
             
              response:
         | 
| 590 351 | 
             
                status:
         | 
| 591 352 | 
             
                  code: 500
         | 
| 592 | 
            -
                  message:  | 
| 353 | 
            +
                  message: Internal Server Error
         | 
| 593 354 | 
             
                headers:
         | 
| 594 355 | 
             
                  Date:
         | 
| 595 | 
            -
                  -  | 
| 356 | 
            +
                  - Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 596 357 | 
             
                  Content-Type:
         | 
| 597 358 | 
             
                  - application/json; charset=UTF-8
         | 
| 598 359 | 
             
                  Content-Length:
         | 
| 599 | 
            -
                  - ' | 
| 360 | 
            +
                  - '14601'
         | 
| 600 361 | 
             
                  Connection:
         | 
| 601 362 | 
             
                  - keep-alive
         | 
| 602 363 | 
             
                  Status:
         | 
| 603 364 | 
             
                  - 500 Internal Server Error
         | 
| 604 365 | 
             
                  Vary:
         | 
| 605 366 | 
             
                  - Origin
         | 
| 606 | 
            -
                  X-Runtime:
         | 
| 607 | 
            -
                  - '0.098247'
         | 
| 608 367 | 
             
                  X-Request-Id:
         | 
| 609 | 
            -
                  -  | 
| 368 | 
            +
                  - b52bfdab-529b-4d2d-a038-77862492a46a
         | 
| 369 | 
            +
                  X-Runtime:
         | 
| 370 | 
            +
                  - '0.032858'
         | 
| 610 371 | 
             
                  X-Powered-By:
         | 
| 611 | 
            -
                  - Phusion Passenger 5.3. | 
| 372 | 
            +
                  - Phusion Passenger 5.3.4
         | 
| 612 373 | 
             
                  Server:
         | 
| 613 | 
            -
                  - nginx/1.14.0 + Phusion Passenger 5.3. | 
| 374 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.4
         | 
| 614 375 | 
             
                body:
         | 
| 615 | 
            -
                  encoding:  | 
| 616 | 
            -
                  string: '{"status":500,"error":"Internal Server Error","exception":" | 
| 617 | 
            -
                     | 
| 618 | 
            -
                     | 
| 619 | 
            -
                    ` | 
| 620 | 
            -
                    ` | 
| 621 | 
            -
                     | 
| 622 | 
            -
                    '' | 
| 623 | 
            -
                    '' | 
| 624 | 
            -
                    '' | 
| 625 | 
            -
                    '' | 
| 626 | 
            -
                     | 
| 627 | 
            -
                     | 
| 628 | 
            -
                    ` | 
| 629 | 
            -
                    `block in  | 
| 630 | 
            -
                    ` | 
| 631 | 
            -
                    ` | 
| 632 | 
            -
                    ` | 
| 633 | 
            -
                    ` | 
| 634 | 
            -
                    ` | 
| 635 | 
            -
                    ` | 
| 636 | 
            -
                    ` | 
| 637 | 
            -
                    ` | 
| 638 | 
            -
                    ` | 
| 639 | 
            -
                    ` | 
| 640 | 
            -
                    ` | 
| 641 | 
            -
                    ` | 
| 642 | 
            -
                    ` | 
| 643 | 
            -
                    ` | 
| 644 | 
            -
                    ` | 
| 645 | 
            -
                    ` | 
| 646 | 
            -
                    ` | 
| 647 | 
            -
                    ` | 
| 648 | 
            -
                    ` | 
| 649 | 
            -
                    ` | 
| 650 | 
            -
                    ` | 
| 651 | 
            -
                    ` | 
| 652 | 
            -
                    ` | 
| 653 | 
            -
                    ` | 
| 654 | 
            -
                    ` | 
| 655 | 
            -
                    ` | 
| 656 | 
            -
                    ` | 
| 657 | 
            -
                    ` | 
| 658 | 
            -
                    ` | 
| 659 | 
            -
                    ` | 
| 660 | 
            -
                    ` | 
| 661 | 
            -
                    ` | 
| 662 | 
            -
                    ` | 
| 663 | 
            -
                    ` | 
| 664 | 
            -
                    ` | 
| 665 | 
            -
                    ` | 
| 666 | 
            -
                    ` | 
| 667 | 
            -
                    ` | 
| 668 | 
            -
                    ` | 
| 669 | 
            -
                    ` | 
| 670 | 
            -
                    ` | 
| 671 | 
            -
                    ` | 
| 672 | 
            -
                    ` | 
| 673 | 
            -
                    ` | 
| 674 | 
            -
                    ` | 
| 675 | 
            -
                    ` | 
| 676 | 
            -
                    ` | 
| 677 | 
            -
                    `block in  | 
| 678 | 
            -
                    ` | 
| 679 | 
            -
                    ` | 
| 680 | 
            -
                    ` | 
| 681 | 
            -
                    ` | 
| 682 | 
            -
                    ` | 
| 683 | 
            -
                    ` | 
| 684 | 
            -
                    ` | 
| 685 | 
            -
                    ` | 
| 686 | 
            -
                    ` | 
| 687 | 
            -
                    ` | 
| 688 | 
            -
                    `process_action''"},{"id": | 
| 689 | 
            -
                    ` | 
| 690 | 
            -
                    ` | 
| 691 | 
            -
                    ` | 
| 692 | 
            -
                    `process_action''"},{"id": | 
| 693 | 
            -
                    `process_action''"},{"id": | 
| 694 | 
            -
                    ` | 
| 695 | 
            -
                    ` | 
| 696 | 
            -
                    ` | 
| 697 | 
            -
                    ` | 
| 698 | 
            -
                    ` | 
| 699 | 
            -
                    ` | 
| 700 | 
            -
                    ` | 
| 701 | 
            -
                    ` | 
| 702 | 
            -
                    ` | 
| 703 | 
            -
                    ` | 
| 704 | 
            -
                    ` | 
| 705 | 
            -
                    ` | 
| 706 | 
            -
                    ` | 
| 707 | 
            -
                    ` | 
| 708 | 
            -
                    ` | 
| 709 | 
            -
                    `call''"},{"id": | 
| 710 | 
            -
                    ` | 
| 711 | 
            -
                    `call''"},{"id": | 
| 712 | 
            -
                    `call''"},{"id": | 
| 713 | 
            -
                    `call''"},{"id": | 
| 714 | 
            -
                    `call''"},{"id": | 
| 715 | 
            -
                    ` | 
| 716 | 
            -
                    ` | 
| 717 | 
            -
                    ` | 
| 718 | 
            -
                    `call''"},{"id": | 
| 719 | 
            -
                    ` | 
| 720 | 
            -
                    ` | 
| 721 | 
            -
                    ` | 
| 722 | 
            -
                    `call''"},{"id": | 
| 723 | 
            -
                    ` | 
| 724 | 
            -
                    ` | 
| 725 | 
            -
                    ` | 
| 726 | 
            -
                    ` | 
| 727 | 
            -
                    ` | 
| 728 | 
            -
                    `call''"},{"id": | 
| 729 | 
            -
                    `call''"},{"id": | 
| 730 | 
            -
                    `call''"},{"id": | 
| 731 | 
            -
                    `call''"},{"id": | 
| 732 | 
            -
                    `call''"},{"id": | 
| 733 | 
            -
                    ` | 
| 734 | 
            -
                    ` | 
| 735 | 
            -
                    ` | 
| 736 | 
            -
                    ` | 
| 737 | 
            -
                    `process_request''"},{"id":111,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:81:in
         | 
| 738 | 
            -
                    `call''"},{"id":112,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 739 | 
            -
                    `call''"},{"id":113,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 740 | 
            -
                    `call''"},{"id":114,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 741 | 
            -
                    `process_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 742 | 
            -
                    `accept_and_process_next_request''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 743 | 
            -
                    `main_loop''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 744 | 
            -
                    `block (3 levels) in start_threads''"},{"id":118,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 745 | 
            -
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 746 | 
            -
                    `_query''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 747 | 
            -
                    `block in query''"},{"id":2,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 748 | 
            -
                    `handle_interrupt''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 749 | 
            -
                    `query''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:187:in
         | 
| 750 | 
            -
                    `block (2 levels) in execute''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in
         | 
| 751 | 
            -
                    `block in permit_concurrent_loads''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in
         | 
| 752 | 
            -
                    `yield_shares''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in
         | 
| 753 | 
            -
                    `permit_concurrent_loads''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:186:in
         | 
| 754 | 
            -
                    `block in execute''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in
         | 
| 755 | 
            -
                    `block (2 levels) in log''"},{"id":10,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 756 | 
            -
                    `mon_synchronize''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in
         | 
| 757 | 
            -
                    `block in log''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 758 | 
            -
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in
         | 
| 759 | 
            -
                    `log''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:185:in
         | 
| 760 | 
            -
                    `execute''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:28:in
         | 
| 761 | 
            -
                    `execute''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:196:in
         | 
| 762 | 
            -
                    `execute_and_free''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:33:in
         | 
| 763 | 
            -
                    `exec_query''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:117:in
         | 
| 764 | 
            -
                    `exec_insert''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:149:in
         | 
| 765 | 
            -
                    `insert''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/query_cache.rb:21:in
         | 
| 766 | 
            -
                    `insert''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:187:in
         | 
| 767 | 
            -
                    `_insert_record''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:733:in
         | 
| 768 | 
            -
                    `_create_record''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/counter_cache.rb:180:in
         | 
| 769 | 
            -
                    `_create_record''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/locking/optimistic.rb:70:in
         | 
| 770 | 
            -
                    `_create_record''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/attribute_methods/dirty.rb:137:in
         | 
| 771 | 
            -
                    `_create_record''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:342:in
         | 
| 772 | 
            -
                    `block in _create_record''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 773 | 
            -
                    `run_callbacks''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 774 | 
            -
                    `run_callbacks''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 775 | 
            -
                    `_run_create_callbacks''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:342:in
         | 
| 776 | 
            -
                    `_create_record''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/timestamp.rb:95:in
         | 
| 777 | 
            -
                    `_create_record''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:704:in
         | 
| 778 | 
            -
                    `create_or_update''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 779 | 
            -
                    `block in create_or_update''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 780 | 
            -
                    `run_callbacks''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 781 | 
            -
                    `run_callbacks''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 782 | 
            -
                    `_run_save_callbacks''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 783 | 
            -
                    `create_or_update''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:275:in
         | 
| 784 | 
            -
                    `save''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/validations.rb:46:in
         | 
| 785 | 
            -
                    `save''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 786 | 
            -
                    `block (2 levels) in save''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 787 | 
            -
                    `block in with_transaction_returning_status''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:252:in
         | 
| 788 | 
            -
                    `transaction''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 789 | 
            -
                    `transaction''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 790 | 
            -
                    `with_transaction_returning_status''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 791 | 
            -
                    `block in save''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:325:in
         | 
| 792 | 
            -
                    `rollback_active_record_state!''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:309:in
         | 
| 793 | 
            -
                    `save''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/suppressor.rb:44:in
         | 
| 794 | 
            -
                    `save''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:428:in
         | 
| 795 | 
            -
                    `block in update''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 796 | 
            -
                    `block in with_transaction_returning_status''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 797 | 
            -
                    `block in transaction''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in
         | 
| 798 | 
            -
                    `block in within_new_transaction''"},{"id":53,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 799 | 
            -
                    `mon_synchronize''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in
         | 
| 800 | 
            -
                    `within_new_transaction''"},{"id":55,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 801 | 
            -
                    `transaction''"},{"id":56,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 802 | 
            -
                    `transaction''"},{"id":57,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 803 | 
            -
                    `with_transaction_returning_status''"},{"id":58,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:426:in
         | 
| 804 | 
            -
                    `update''"},{"id":59,"trace":"app/controllers/events_controller.rb:30:in `update''"},{"id":60,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 805 | 
            -
                    `send_action''"},{"id":61,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 806 | 
            -
                    `process_action''"},{"id":62,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 807 | 
            -
                    `process_action''"},{"id":63,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 808 | 
            -
                    `block in process_action''"},{"id":64,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 809 | 
            -
                    `run_callbacks''"},{"id":65,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 810 | 
            -
                    `process_action''"},{"id":66,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 811 | 
            -
                    `process_action''"},{"id":67,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 812 | 
            -
                    `block in process_action''"},{"id":68,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 813 | 
            -
                    `block in instrument''"},{"id":69,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 814 | 
            -
                    `instrument''"},{"id":70,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 815 | 
            -
                    `instrument''"},{"id":71,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 816 | 
            -
                    `process_action''"},{"id":72,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 817 | 
            -
                    `process_action''"},{"id":73,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 818 | 
            -
                    `process_action''"},{"id":74,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 819 | 
            -
                    `process''"},{"id":75,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 820 | 
            -
                    `dispatch''"},{"id":76,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 821 | 
            -
                    `dispatch''"},{"id":77,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 822 | 
            -
                    `dispatch''"},{"id":78,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 823 | 
            -
                    `serve''"},{"id":79,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 824 | 
            -
                    `block in serve''"},{"id":80,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 825 | 
            -
                    `each''"},{"id":81,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 826 | 
            -
                    `serve''"},{"id":82,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 827 | 
            -
                    `call''"},{"id":83,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 828 | 
            -
                    `call''"},{"id":84,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 829 | 
            -
                    `call''"},{"id":85,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 830 | 
            -
                    `call''"},{"id":86,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 831 | 
            -
                    `call''"},{"id":87,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 832 | 
            -
                    `call''"},{"id":88,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 833 | 
            -
                    `block in call''"},{"id":89,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 834 | 
            -
                    `run_callbacks''"},{"id":90,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 835 | 
            -
                    `call''"},{"id":91,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 836 | 
            -
                    `call''"},{"id":92,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 837 | 
            -
                    `call''"},{"id":93,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 838 | 
            -
                    `call''"},{"id":94,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 839 | 
            -
                    `call''"},{"id":95,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 840 | 
            -
                    `call''"},{"id":96,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 841 | 
            -
                    `call_app''"},{"id":97,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 842 | 
            -
                    `block in call''"},{"id":98,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 843 | 
            -
                    `block in tagged''"},{"id":99,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 844 | 
            -
                    `tagged''"},{"id":100,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 845 | 
            -
                    `tagged''"},{"id":101,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 846 | 
            -
                    `call''"},{"id":102,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 847 | 
            -
                    `call''"},{"id":103,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 848 | 
            -
                    `call''"},{"id":104,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 849 | 
            -
                    `call''"},{"id":105,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 850 | 
            -
                    `call''"},{"id":106,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 851 | 
            -
                    `call''"},{"id":107,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 852 | 
            -
                    `call''"},{"id":108,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 853 | 
            -
                    `call''"},{"id":109,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 854 | 
            -
                    `call''"},{"id":110,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:111:in
         | 
| 855 | 
            -
                    `process_request''"},{"id":111,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:81:in
         | 
| 856 | 
            -
                    `call''"},{"id":112,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 857 | 
            -
                    `call''"},{"id":113,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 858 | 
            -
                    `call''"},{"id":114,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 859 | 
            -
                    `process_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 860 | 
            -
                    `accept_and_process_next_request''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 861 | 
            -
                    `main_loop''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 862 | 
            -
                    `block (3 levels) in start_threads''"},{"id":118,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 376 | 
            +
                  encoding: ASCII-8BIT
         | 
| 377 | 
            +
                  string: '{"status":500,"error":"Internal Server Error","exception":"#<CanCan::AccessDenied:
         | 
| 378 | 
            +
                    You are not authorized to access this page.>","traces":{"Application Trace":[{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 379 | 
            +
                    `update''"}],"Framework Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 380 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 381 | 
            +
                    `authorize!''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 382 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 383 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 384 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 385 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 386 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 387 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 388 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 389 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 390 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 391 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 392 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 393 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 394 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 395 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 396 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 397 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 398 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 399 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 400 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 401 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 402 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 403 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 404 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 405 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 406 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 407 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 408 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 409 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 410 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 411 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 412 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 413 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 414 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 415 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 416 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 417 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 418 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 419 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 420 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 421 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 422 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 423 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 424 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 425 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 426 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 427 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 428 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 429 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 430 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 431 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 432 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 433 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 434 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 435 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 436 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 437 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 438 | 
            +
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 439 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 440 | 
            +
                    `authorize!''"},{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 441 | 
            +
                    `update''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 442 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 443 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 444 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 445 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 446 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 447 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 448 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 449 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 450 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 451 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 452 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 453 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 454 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 455 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 456 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 457 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 458 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 459 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 460 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 461 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 462 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 463 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 464 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 465 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 466 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 467 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 468 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 469 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 470 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 471 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 472 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 473 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 474 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 475 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 476 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 477 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 478 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 479 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 480 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 481 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 482 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 483 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 484 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 485 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 486 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 487 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 488 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 489 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 490 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 491 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 492 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 493 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 494 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 495 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 496 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 497 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 863 498 | 
             
                    `block in create_thread_and_abort_on_exception''"}]}}'
         | 
| 864 499 | 
             
                http_version: 
         | 
| 865 | 
            -
              recorded_at:  | 
| 500 | 
            +
              recorded_at: Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 866 501 | 
             
            - request:
         | 
| 867 502 | 
             
                method: put
         | 
| 868 503 | 
             
                uri: https://api.test.datacite.org/events/6d6fd620-2123-42da-91f3-6c02e63f3cec
         | 
| 869 504 | 
             
                body:
         | 
| 870 505 | 
             
                  encoding: UTF-8
         | 
| 871 | 
            -
                  string: '{"data":{"id":"6d6fd620-2123-42da-91f3-6c02e63f3cec","type":"events","attributes":{"uuid":"6d6fd620-2123-42da-91f3-6c02e63f3cec","message-action":"add","subj-id":"https:// | 
| 506 | 
            +
                  string: '{"data":{"id":"6d6fd620-2123-42da-91f3-6c02e63f3cec","type":"events","attributes":{"uuid":"6d6fd620-2123-42da-91f3-6c02e63f3cec","message-action":"add","subj-id":"https://api.test.datacite.org/reports/2018-3-Dash","subj":{"pid":"https://api.test.datacite.org/reports/2018-3-Dash","issued":"2128-04-09"},"total":208,"obj-id":"https://doi.org/10.6071/z7wc73","relation-type-id":"Unique-Dataset-Requests-Machine","source-id":"datacite-usage","source-token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred-at":"2128-04-09","license":"https://creativecommons.org/publicdomain/zero/1.0/"}}}'
         | 
| 872 507 | 
             
                headers:
         | 
| 873 508 | 
             
                  User-Agent:
         | 
| 874 | 
            -
                  - Maremma  | 
| 509 | 
            +
                  - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
         | 
| 875 510 | 
             
                  Content-Type:
         | 
| 876 511 | 
             
                  - application/json
         | 
| 877 512 | 
             
                  Accept:
         | 
| 878 513 | 
             
                  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
         | 
| 879 514 | 
             
                  Authorization:
         | 
| 880 | 
            -
                  - Bearer < | 
| 515 | 
            +
                  - Bearer <LAGOTTINO_TOKEN>
         | 
| 881 516 | 
             
              response:
         | 
| 882 517 | 
             
                status:
         | 
| 883 518 | 
             
                  code: 500
         | 
| 884 | 
            -
                  message:  | 
| 519 | 
            +
                  message: Internal Server Error
         | 
| 885 520 | 
             
                headers:
         | 
| 886 521 | 
             
                  Date:
         | 
| 887 | 
            -
                  -  | 
| 522 | 
            +
                  - Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 888 523 | 
             
                  Content-Type:
         | 
| 889 524 | 
             
                  - application/json; charset=UTF-8
         | 
| 890 525 | 
             
                  Content-Length:
         | 
| 891 | 
            -
                  - ' | 
| 526 | 
            +
                  - '14601'
         | 
| 892 527 | 
             
                  Connection:
         | 
| 893 528 | 
             
                  - keep-alive
         | 
| 894 529 | 
             
                  Status:
         | 
| @@ -896,263 +531,137 @@ http_interactions: | |
| 896 531 | 
             
                  Vary:
         | 
| 897 532 | 
             
                  - Origin
         | 
| 898 533 | 
             
                  X-Runtime:
         | 
| 899 | 
            -
                  - '0. | 
| 534 | 
            +
                  - '0.036246'
         | 
| 900 535 | 
             
                  X-Request-Id:
         | 
| 901 | 
            -
                  -  | 
| 536 | 
            +
                  - 71fa4973-57ef-4bf5-9e9b-ac2fbf93d288
         | 
| 902 537 | 
             
                  X-Powered-By:
         | 
| 903 | 
            -
                  - Phusion Passenger 5.3. | 
| 538 | 
            +
                  - Phusion Passenger 5.3.4
         | 
| 904 539 | 
             
                  Server:
         | 
| 905 | 
            -
                  - nginx/1.14.0 + Phusion Passenger 5.3. | 
| 540 | 
            +
                  - nginx/1.14.0 + Phusion Passenger 5.3.4
         | 
| 906 541 | 
             
                body:
         | 
| 907 | 
            -
                  encoding:  | 
| 908 | 
            -
                  string: '{"status":500,"error":"Internal Server Error","exception":" | 
| 909 | 
            -
                     | 
| 910 | 
            -
                     | 
| 911 | 
            -
                    ` | 
| 912 | 
            -
                    ` | 
| 913 | 
            -
                     | 
| 914 | 
            -
                    '' | 
| 915 | 
            -
                    '' | 
| 916 | 
            -
                    '' | 
| 917 | 
            -
                    '' | 
| 918 | 
            -
                     | 
| 919 | 
            -
                     | 
| 920 | 
            -
                    ` | 
| 921 | 
            -
                    `block in  | 
| 922 | 
            -
                    ` | 
| 923 | 
            -
                    ` | 
| 924 | 
            -
                    ` | 
| 925 | 
            -
                    ` | 
| 926 | 
            -
                    ` | 
| 927 | 
            -
                    ` | 
| 928 | 
            -
                    ` | 
| 929 | 
            -
                    ` | 
| 930 | 
            -
                    ` | 
| 931 | 
            -
                    ` | 
| 932 | 
            -
                    ` | 
| 933 | 
            -
                    ` | 
| 934 | 
            -
                    ` | 
| 935 | 
            -
                    ` | 
| 936 | 
            -
                    ` | 
| 937 | 
            -
                    ` | 
| 938 | 
            -
                    ` | 
| 939 | 
            -
                    ` | 
| 940 | 
            -
                    ` | 
| 941 | 
            -
                    ` | 
| 942 | 
            -
                    ` | 
| 943 | 
            -
                    ` | 
| 944 | 
            -
                    ` | 
| 945 | 
            -
                    ` | 
| 946 | 
            -
                    ` | 
| 947 | 
            -
                    ` | 
| 948 | 
            -
                    ` | 
| 949 | 
            -
                    ` | 
| 950 | 
            -
                    ` | 
| 951 | 
            -
                    ` | 
| 952 | 
            -
                    ` | 
| 953 | 
            -
                    ` | 
| 954 | 
            -
                    ` | 
| 955 | 
            -
                    ` | 
| 956 | 
            -
                    ` | 
| 957 | 
            -
                    ` | 
| 958 | 
            -
                    ` | 
| 959 | 
            -
                    ` | 
| 960 | 
            -
                    ` | 
| 961 | 
            -
                    ` | 
| 962 | 
            -
                    ` | 
| 963 | 
            -
                    ` | 
| 964 | 
            -
                    ` | 
| 965 | 
            -
                    ` | 
| 966 | 
            -
                    ` | 
| 967 | 
            -
                    ` | 
| 968 | 
            -
                    ` | 
| 969 | 
            -
                    `block in  | 
| 970 | 
            -
                    ` | 
| 971 | 
            -
                    ` | 
| 972 | 
            -
                    ` | 
| 973 | 
            -
                    ` | 
| 974 | 
            -
                    ` | 
| 975 | 
            -
                    ` | 
| 976 | 
            -
                    ` | 
| 977 | 
            -
                    ` | 
| 978 | 
            -
                    ` | 
| 979 | 
            -
                    ` | 
| 980 | 
            -
                    `process_action''"},{"id": | 
| 981 | 
            -
                    ` | 
| 982 | 
            -
                    ` | 
| 983 | 
            -
                    ` | 
| 984 | 
            -
                    `process_action''"},{"id": | 
| 985 | 
            -
                    `process_action''"},{"id": | 
| 986 | 
            -
                    ` | 
| 987 | 
            -
                    ` | 
| 988 | 
            -
                    ` | 
| 989 | 
            -
                    ` | 
| 990 | 
            -
                    ` | 
| 991 | 
            -
                    ` | 
| 992 | 
            -
                    ` | 
| 993 | 
            -
                    ` | 
| 994 | 
            -
                    ` | 
| 995 | 
            -
                    ` | 
| 996 | 
            -
                    ` | 
| 997 | 
            -
                    ` | 
| 998 | 
            -
                    ` | 
| 999 | 
            -
                    ` | 
| 1000 | 
            -
                    ` | 
| 1001 | 
            -
                    `call''"},{"id": | 
| 1002 | 
            -
                    ` | 
| 1003 | 
            -
                    `call''"},{"id": | 
| 1004 | 
            -
                    `call''"},{"id": | 
| 1005 | 
            -
                    `call''"},{"id": | 
| 1006 | 
            -
                    `call''"},{"id": | 
| 1007 | 
            -
                    ` | 
| 1008 | 
            -
                    ` | 
| 1009 | 
            -
                    ` | 
| 1010 | 
            -
                    `call''"},{"id": | 
| 1011 | 
            -
                    ` | 
| 1012 | 
            -
                    ` | 
| 1013 | 
            -
                    ` | 
| 1014 | 
            -
                    `call''"},{"id": | 
| 1015 | 
            -
                    ` | 
| 1016 | 
            -
                    ` | 
| 1017 | 
            -
                    ` | 
| 1018 | 
            -
                    ` | 
| 1019 | 
            -
                    ` | 
| 1020 | 
            -
                    `call''"},{"id": | 
| 1021 | 
            -
                    `call''"},{"id": | 
| 1022 | 
            -
                    `call''"},{"id": | 
| 1023 | 
            -
                    `call''"},{"id": | 
| 1024 | 
            -
                    `call''"},{"id": | 
| 1025 | 
            -
                    ` | 
| 1026 | 
            -
                    ` | 
| 1027 | 
            -
                    ` | 
| 1028 | 
            -
                    ` | 
| 1029 | 
            -
                    `process_request''"},{"id":111,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:81:in
         | 
| 1030 | 
            -
                    `call''"},{"id":112,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 1031 | 
            -
                    `call''"},{"id":113,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 1032 | 
            -
                    `call''"},{"id":114,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 1033 | 
            -
                    `process_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 1034 | 
            -
                    `accept_and_process_next_request''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 1035 | 
            -
                    `main_loop''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 1036 | 
            -
                    `block (3 levels) in start_threads''"},{"id":118,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 1037 | 
            -
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 1038 | 
            -
                    `_query''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:120:in
         | 
| 1039 | 
            -
                    `block in query''"},{"id":2,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 1040 | 
            -
                    `handle_interrupt''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/mysql2-0.4.10/lib/mysql2/client.rb:119:in
         | 
| 1041 | 
            -
                    `query''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:187:in
         | 
| 1042 | 
            -
                    `block (2 levels) in execute''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:48:in
         | 
| 1043 | 
            -
                    `block in permit_concurrent_loads''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/concurrency/share_lock.rb:187:in
         | 
| 1044 | 
            -
                    `yield_shares''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/dependencies/interlock.rb:47:in
         | 
| 1045 | 
            -
                    `permit_concurrent_loads''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:186:in
         | 
| 1046 | 
            -
                    `block in execute''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:579:in
         | 
| 1047 | 
            -
                    `block (2 levels) in log''"},{"id":10,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 1048 | 
            -
                    `mon_synchronize''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:578:in
         | 
| 1049 | 
            -
                    `block in log''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 1050 | 
            -
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:569:in
         | 
| 1051 | 
            -
                    `log''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:185:in
         | 
| 1052 | 
            -
                    `execute''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:28:in
         | 
| 1053 | 
            -
                    `execute''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:196:in
         | 
| 1054 | 
            -
                    `execute_and_free''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/mysql/database_statements.rb:33:in
         | 
| 1055 | 
            -
                    `exec_query''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:117:in
         | 
| 1056 | 
            -
                    `exec_insert''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:149:in
         | 
| 1057 | 
            -
                    `insert''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/query_cache.rb:21:in
         | 
| 1058 | 
            -
                    `insert''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:187:in
         | 
| 1059 | 
            -
                    `_insert_record''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:733:in
         | 
| 1060 | 
            -
                    `_create_record''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/counter_cache.rb:180:in
         | 
| 1061 | 
            -
                    `_create_record''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/locking/optimistic.rb:70:in
         | 
| 1062 | 
            -
                    `_create_record''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/attribute_methods/dirty.rb:137:in
         | 
| 1063 | 
            -
                    `_create_record''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:342:in
         | 
| 1064 | 
            -
                    `block in _create_record''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 1065 | 
            -
                    `run_callbacks''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 1066 | 
            -
                    `run_callbacks''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 1067 | 
            -
                    `_run_create_callbacks''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:342:in
         | 
| 1068 | 
            -
                    `_create_record''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/timestamp.rb:95:in
         | 
| 1069 | 
            -
                    `_create_record''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:704:in
         | 
| 1070 | 
            -
                    `create_or_update''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 1071 | 
            -
                    `block in create_or_update''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 1072 | 
            -
                    `run_callbacks''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rails/active_record_rescue.rb:25:in
         | 
| 1073 | 
            -
                    `run_callbacks''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:816:in
         | 
| 1074 | 
            -
                    `_run_save_callbacks''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/callbacks.rb:338:in
         | 
| 1075 | 
            -
                    `create_or_update''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:275:in
         | 
| 1076 | 
            -
                    `save''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/validations.rb:46:in
         | 
| 1077 | 
            -
                    `save''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 1078 | 
            -
                    `block (2 levels) in save''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 1079 | 
            -
                    `block in with_transaction_returning_status''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:252:in
         | 
| 1080 | 
            -
                    `transaction''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 1081 | 
            -
                    `transaction''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 1082 | 
            -
                    `with_transaction_returning_status''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:310:in
         | 
| 1083 | 
            -
                    `block in save''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:325:in
         | 
| 1084 | 
            -
                    `rollback_active_record_state!''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:309:in
         | 
| 1085 | 
            -
                    `save''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/suppressor.rb:44:in
         | 
| 1086 | 
            -
                    `save''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:428:in
         | 
| 1087 | 
            -
                    `block in update''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:386:in
         | 
| 1088 | 
            -
                    `block in with_transaction_returning_status''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 1089 | 
            -
                    `block in transaction''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:230:in
         | 
| 1090 | 
            -
                    `block in within_new_transaction''"},{"id":53,"trace":"/usr/local/rvm/rubies/ruby-2.4.4/lib/ruby/2.4.0/monitor.rb:214:in
         | 
| 1091 | 
            -
                    `mon_synchronize''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/transaction.rb:227:in
         | 
| 1092 | 
            -
                    `within_new_transaction''"},{"id":55,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in
         | 
| 1093 | 
            -
                    `transaction''"},{"id":56,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:212:in
         | 
| 1094 | 
            -
                    `transaction''"},{"id":57,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/transactions.rb:383:in
         | 
| 1095 | 
            -
                    `with_transaction_returning_status''"},{"id":58,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/persistence.rb:426:in
         | 
| 1096 | 
            -
                    `update''"},{"id":59,"trace":"app/controllers/events_controller.rb:30:in `update''"},{"id":60,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 1097 | 
            -
                    `send_action''"},{"id":61,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 1098 | 
            -
                    `process_action''"},{"id":62,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 1099 | 
            -
                    `process_action''"},{"id":63,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 1100 | 
            -
                    `block in process_action''"},{"id":64,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 1101 | 
            -
                    `run_callbacks''"},{"id":65,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 1102 | 
            -
                    `process_action''"},{"id":66,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 1103 | 
            -
                    `process_action''"},{"id":67,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 1104 | 
            -
                    `block in process_action''"},{"id":68,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 1105 | 
            -
                    `block in instrument''"},{"id":69,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 1106 | 
            -
                    `instrument''"},{"id":70,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 1107 | 
            -
                    `instrument''"},{"id":71,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 1108 | 
            -
                    `process_action''"},{"id":72,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 1109 | 
            -
                    `process_action''"},{"id":73,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 1110 | 
            -
                    `process_action''"},{"id":74,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 1111 | 
            -
                    `process''"},{"id":75,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 1112 | 
            -
                    `dispatch''"},{"id":76,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 1113 | 
            -
                    `dispatch''"},{"id":77,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 1114 | 
            -
                    `dispatch''"},{"id":78,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 1115 | 
            -
                    `serve''"},{"id":79,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 1116 | 
            -
                    `block in serve''"},{"id":80,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 1117 | 
            -
                    `each''"},{"id":81,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 1118 | 
            -
                    `serve''"},{"id":82,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 1119 | 
            -
                    `call''"},{"id":83,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 1120 | 
            -
                    `call''"},{"id":84,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 1121 | 
            -
                    `call''"},{"id":85,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 1122 | 
            -
                    `call''"},{"id":86,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 1123 | 
            -
                    `call''"},{"id":87,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 1124 | 
            -
                    `call''"},{"id":88,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 1125 | 
            -
                    `block in call''"},{"id":89,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 1126 | 
            -
                    `run_callbacks''"},{"id":90,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 1127 | 
            -
                    `call''"},{"id":91,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 1128 | 
            -
                    `call''"},{"id":92,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.7.2/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 1129 | 
            -
                    `call''"},{"id":93,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 1130 | 
            -
                    `call''"},{"id":94,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 1131 | 
            -
                    `call''"},{"id":95,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 1132 | 
            -
                    `call''"},{"id":96,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 1133 | 
            -
                    `call_app''"},{"id":97,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 1134 | 
            -
                    `block in call''"},{"id":98,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 1135 | 
            -
                    `block in tagged''"},{"id":99,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 1136 | 
            -
                    `tagged''"},{"id":100,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 1137 | 
            -
                    `tagged''"},{"id":101,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 1138 | 
            -
                    `call''"},{"id":102,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 1139 | 
            -
                    `call''"},{"id":103,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 1140 | 
            -
                    `call''"},{"id":104,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 1141 | 
            -
                    `call''"},{"id":105,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 1142 | 
            -
                    `call''"},{"id":106,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 1143 | 
            -
                    `call''"},{"id":107,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 1144 | 
            -
                    `call''"},{"id":108,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 1145 | 
            -
                    `call''"},{"id":109,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 1146 | 
            -
                    `call''"},{"id":110,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:111:in
         | 
| 1147 | 
            -
                    `process_request''"},{"id":111,"trace":"vendor/bundle/ruby/2.4.0/gems/librato-rack-1.1.0/lib/librato/rack.rb:81:in
         | 
| 1148 | 
            -
                    `call''"},{"id":112,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 1149 | 
            -
                    `call''"},{"id":113,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 1150 | 
            -
                    `call''"},{"id":114,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 1151 | 
            -
                    `process_request''"},{"id":115,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 1152 | 
            -
                    `accept_and_process_next_request''"},{"id":116,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 1153 | 
            -
                    `main_loop''"},{"id":117,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 1154 | 
            -
                    `block (3 levels) in start_threads''"},{"id":118,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 542 | 
            +
                  encoding: ASCII-8BIT
         | 
| 543 | 
            +
                  string: '{"status":500,"error":"Internal Server Error","exception":"#<CanCan::AccessDenied:
         | 
| 544 | 
            +
                    You are not authorized to access this page.>","traces":{"Application Trace":[{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 545 | 
            +
                    `update''"}],"Framework Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 546 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 547 | 
            +
                    `authorize!''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 548 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 549 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 550 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 551 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 552 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 553 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 554 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 555 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 556 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 557 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 558 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 559 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 560 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 561 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 562 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 563 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 564 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 565 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 566 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 567 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 568 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 569 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 570 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 571 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 572 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 573 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 574 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 575 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 576 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 577 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 578 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 579 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 580 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 581 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 582 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 583 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 584 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 585 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 586 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 587 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 588 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 589 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 590 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 591 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 592 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 593 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 594 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 595 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 596 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 597 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 598 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 599 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 600 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 601 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 602 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 603 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 604 | 
            +
                    `block in create_thread_and_abort_on_exception''"}],"Full Trace":[{"id":0,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/ability.rb:176:in
         | 
| 605 | 
            +
                    `authorize!''"},{"id":1,"trace":"vendor/bundle/ruby/2.4.0/gems/cancancan-2.2.0/lib/cancan/controller_additions.rb:336:in
         | 
| 606 | 
            +
                    `authorize!''"},{"id":2,"trace":"app/controllers/events_controller.rb:30:in
         | 
| 607 | 
            +
                    `update''"},{"id":3,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/basic_implicit_render.rb:6:in
         | 
| 608 | 
            +
                    `send_action''"},{"id":4,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:194:in
         | 
| 609 | 
            +
                    `process_action''"},{"id":5,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rendering.rb:30:in
         | 
| 610 | 
            +
                    `process_action''"},{"id":6,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:42:in
         | 
| 611 | 
            +
                    `block in process_action''"},{"id":7,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:132:in
         | 
| 612 | 
            +
                    `run_callbacks''"},{"id":8,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/callbacks.rb:41:in
         | 
| 613 | 
            +
                    `process_action''"},{"id":9,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/rescue.rb:22:in
         | 
| 614 | 
            +
                    `process_action''"},{"id":10,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:34:in
         | 
| 615 | 
            +
                    `block in process_action''"},{"id":11,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 616 | 
            +
                    `block in instrument''"},{"id":12,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications/instrumenter.rb:23:in
         | 
| 617 | 
            +
                    `instrument''"},{"id":13,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/notifications.rb:168:in
         | 
| 618 | 
            +
                    `instrument''"},{"id":14,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/instrumentation.rb:32:in
         | 
| 619 | 
            +
                    `process_action''"},{"id":15,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal/params_wrapper.rb:256:in
         | 
| 620 | 
            +
                    `process_action''"},{"id":16,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/railties/controller_runtime.rb:24:in
         | 
| 621 | 
            +
                    `process_action''"},{"id":17,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/abstract_controller/base.rb:134:in
         | 
| 622 | 
            +
                    `process''"},{"id":18,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:191:in
         | 
| 623 | 
            +
                    `dispatch''"},{"id":19,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_controller/metal.rb:252:in
         | 
| 624 | 
            +
                    `dispatch''"},{"id":20,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:52:in
         | 
| 625 | 
            +
                    `dispatch''"},{"id":21,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:34:in
         | 
| 626 | 
            +
                    `serve''"},{"id":22,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:52:in
         | 
| 627 | 
            +
                    `block in serve''"},{"id":23,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 628 | 
            +
                    `each''"},{"id":24,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/journey/router.rb:35:in
         | 
| 629 | 
            +
                    `serve''"},{"id":25,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/routing/route_set.rb:840:in
         | 
| 630 | 
            +
                    `call''"},{"id":26,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/deflater.rb:34:in
         | 
| 631 | 
            +
                    `call''"},{"id":27,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/etag.rb:25:in
         | 
| 632 | 
            +
                    `call''"},{"id":28,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in
         | 
| 633 | 
            +
                    `call''"},{"id":29,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/head.rb:12:in
         | 
| 634 | 
            +
                    `call''"},{"id":30,"trace":"vendor/bundle/ruby/2.4.0/gems/activerecord-5.2.0/lib/active_record/migration.rb:559:in
         | 
| 635 | 
            +
                    `call''"},{"id":31,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:28:in
         | 
| 636 | 
            +
                    `block in call''"},{"id":32,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/callbacks.rb:98:in
         | 
| 637 | 
            +
                    `run_callbacks''"},{"id":33,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/callbacks.rb:26:in
         | 
| 638 | 
            +
                    `call''"},{"id":34,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 639 | 
            +
                    `call''"},{"id":35,"trace":"vendor/bundle/ruby/2.4.0/gems/bugsnag-6.8.0/lib/bugsnag/integrations/rack.rb:46:in
         | 
| 640 | 
            +
                    `call''"},{"id":36,"trace":"vendor/bundle/ruby/2.4.0/gems/better_errors-2.4.0/lib/better_errors/middleware.rb:59:in
         | 
| 641 | 
            +
                    `call''"},{"id":37,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/debug_exceptions.rb:61:in
         | 
| 642 | 
            +
                    `call''"},{"id":38,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/show_exceptions.rb:33:in
         | 
| 643 | 
            +
                    `call''"},{"id":39,"trace":"vendor/bundle/ruby/2.4.0/gems/lograge-0.10.0/lib/lograge/rails_ext/rack/logger.rb:15:in
         | 
| 644 | 
            +
                    `call_app''"},{"id":40,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 645 | 
            +
                    `block in call''"},{"id":41,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 646 | 
            +
                    `block in tagged''"},{"id":42,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:28:in
         | 
| 647 | 
            +
                    `tagged''"},{"id":43,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/tagged_logging.rb:71:in
         | 
| 648 | 
            +
                    `tagged''"},{"id":44,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/rack/logger.rb:26:in
         | 
| 649 | 
            +
                    `call''"},{"id":45,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/remote_ip.rb:81:in
         | 
| 650 | 
            +
                    `call''"},{"id":46,"trace":"vendor/bundle/ruby/2.4.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19:in
         | 
| 651 | 
            +
                    `call''"},{"id":47,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/request_id.rb:27:in
         | 
| 652 | 
            +
                    `call''"},{"id":48,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/runtime.rb:22:in
         | 
| 653 | 
            +
                    `call''"},{"id":49,"trace":"vendor/bundle/ruby/2.4.0/gems/activesupport-5.2.0/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in
         | 
| 654 | 
            +
                    `call''"},{"id":50,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/executor.rb:14:in
         | 
| 655 | 
            +
                    `call''"},{"id":51,"trace":"vendor/bundle/ruby/2.4.0/gems/actionpack-5.2.0/lib/action_dispatch/middleware/static.rb:127:in
         | 
| 656 | 
            +
                    `call''"},{"id":52,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in
         | 
| 657 | 
            +
                    `call''"},{"id":53,"trace":"vendor/bundle/ruby/2.4.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in
         | 
| 658 | 
            +
                    `call''"},{"id":54,"trace":"vendor/bundle/ruby/2.4.0/gems/railties-5.2.0/lib/rails/engine.rb:524:in
         | 
| 659 | 
            +
                    `call''"},{"id":55,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in
         | 
| 660 | 
            +
                    `process_request''"},{"id":56,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:157:in
         | 
| 661 | 
            +
                    `accept_and_process_next_request''"},{"id":57,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in
         | 
| 662 | 
            +
                    `main_loop''"},{"id":58,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:415:in
         | 
| 663 | 
            +
                    `block (3 levels) in start_threads''"},{"id":59,"trace":"/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in
         | 
| 1155 664 | 
             
                    `block in create_thread_and_abort_on_exception''"}]}}'
         | 
| 1156 665 | 
             
                http_version: 
         | 
| 1157 | 
            -
              recorded_at:  | 
| 666 | 
            +
              recorded_at: Fri, 10 Aug 2018 17:13:53 GMT
         | 
| 1158 667 | 
             
            recorded_with: VCR 3.0.3
         |