toxinu / Sublimall

Synchronize your SublimeText configuration
Other
541 stars 33 forks source link

Server Down? #52

Closed bobrocke closed 10 years ago

bobrocke commented 10 years ago

I can't upload my configuration. The log shows:

2014-06-08 07:17:48 - INFO - Starting upload
2014-06-08 07:17:48 - INFO - Encrypt enabled
2014-06-08 07:17:48 - INFO - Prompt archive passphrase
2014-06-08 07:17:55 - INFO - Excluded dirs: ['Packages/Sublimall', 'Installed Packages/Sublimall.sublime-package']
2014-06-08 07:17:55 - INFO - 7za_path detected: /usr/local/Cellar/p7zip/9.20.1/bin/7za
2014-06-08 07:17:55 - INFO - Command: ['/usr/local/Cellar/p7zip/9.20.1/bin/7za', 'a', '-tzip', '-mx=9', '-y', '-p*******', '-x!Packages/Sublimall*', '-x!Installed Packages/Sublimall.sublime-package*', '/var/folders/r9/8p1xtdxj3qj6gf835pvd68sc0000gq/T/sublime-sync_0686a1b4-2cd1-4c21-9e56-8f37d9011549.zip', '/Users/bob/Library/Application Support/Sublime Text 3/Packages', '/Users/bob/Library/Application Support/Sublime Text 3/Installed Packages']
2014-06-08 07:18:04 - ERROR - Server (http://sublimall.org/api/upload/) not available, try later.
==========[EXCEPTION]==========
HTTPConnectionPool(host='sublimall.org', port=80): Max retries exceeded with url: /api/upload/ (Caused by <class 'BlockingIOError'>: [Errno 35] Resource temporarily unavailable)
===============================
tinkertrain commented 10 years ago

I get that too:

2014-06-10 20:07:30 - INFO - Starting upload 2014-06-10 20:07:30 - INFO - Encrypt enabled 2014-06-10 20:07:30 - INFO - Prompt archive passphrase 2014-06-10 20:07:33 - INFO - Excluded dirs: ['Packages/Sublimall', 'Installed Packages/Sublimall.sublime-package', 'Packages/SublimeCodeIntel'] 2014-06-10 20:07:33 - INFO - 7zapath detected: /usr/local/Cellar/p7zip/9.20.1/bin/7za 2014-06-10 20:07:33 - INFO - Command: ['/usr/local/Cellar/p7zip/9.20.1/bin/7za', 'a', '-tzip', '-mx=9', '-y', '-p***', '-x!Packages/Sublimall', '-x!Installed Packages/Sublimall.sublime-package', '-x!Packages/SublimeCodeIntel_', '/var/folders/wn/h57xdkns46sby92610g3t0zr0000gn/T/sublime-sync_1e27bb2e-204b-47e8-8b13-161d9d0b903a.zip', '/Users/juanpablo/Library/Application Support/Sublime Text 3/Installed Packages', '/Users/juanpablo/Library/Application Support/Sublime Text 3/Packages'] 2014-06-10 20:07:51 - ERROR - Server (http://sublimall.org/api/upload/) not available, try later. ==========[EXCEPTION]========== HTTPConnectionPool(host='sublimall.org', port=80): Max retries exceeded with url: /api/upload/ (Caused by <class 'BlockingIOError'>: [Errno 35] Resource temporarily unavailable) /===============================

toxinu commented 10 years ago

Hi guys,

Do you use proxies ?

tinkertrain commented 10 years ago

I'm not, at least to my knowledge...

bobrocke commented 10 years ago

I'm not, either.

hannupekka commented 10 years ago

"Error while retrieving archive, server not available, try later"

Could this have something to do with this:

Sublimall is now HTTPS! at June 12, 2014, 12:37 p.m. Since GlobalSign give free SSL certificats for OSS, Sublimall website is now in https. Sublime Text plugin will be update very soon to 0.0.14.

alexblunck commented 10 years ago

@hannupekka I think thats related to this message from the website:

"Sublimall is now HTTPS! at June 12, 2014, 12:37 p.m. Since GlobalSign give free SSL certificats for OSS, Sublimall website is now in https. Sublime Text plugin will be update very soon to 0.0.14."

I too can't upload / retrieve any archives.

toxinu commented 10 years ago

Sorry for this issue guys. You could find a new release of Sublimall via Package Control. This is 0.0.14 version.

Still happening ?

alexblunck commented 10 years ago

@socketubs Still experiencing issues, this is the error report I'm getting when trying to upload archive: https://gist.github.com/ablfx/31fa20afe2b5b215375e

hannupekka commented 10 years ago

@socketubs Still getting same message

hannupekka commented 10 years ago

Here is my error log when uploading: https://gist.github.com/hannupekka/594f375d1a11f8849b2f

toxinu commented 10 years ago

I just create new release (0.0.15). Will be available in two hours on Package Control. Sorry about that :unamused:

toxinu commented 10 years ago

Package control just don't want to retrieve new release. Keep waiting.

toxinu commented 10 years ago

I just found a ridiculous bug. Sublimall now have it's own ssl binaries that are in a lib dir and with .so extensions.

But :

Then I just push new version. Waiting for Package control now...

hannupekka commented 10 years ago

Can't seem to find the new version through Package Control..

toxinu commented 10 years ago

There were a bug with Package Control: https://github.com/wbond/package_control_channel/issues/3341

You'll find new version right now.

hannupekka commented 10 years ago

Thanks! Works now :)

toxinu commented 10 years ago

@bobrocke @tinkertrain Is it okay for you ?

tinkertrain commented 10 years ago

It is! Thank you.