Bug #5185
Updated by Ward Vandewege about 10 years ago
Problem 1: in projects, all collections are listed as "0 bytes Collection". Visible on 4xphq and su92l.
Problem 2: clicking on the 'Show' button for a collection sometimes leads to a fiddlesticks, for example https://workbench.su92l.arvadosapi.com/collections/su92l-4zz18-kf7cytopq8suzi0. On 4xphq it doesn't seem to blow up yet, so this is probably something specific to that collection.
Log excerpt:
<pre>
Started GET "/collections/su92l-4zz18-kf7cytopq8suzi0" for 207.172.212.131 at 2015-02-11 01:01:51 +0000
Processing by CollectionsController#show as HTML
Parameters: {"id"=>"su92l-4zz18-kf7cytopq8suzi0"}
Rendered collections/_show_source_summary.html.erb (0.1ms)
Rendered collections/_sharing_button.html.erb (0.6ms)
Rendered application/_title_and_buttons.html.erb (1.7ms)
Rendered application/show.html.erb (2.9ms)
Rendered collections/show.html.erb within layouts/application (12.7ms)
#<TypeError: no implicit conversion of Symbol into Integer>
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/app/views/application/_title_and_buttons.html.erb:3:in `[]'
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/app/views/application/_title_and_buttons.html.erb:3:in `block in _app_views_application__title_and_buttons_html_erb__42221069618551823_60261440'
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/vendor/bundle/ruby/2.1.0/gems/actionview-4.1.9/lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/vendor/bundle/ruby/2.1.0/gems/actionview-4.1.9/lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/vendor/bundle/ruby/2.1.0/gems/actionview-4.1.9/lib/action_view/helpers/capture_helper.rb:38:in `capture'
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/vendor/bundle/ruby/2.1.0/gems/actionview-4.1.9/lib/action_view/helpers/capture_helper.rb:152:in `content_for'
/var/www/workbench.su92l.arvadosapi.com/releases/20150211005436/app/views/application/_title_and_buttons.html.erb:2:in `_app_views_application__title_and_buttons_html_erb__42221069618551823_60261440'
</pre>