Created
October 10, 2013 14:43
-
-
Save lperichon/6919528 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 11:34:28 contacts.1 | 127.0.0.1 - - [10/Oct/2013 11:34:28] "POST /v0/imports HTTP/1.1" 500 17253 0.5213 | |
| 11:42:34 contacts.1 | Started POST "/v0/imports" for 127.0.0.1 at 2013-10-10 11:42:34 -0300 | |
| 11:42:34 contacts.1 | Processing by V0::ImportsController#create as XML | |
| 11:42:34 contacts.1 | Parameters: {"app_key"=>"844d8c2d20a9cf9e97086df94f01e7bdd3d9afaa716055315706f2e31f40dc097c632af53e74ce3d5a1f23811b4e32e7a1e2b7fa5c128c8b28f1fc6e5a392015", "account_name"=>"martinez", "file"=>#<ActionDispatch::Http::UploadedFile:0x0000000555e628 @original_filename="contacts.csv", @content_type="text/csv", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"contacts.csv\"\r\nContent-Type: text/csv\r\n", @tempfile=#<File:/tmp/RackMultipart20131010-13777-tzx85e>>, "headers"=>["id", "dni", "nombres", "apellidos", "dire", "tel", "cel", "mail", "grado_id", "instructor_id", "coeficiente_id", "genero", "foto", "fecha_nacimiento", "inicio_practicas", "profesion", "notes", "follow", "indice_fidelizacion", "codigo_postal", "school_id", "current_plan_id", "created_at", "updated_at", "estimated_age", "company", "job", "city", "locality", "business_phone", "country_id", "state", "identity", "publish_on_gdp", "last_enrollment", "in_formation", "id_scan", "padma_id", "foto_migrated", "id_scan_migrated", "padma_follow_id"]} | |
| 11:42:34 contacts.1 | WARNING: Can't verify CSRF token authenticity | |
| 11:42:34 contacts.1 | MONGODB padma-contacts['system.namespaces'].find({}) | |
| 11:42:34 contacts.1 | MONGODB padma-contacts['accounts'].find({:name=>"martinez"}).limit(-1).sort([[:_id, :asc]]) | |
| 11:42:34 contacts.1 | Completed 500 Internal Server Error in 70ms | |
| 11:42:34 contacts.1 | NoMethodError (undefined method `file' for nil:NilClass): | |
| 11:42:34 contacts.1 | app/models/import.rb:17:in `process_CSV' | |
| 11:42:34 contacts.1 | app/controllers/v0/imports_controller.rb:11:in `create' | |
| 11:42:34 contacts.1 | Rendered /home/luis/.rvm/gems/ruby-1.9.3-p429@padma/gems/actionpack-3.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) | |
| 11:42:34 contacts.1 | Rendered /home/luis/.rvm/gems/ruby-1.9.3-p429@padma/gems/actionpack-3.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) | |
| 11:42:34 contacts.1 | Rendered /home/luis/.rvm/gems/ruby-1.9.3-p429@padma/gems/actionpack-3.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.8ms) | |
| 11:42:34 contacts.1 | 127.0.0.1 - - [10/Oct/2013 11:42:34] "POST /v0/imports HTTP/1.1" 500 14841 0.1678 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment