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

Proper .config file not referenced #181

Closed hillonyechekwa closed 4 years ago

hillonyechekwa commented 4 years ago

When i run any action on syncsettings i get an error telling me that the path to the .config file is invalid. The path to the file being referenced is home/User/.config/sublime-text-3/Installed Packages/-CodeTime.sublime-packages/vendor/certifi/cacert.pem

-OS: Linux -Sublime Text 3

Here is the log: image Here is a screenshot of the error image

mfuentesg commented 4 years ago

it sounds like "CodeTime" is changing the certificates path for "requests" package.

Try uninstalling CodeTime package, and then execute again SyncSettings commands. Let me know if it works.

If it is, please raise an issue in "CodeTime" package.

hillonyechekwa commented 4 years ago

it's still not working. This is the modal that pops up after i removed codetime and tried uploading again

image

mfuentesg commented 4 years ago

Can you share with me new logs?

mfuentesg commented 4 years ago

closing for inactivity