-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropbox connection error / Errno::ECONNRESET (Connection reset by peer) #4
Comments
Thanks for the feedback. We've being working on this issue from last week. Please, be patient, I'll keep you informed as soon as we fix it. Regards! |
Can you try to test if the plugin works now? I think it´s Dropbox plugin bug that is now solved... Regards! |
I reinstalled plugin, but still the same bug Errno::ECONNRESET (Connection reset by peer): |
I checked it on my local machine (not on the server) and it works... almost
Also i getting "Dropbox connection error. Check user / password Dropbox account on plugin page configuration." when i had create new document, but i checked it many times and i completly sure that user/password is correct.. So, i think maybe Errno::ECONNRESET (Connection reset by peer) is a problem with my environment, i will check and write here about results. Maybe it will be useful for someone. BR, |
I have the same @rhulka problem the problem it could be the authorization in dropbox...maybe tnx |
Had the same issue today with Redmine 1.3.2 and Dropbox plugin (0.0.1, build 5b4c1bf). Problem solved by deauthorizing APP from my twitter account, and re-authorizing in plugin settings by clicking "Click here to authorize Redmine by your DropBox account" |
Hi!
Thanks for your work and nice plugin!
I faced with one problem, when i click save file or synchronize with dropbox i getting 500 Internal error, i checked webrick debug output and plugin sources and i guess that reason of the problem is that in file app/models/dropbox_document.rb:180 ```
@auth = Authenticator.new(@conf) unless defined?(AUTH)
Errno::ECONNRESET (Connection reset by peer):
Errno::ECONNRESET (Connection reset by peer):
/usr/lib/ruby/gems/1.8/gems/net-http-persistent-1.8/lib/net/http/faster.rb:15:in
read_nonblock' /usr/lib/ruby/gems/1.8/gems/net-http-persistent-1.8/lib/net/http/faster.rb:15:in
rbuf_fill'/usr/lib/ruby/1.8/net/protocol.rb:116:in
readuntil' /usr/lib/ruby/1.8/net/protocol.rb:126:in
readline'/usr/lib/ruby/1.8/net/http.rb:2020:in
read_status_line' /usr/lib/ruby/1.8/net/http.rb:2009:in
read_new'/usr/lib/ruby/1.8/net/http.rb:1050:in
request' /usr/lib/ruby/1.8/net/http.rb:1037:in
request'/usr/lib/ruby/1.8/net/http.rb:543:in
start' /usr/lib/ruby/1.8/net/http.rb:1035:in
request'oauth (0.4.5) lib/oauth/consumer.rb:164:in
request' oauth (0.4.5) lib/oauth/consumer.rb:197:in
token_request'oauth (0.4.5) lib/oauth/consumer.rb:139:in
get_request_token' vendor/plugins/redmine_drop_box/app/models/dropbox_document.rb:181:in
dropbox_connect'<Authenticator:0xb5f155f8 @access_token=nil, @consumer_key="imhmwa7p9sbkvye", @consumer=#<OAuth::Consumer:0xb5f154b8
@key="imhmwa7p9sbkvye", @secret="u8j8t8kg3hwjz7t",
@options={:access_token_url=>"http://api.dropbox.com/0/oauth/access_token", :http_method=>:post,
:request_token_url=>"http://api.dropbox.com/0/oauth/request_token", :signature_method=>"HMAC-SHA1",
:request_token_path=>"/oauth/request_token", :proxy=>nil, :authorize_path=>"/oauth/authorize", :scheme=>:header,
:oauth_version=>"1.0", :site=>"http://api.dropbox.com", :access_token_path=>"/oauth/access_token",
:authorize_url=>"http://www.dropbox.com/0/oauth/authorize"}>, @request_token=nil,
@oauth_conf={:access_token_url=>"http://api.dropbox.com/0/oauth/access_token", :http_method=>:post,
:request_token_url=>"http://api.dropbox.com/0/oauth/request_token", :scheme=>:header,
:site=>"http://api.dropbox.com", :authorize_url=>"http://www.dropbox.com/0/oauth/authorize"},
@config={"verifier"=>"", "authorization_url"=>"http://www.dropbox.com/0/oauth/authorize",
"content_server"=>"api-content.dropbox.com", "port"=>80, "consumer_key"=>"imhmwa7p9sbkvye",
"consumer_secret"=>"u8j8t8kg3hwjz7t", "request_token_url"=>"http://api.dropbox.com/0/oauth/request_token",
"server"=>"api.dropbox.com", "root"=>"dropbox", "testing_user"=>"[email protected]",
"access_token_url"=>"http://api.dropbox.com/0/oauth/access_token", "testing_password"=>"[HERE WAS MY PASSWORD]"},
@consumer_secret="u8j8t8kg3hwjz7t">
The text was updated successfully, but these errors were encountered: