Skip to content

Instantly share code, notes, and snippets.

View scytacki's full-sized avatar

Scott Cytacki scytacki

  • Concord Consortium
  • Medford, MA
View GitHub Profile
@scytacki
scytacki / error.log
Last active August 29, 2015 14:19
Portal Interactive Edit Error
A ActionView::Template::Error occurred in interactives#edit:
undefined method `underscore' for nil:NilClass
app/views/shared/_model_types_edit.html.haml:8:in `block (2 levels) in _app_views_shared__model_types_edit_html_haml__2364545076254937270_86592060'
-------------------------------
Request:
-------------------------------
* URL : http://has.staging.concord.org/interactives/848/edit
function uploadImage() {
// Make the URL links.
var API_URL = server + '/api/v1/media_objects';
var form = document.getElementById('file-form');
var fileSelect = document.getElementById('file-select');
// Get the selected files from the input.
var files = fileSelect.files;
A NoMethodError occurred in external_activity_data#create:
undefined method `year' for nil:NilClass
actionpack (3.2.19) lib/action_view/helpers/date_helper.rb:102:in `block in distance_of_time_in_words'
-------------------------------
Request:
-------------------------------
* URL : http://has.portal.concord.org/dataservice/external_activity_data/34326
A ActionView::Template::Error occurred in sessions#create:
undefined method `id' for nil:NilClass
app/views/shared/_project_header.html.haml:19:in `_app_views_shared__project_header_html_haml__4589151684322682879_99488400'
-------------------------------
Request:
-------------------------------
* URL : http://has.portal.concord.org/users/sign_in
A NoMethodError occurred in search#get_current_material_unassigned_clazzes:
undefined method `teacher_clazzes' for nil:NilClass
app/controllers/search_controller.rb:90:in `get_current_material_unassigned_clazzes'
-------------------------------
Request:
-------------------------------
* URL : https://learn.staging.concord.org/search/get_current_material_unassigned_clazzes
A ActionView::Template::Error occurred in external_activities#show:
undefined method `titleize' for nil:NilClass
app/views/browse/_show.html.haml:40:in `_app_views_browse__show_html_haml__20452584375232987_71459580'
-------------------------------
Request:
-------------------------------
* URL : https://learn.staging.concord.org/browse/resources/85
A ActionView::Template::Error occurred in sessions#create:
undefined method `id' for nil:NilClass
app/views/shared/_project_header.html.haml:19:in `_app_views_shared__project_header_html_haml___1677907746756248694_87841320'
-------------------------------
Request:
-------------------------------
* URL : http://interactions.portal.concord.org/users/sign_in
ActionView::Template::Error (Missing partial otml/ot_interface_manager with {:locale=>[:en], :formats=>[:dynamic_otml], :handlers=>[:erb, :builder, :prawn, :coffee, :haml, :rjs]}. Searched in:
* "/web/portal/releases/20141218233303/themes/learn/views"
* "/web/portal/releases/20141218233303/app/views"
* "/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/genigames-connector-2df4a3e685b5/app/views"
* "/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/cc_portal_remote_auth-b556e301b0f0/app/views"
* "/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/calpicker-741498eef4b3/app/views"
* "/web/portal/shared/bundle/ruby/1.9.1/gems/devise-2.1.3/app/views"
):
34: xml.object :refid => "#{runnable.uuid}!/view_bundle"
35: # unless it changes, the second bundle is the interface manager
{undefined method `is_required' for #<Embeddable::Iframe:0x00000009e8bc60>
/web/portal/shared/bundle/ruby/1.9.1/gems/activemodel-3.2.19/lib/active_model/attribute_methods.rb:407:in `method_missing'
/web/portal/shared/bundle/ruby/1.9.1/gems/activerecord-3.2.19/lib/active_record/attribute_methods.rb:149:in `method_missing'
/web/portal/releases/20141125051826/app/models/report/learner.rb:82:in `block in update_answers'
/web/portal/releases/20141125051826/app/models/report/learner.rb:81:in `each'
/web/portal/releases/20141125051826/app/models/report/learner.rb:81:in `update_answers'
/web/portal/releases/20141125051826/app/models/report/learner.rb:145:in `update_fields'
/web/portal/releases/20141125051826/app/models/dataservice/process_external_activity_data_job.rb:44:in `perform'
/web/portal/shared/bundle/ruby/1.9.1/gems/delayed_job-3.0.3/lib/delayed/backend/base.rb:94:in `block in invoke_job'
/web/portal/shared/bundle/ruby/1.9.1/gems/delayed_job-3.0.3/lib/delayed/lifecycle.rb:60:in `call'
NameError (uninitialized constant OpenSSL::SSL::VERIFY_PEER):
faraday (0.8.8) lib/faraday/adapter/net_http.rb:111:in `ssl_verify_mode'
faraday (0.8.8) lib/faraday/adapter/net_http.rb:89:in `configure_ssl'
faraday (0.8.8) lib/faraday/adapter/net_http.rb:31:in `call'
faraday (0.8.8) lib/faraday/request/url_encoded.rb:14:in `call'
faraday (0.8.8) lib/faraday/connection.rb:253:in `run_request'
oauth2 (0.9.2) lib/oauth2/client.rb:90:in `request'
oauth2 (0.9.2) lib/oauth2/client.rb:134:in `get_token'
oauth2 (0.9.2) lib/oauth2/strategy/auth_code.rb:29:in `get_token'
/web/portal/shared/bundle/ruby/1.9.1/bundler/gems/omniauth-oauth2-a88f9c86dff7/lib/omniauth/strategies/oauth2.rb:100:in `build_access_token'