Floobits / floobits-intellij

Real-time collaborative editing plugin for IntelliJ
Apache License 2.0
228 stars 14 forks source link

java.net.SocketTimeoutException: connect timed out on project share #257

Open kozmaz87 opened 7 years ago

kozmaz87 commented 7 years ago

I think this might be due to proxy. We have a whole range of proxies set up and pycharm handles them just fine it downloads and installs plugins as expected and the rest of the plugins can connect to online services.

ggreer commented 7 years ago

Floobits uses its own network protocol, not http/https. If your network administrator is blocking everything but http, there's not much we can do about that.

Could you share the exact error messages you're getting, along with any logs?

le773 commented 6 years ago

a. add config.imageDownloader(new OkHttpImageDownloader(context, new OkHttpClient())); b. don't use sample Constants.IMAGES url , change to other could be successful