Advertisement
Guest User

DB Core API 500

a guest
Sep 27th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.15 KB | None | 0 0
  1. opening connection to api.dropbox.com:443...
  2. opened
  3. starting SSL for api.dropbox.com:443...
  4. SSL established
  5. <- "GET /1/account/info? HTTP/1.1\r\nAccept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3\r\nAccept: */*\r\nUser-Agent: OfficialDropboxRubySDK/1.6.5\r\nAuthorization: OAuth oauth_version=\"1.0\", oauth_signature_method=\"PLAINTEXT\", oauth_consumer_key=\"be3k5nnddzclkzh,\", oauth_token=\"t4kfzs4tutv8og0k,\", oauth_signature=\"<app secret>,&<app token secret>,\"\r\nConnection: close\r\nHost: api.dropbox.com\r\n\r\n"
  6. -> "HTTP/1.1 500 Internal Server Error\r\n"
  7. -> "Server: nginx\r\n"
  8. -> "Date: Sun, 27 Sep 2015 17:35:47 GMT\r\n"
  9. -> "Content-Type: text/html; charset=utf-8\r\n"
  10. -> "Transfer-Encoding: chunked\r\n"
  11. -> "Connection: close\r\n"
  12. -> "x-content-type-options: nosniff\r\n"
  13. -> "pragma: no-cache\r\n"
  14. -> "cache-control: no-cache\r\n"
  15. -> "x-dropbox-http-protocol: None\r\n"
  16. -> "x-frame-options: SAMEORIGIN\r\n"
  17. -> "X-Dropbox-Request-Id: 39a9522b6adc614ccf44549c47283cd3\r\n"
  18. -> "\r\n"
  19. -> "22\r\n"
  20. reading 34 bytes...
  21. -> "{\"error\": \"Internal Server Error\"}"
  22. read 34 bytes
  23. reading 2 bytes...
  24. -> "\r\n"
  25. read 2 bytes
  26. -> "0\r\n"
  27. -> "\r\n"
  28. Conn close
  29. DropboxError: Dropbox Server Error: #<Net::HTTPInternalServerError:0x0000000300eb70> - {"error": "Internal Server Error"}
  30.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:113:in `parse_response'
  31.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:762:in `account_info'
  32.     from (irb):16
  33.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/console.rb:110:in `start'
  34.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/console.rb:9:in `start'
  35.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:68:in `console'
  36.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:39:in `run_command!'
  37.     from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands.rb:17:in `<top (required)>'
  38.     from bin/rails:8:in `require'
  39.     from bin/rails:8:in `<main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement