mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Wrong network error #113

Closed BoberMod closed 5 years ago

BoberMod commented 5 years ago

I have specified token in the user settings file. When I try to "Create and Upload", I get an network error. image I tried to specify gist_id, then upload/download, but same error. Also tried with https proxy, but it didn't help.

Log file (sync.log) is empty. OS: Windows 10 x64 Sublime-text version: 3.1.1 (build 3176)

mfuentesg commented 5 years ago

That error only happens when a connection error was catch , are you using the latest version of the plugin ?

BoberMod commented 5 years ago

That error only happens when a connection error was catch , are you using the latest version of the plugin ?

Yes, installed from https://packagecontrol.io/packages/Sync%20Settings and tried to install the latest version from github (releases).

mfuentesg commented 5 years ago

Please, let me know if are experiencing the same issue. i will close it for now.

BoberMod commented 5 years ago

Please, let me know if are experiencing the same issue.

image "log" from sublime console https://hastebin.com/vovoyisogu.py

mfuentesg commented 5 years ago

@BoberMod are you using a proxy?

BoberMod commented 5 years ago

@BoberMod are you using a proxy?

No

    // An HTTP proxy server to use for requests.
    "http_proxy": "",

    // An HTTPS proxy server to use for requests.
    "https_proxy": "",
mfuentesg commented 5 years ago

apparently you have a lot of issues with ssl, check your log file. because, sync settings is not the unique one.