Giter Club home page Giter Club logo

Comments (9)

p0limorf avatar p0limorf commented on August 22, 2024

Hi!
I have a similar problem, the same as above.
sublimall
Windows 7 Home x64
Sublime Text 3 Build 3059

from sublimall.

toxinu avatar toxinu commented on August 22, 2024

Thank you for your issue guys!
Do you have any logs in your $HOME/.sublimall.log

I think on windows, its in your C:\Users\<User>\.sublimall.log.

from sublimall.

bbrdaric avatar bbrdaric commented on August 22, 2024

Yep, I have this over and over again (with every upload)

2014-02-13 22:52:59 - INFO - Starting upload
2014-02-13 22:52:59 - INFO - Encrypt enabled
2014-02-13 22:52:59 - INFO - [Archiver] Archive output: c:\users\bsamardz\appdata\local\temp\sublime-sync_db5af127-8ef4-46bc-b622-6bec83ab6636.zip
2014-02-13 22:52:59 - INFO - [Archiver] Dirs to exclude: Installed Packages\Sublimall.sublime-package
2014-02-13 22:52:59 - INFO - [Archiver] Adding Packages\User\.\Package Control.last-run
2014-02-13 22:52:59 - INFO - [Archiver] Adding Packages\User\.\Package Control.sublime-settings
2014-02-13 22:52:59 - INFO - [Archiver] Adding Packages\User\.\Preferences.sublime-settings
2014-02-13 22:52:59 - INFO - [Archiver] Adding Packages\User\.\Sublimall.sublime-settings
2014-02-13 22:52:59 - INFO - [Archiver] Adding Packages\User\Package Control.cache\ad7758d143e99a76034aad71ae2a1f3b
2014-02-13 22:52:59 - INFO - [Archiver] Adding Packages\User\Package Control.cache\ad7758d143e99a76034aad71ae2a1f3b.info
2014-02-13 22:52:59 - INFO - [Archiver] Adding Installed Packages\Package Control.sublime-package
2014-02-13 22:52:59 - INFO - [Archiver] Ignoring Installed Packages\Sublimall.sublime-package
2014-02-13 22:52:59 - INFO - [Archiver] Adding Installed Packages\TortoiseSVN.sublime-package
2014-02-13 22:53:24 - ERROR - HTTP [405] b''

from sublimall.

toxinu avatar toxinu commented on August 22, 2024

In fact, your plugin do request on http://sublimall.socketubs.org which is now redirected to http://sublimall.org.

Initial request is:

***.**.12.140 - - [13/Feb/2014:11:25:31 +0100] "POST /api/upload/ HTTP/1.1" 301 178 "-" "python-requests/1.2.3 CPython/3.3.3 Windows/7"
***.**.12.140 - - [13/Feb/2014:11:25:37 +0100] "GET /api/upload/ HTTP/1.1" 405 5 "-" "python-requests/1.2.3 CPython/3.3.3 Windows/7"

Initial request is a POST, server response a 301 so Sublimall plugin do a GET after that.

This Stackoverflow explain what http protocol is suppose to do. https://stackoverflow.com/questions/46582/response-redirect-with-post-instead-of-get/47735#47735

I admit it's strange. But for us, its not really a bug, because I'll update Sublimall plugin api url to http://sublimall.org in next release. Which I think, will arrive very soon.

But the most strange thing is that I don't have this bug for now on my Linux box...
Let's wait new release which will fix that.

Thank you guys!
I'll give you news very soon.

from sublimall.

bbrdaric avatar bbrdaric commented on August 22, 2024

Thank you for your support and effort in making this plugin! I hope changing url will solve this problems. Can't wait to use it ;)

from sublimall.

bbrdaric avatar bbrdaric commented on August 22, 2024

Also, I can confirm that there are issues on Mac OS X 10.9.1, it looks similar to issue on Windows but with different error.

2014-02-13 23:25:03 - INFO - Starting upload
2014-02-13 23:25:03 - INFO - Encrypt enabled
2014-02-13 23:25:03 - INFO - [Archiver] Archive output: /var/folders/qp/9jnqjv317jx4kl5klrb0klxc0000gp/T/sublime-sync_9989b583-e51f-46a4-8747-bb4808bb01e5.zip
2014-02-13 23:25:03 - INFO - [Archiver] Dirs to exclude: Installed Packages/Sublimall.sublime-package
2014-02-13 23:25:03 - INFO - [Archiver] Adding Installed Packages/BracketHighlighter.sublime-package
2014-02-13 23:25:03 - INFO - [Archiver] Adding Installed Packages/Package Control.sublime-package
2014-02-13 23:25:03 - INFO - [Archiver] Ignoring Installed Packages/Sublimall.sublime-package
2014-02-13 23:25:03 - INFO - [Archiver] Adding Packages/User/./Package Control.last-run
2014-02-13 23:25:03 - INFO - [Archiver] Adding Packages/User/./Package Control.sublime-settings
2014-02-13 23:25:03 - INFO - [Archiver] Adding Packages/User/./Package Control.system-ca-bundle
2014-02-13 23:25:04 - INFO - [Archiver] Adding Packages/User/./Preferences.sublime-settings
2014-02-13 23:25:04 - INFO - [Archiver] Adding Packages/User/./Sublimall.sublime-settings
2014-02-13 23:25:04 - INFO - [Archiver] Adding Packages/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b
2014-02-13 23:25:05 - INFO - [Archiver] Adding Packages/User/Package Control.cache/ad7758d143e99a76034aad71ae2a1f3b.info
2014-02-13 23:25:35 - ERROR - Server (http://sublimall.socketubs.org/api/upload/) not available, try later.
==========[EXCEPTION]==========
HTTPConnectionPool(host='sublimall.socketubs.org', port=80): Max retries exceeded with url: /api/upload/ (Caused by <class 'BrokenPipeError'>: [Errno 32] Broken pipe)
===============================

Please let me know when you change API url so I can check and verify that it works :)

from sublimall.

toxinu avatar toxinu commented on August 22, 2024

Hi @borissamardzija and @miheevsn !
I've pushed a new version (0.0.4) on package control, but it take some time (5-10minutes) to be available.
For this new version you'll need an only one dependency, 7zip. Take a look at update docs.

from sublimall.

bbrdaric avatar bbrdaric commented on August 22, 2024

Hi @socketubs and thank you for this! I can confirm this is solved and everything now works fine on Windows.

btw. Package Control updates packages every hour (so it took some time).

from sublimall.

dannysmith avatar dannysmith commented on August 22, 2024

I'm getting a similar error on OSX 10.9.2, Sublimall 0.0.10

.sublimall.log:

2014-04-09 21:43:15 - INFO - Starting upload
2014-04-09 21:43:15 - INFO - Encrypt enabled
2014-04-09 21:43:15 - INFO - Prompt archive passphrase
2014-04-09 21:43:19 - INFO - Excluded dirs: ['Packages/Sublimall', 'Installed Packages/Sublimall.sublime-package']
2014-04-09 21:45:20 - 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)
===============================

It's my first upload. Any ideas?

from sublimall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.