Oh... fiddlesticks.

An error occurred when Workbench sent a request to the Arvados API server. Try reloading this page. If the problem is temporary, your request might go through next time. <% if not api_error %>

<% else %> If that doesn't work, the information below can help system administrators track down the problem.

API request URL
<%= api_error.request_url %>
<% if api_error.api_response.empty? %>
Invalid API response
<%= api_error.api_response_s %>
<% else %>
API response
<%= Oj.dump(api_error.api_response, indent: 2) %>
<% end %>
<% end %>


Would you like to report this problem?
<% if api_error %> <%= link_to report_issue_popup_path(popup_type: 'report', current_location: request.fullpath, action_method: 'post', api_error_request_url: api_error.request_url, api_error_response: api_error.api_response_s), {class: 'btn btn-primary report-issue-modal-window', 'data-toggle' => "modal", 'data-target' => '#report-issue-modal-window', :remote => true, return_to: request.url} do %> Report problem <% end %> <% else %> <%= link_to report_issue_popup_path(popup_type: 'report', current_location: request.fullpath, action_method: 'post'), {class: 'btn btn-primary report-issue-modal-window', 'data-toggle' => "modal", 'data-target' => '#report-issue-modal-window', :remote => true, return_to: request.url} do %> Report problem <% end %> <% end %>