Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does nothing #3

Open
cdeszaq opened this issue Sep 17, 2013 · 4 comments
Open

Does nothing #3

cdeszaq opened this issue Sep 17, 2013 · 4 comments

Comments

@cdeszaq
Copy link

cdeszaq commented Sep 17, 2013

I have the plugin installed, both in Chrome as well as Sublime Text 3, but I get nothing. The button shows the spinning icon, and then goes back to what it was before, with no other indication of anything happening.

I'm on Windows 7x64, with Dev channel for Chrome and most recent non-dev channel Sublime Text 3 installed (fresh, with Package Control)

Where can I look to see what's happening?

This is a great idea, and I want it to work sooo bad :)

@barnaby
Copy link
Contributor

barnaby commented Sep 17, 2013

There are two places where you can look for errors:

  1. The Chrome JS console
  2. The Sublime Console (Available in View > Console)

I'd check the sublime console to see if there are any errors. When it's working you should see output like this:

Staring subhub server on port 48666
127.0.0.1 - - [17/Sep/2013 19:18:38] "POST / HTTP/1.1" 201 -
Cloning [email protected]:mechio/subhub.git

@mihai-vlc
Copy link
Contributor

that only happens if sublime is closed make sure sublime is running when you click on the button.
@barnaby you should add an alert or a modal window in the chrome extension if it's not able to send the data to the server, it can be confusing if you don't know what it's doing in the background

@mihai-vlc
Copy link
Contributor

i also had a problem like this it turns out that the port 48666 was already taken by something else and the server in sublime was not working correctly.
I had to change the port in order to make it work...

@webcaetano
Copy link

Does nothing

127.0.0.1 - - [11/Sep/2015 21:51:06] "POST / HTTP/1.1" 201 -

Cloning [email protected]:mechio/subhub.git

Exception happened during processing of request from ('127.0.0.1', 51349)
Traceback (most recent call last):
File "./subprocess.py", line 1112, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "./socketserver.py", line 306, in _handle_request_noblock
File "./socketserver.py", line 332, in process_request
File "./socketserver.py", line 345, in finish_request
File "./socketserver.py", line 666, in init
File "./http/server.py", line 400, in handle
File "./http/server.py", line 388, in handle_one_request
File "subhub in C:\Users\Andre\AppData\Roaming\Sublime Text 3\Installed Packages\Subhub.sublime-package", line 68, in do_POST
File "subhub in C:\Users\Andre\AppData\Roaming\Sublime Text 3\Installed Packages\Subhub.sublime-package", line 32, in clone
File "./subprocess.py", line 523, in call
File "./subprocess.py", line 824, in init
File "./subprocess.py", line 1118, in _execute_child
FileNotFoundError: [WinError 2] The system cannot find the file specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants