Created
May 16, 2013 01:52
-
-
Save chadjemmett/5588849 to your computer and use it in GitHub Desktop.
errors from fontvert
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
Started POST "/target" for 90.229.215.223 at 2013-05-15 19:48:26 -0600 | |
Processing by CheckInputsController#target as */* | |
Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007f9ca98975e0 @original_filename="Skia-Regular.ttf", @content_type="application/octet-stream", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"Skia-Regular.ttf\"\r\nContent-Type: application/octet-stream\r\n", @tempfile=#<File:/var/folders/g0/m3jlqvpd4cbc3khznvn5c_7m0000gn/T/RackMultipart20130515-5063-1uybosa>>, "originalFileName"=>"Skia.ttf"} | |
WARNING: Can't verify CSRF token authenticity | |
Completed 500 Internal Server Error in 1ms | |
TypeError (can't convert ActionDispatch::Http::UploadedFile into String): | |
app/controllers/check_inputs_controller.rb:18:in `initialize' | |
app/controllers/check_inputs_controller.rb:18:in `new' | |
app/controllers/check_inputs_controller.rb:18:in `target' | |
Rendered /Users/jem/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) | |
Rendered /Users/jem/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) | |
Rendered /Users/jem/.rvm/gems/ruby-1.9.3-p392/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.9ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment