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

Connection errors #31

Closed
sejbr opened this issue Jul 14, 2014 · 1 comment
Closed

Connection errors #31

sejbr opened this issue Jul 14, 2014 · 1 comment
Assignees
Labels

Comments

@sejbr
Copy link

sejbr commented Jul 14, 2014

The chrome addon highlights the textarea in IPBoard admin panel and shows message to switch to editor. Editor creates new tab/window but without textarea content and console spills out this :

windows
WebSocketServer id: 1
Setting on message handler
Setting on close handler
Start
Listening on: 58562
Exception in thread Thread-5:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "GhostText in C:\Users\SEJBR\AppData\Roaming\Sublime Text 3\Installed Packages\GhostText.sublime-package", line 33, in run
  File "WebSocket.WebSocketServer in C:\Users\SEJBR\AppData\Roaming\Sublime Text 3\Installed Packages\GhostText.sublime-package", line 72, in start
OverflowError: Python int too large to convert to C ssize_t

Exception in thread Thread-2:
Traceback (most recent call last):
  File "X/threading.py", line 639, in _bootstrap_inner
  File "GhostText in C:\Users\SEJBR\AppData\Roaming\Sublime Text 3\Installed Packages\GhostText.sublime-package", line 74, in run
  File "Http.HttpServer in C:\Users\SEJBR\AppData\Roaming\Sublime Text 3\Installed Packages\GhostText.sublime-package", line 29, in start
  File "Http.HttpServer in C:\Users\SEJBR\AppData\Roaming\Sublime Text 3\Installed Packages\GhostText.sublime-package", line 91, in _parse_request
ValueError: need more than 1 value to unpack```

Both Chrome addon and sublime plugin are set to 4001 port.

The above error seems to fix everytime I change port to different one.

Also
When you close connection you have to restart sublime to create a new one.
I haven't noticed anything in console when that happens.
@Cacodaimon
Copy link
Owner

I thanks for the issue, I "moved" it to the right repo for the ST plugin: fregante/GhostText#29

Can you provide some extra info (in the new issue) since I have no access to an installed IPBoard…
How many characters long was the origin text in the textarea, maybe it's nothing private and you can give me the text, too.

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

No branches or pull requests

2 participants