Skip to content

Instantly share code, notes, and snippets.

@mfilej
Created May 8, 2018 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfilej/f7976918cefc4ea2549addc14740ba5c to your computer and use it in GitHub Desktop.
Save mfilej/f7976918cefc4ea2549addc14740ba5c to your computer and use it in GitHub Desktop.
(Backtrace restricted to imported tasks)
cap aborted!
TrackerApi::Error: {:status=>403, :headers=>{"Access-Control-Allow-Credentials"=>"false", "Access-Control-Allow-Headers"=>"X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is", "Access-Control-Allow-Methods"=>"GET, POST, PUT, DELETE, OPTIONS", "Access-Control-Allow-Origin"=>"*", "Cache-Control"=>"no-cache", "Content-Type"=>"application/json; charset=utf-8", "Date"=>"Tue, 08 May 2018 09:46:15 GMT", "Server"=>"nginx + Phusion Passenger", "Status"=>"403 Forbidden", "Strict-Transport-Security"=>"max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options"=>"nosniff, nosniff", "X-Frame-Options"=>"SAMEORIGIN", "X-Powered-By"=>"Phusion Passenger Enterprise", "X-Request-Id"=>"af85633a-7fbe-4339-aa73-e1f27f1d4d10", "X-Runtime"=>"0.010645", "X-Tracker-Client-Pinger-Interval"=>"20", "X-Vcap-Request-Id"=>"c5e8215b-8bf5-4b3a-5d33-596f9627995b", "X-Xss-Protection"=>"1; mode=block", "Content-Length"=>"209", "Via"=>"1.1 google", "Alt-Svc"=>"clear"}, :body=>{"code"=>"invalid_authentication", "kind"=>"error", "error"=>"Invalid authentication credentials were presented.", "possible_fix"=>"Verify that your token value matches what's shown on your Profile page in Tracker."}}
Faraday::ClientError: the server responded with status 403
Tasks: TOP => deploy:update_pivotal_tracker
(See full trace by running task with --trace)
The deploy has failed with an error: {:status=>403, :headers=>{"Access-Control-Allow-Credentials"=>"false", "Access-Control-Allow-Headers"=>"X-TrackerToken,DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,X-Tracker-Warn-Unless-Project-Version-Is", "Access-Control-Allow-Methods"=>"GET, POST, PUT, DELETE, OPTIONS", "Access-Control-Allow-Origin"=>"*", "Cache-Control"=>"no-cache", "Content-Type"=>"application/json; charset=utf-8", "Date"=>"Tue, 08 May 2018 09:46:15 GMT", "Server"=>"nginx + Phusion Passenger", "Status"=>"403 Forbidden", "Strict-Transport-Security"=>"max-age=31536000; includeSubDomains; preload", "X-Content-Type-Options"=>"nosniff, nosniff", "X-Frame-Options"=>"SAMEORIGIN", "X-Powered-By"=>"Phusion Passenger Enterprise", "X-Request-Id"=>"af85633a-7fbe-4339-aa73-e1f27f1d4d10", "X-Runtime"=>"0.010645", "X-Tracker-Client-Pinger-Interval"=>"20", "X-Vcap-Request-Id"=>"c5e8215b-8bf5-4b3a-5d33-596f9627995b", "X-Xss-Protection"=>"1; mode=block", "Content-Length"=>"209", "Via"=>"1.1 google", "Alt-Svc"=>"clear"}, :body=>{"code"=>"invalid_authentication", "kind"=>"error", "error"=>"Invalid authentication credentials were presented.", "possible_fix"=>"Verify that your token value matches what's shown on your Profile page in Tracker."}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment