Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- opening connection to api.dropbox.com:443...
- opened
- starting SSL for api.dropbox.com:443...
- SSL established
- <- "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"
- -> "HTTP/1.1 500 Internal Server Error\r\n"
- -> "Server: nginx\r\n"
- -> "Date: Sun, 27 Sep 2015 17:35:47 GMT\r\n"
- -> "Content-Type: text/html; charset=utf-8\r\n"
- -> "Transfer-Encoding: chunked\r\n"
- -> "Connection: close\r\n"
- -> "x-content-type-options: nosniff\r\n"
- -> "pragma: no-cache\r\n"
- -> "cache-control: no-cache\r\n"
- -> "x-dropbox-http-protocol: None\r\n"
- -> "x-frame-options: SAMEORIGIN\r\n"
- -> "X-Dropbox-Request-Id: 39a9522b6adc614ccf44549c47283cd3\r\n"
- -> "\r\n"
- -> "22\r\n"
- reading 34 bytes...
- -> "{\"error\": \"Internal Server Error\"}"
- read 34 bytes
- reading 2 bytes...
- -> "\r\n"
- read 2 bytes
- -> "0\r\n"
- -> "\r\n"
- Conn close
- DropboxError: Dropbox Server Error: #<Net::HTTPInternalServerError:0x0000000300eb70> - {"error": "Internal Server Error"}
- from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:113:in `parse_response'
- from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/dropbox-sdk-1.6.5/lib/dropbox_sdk.rb:762:in `account_info'
- from (irb):16
- from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/console.rb:110:in `start'
- from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/console.rb:9:in `start'
- from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands/commands_tasks.rb:68:in `console'
- 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!'
- from /home/deploy/.bundler/my_app/ruby/2.2.0/gems/railties-4.2.3/lib/rails/commands.rb:17:in `<top (required)>'
- from bin/rails:8:in `require'
- from bin/rails:8:in `<main>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement