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

TypeError: not all arguments converted during string formatting #60

Closed
ysangkok opened this issue Sep 18, 2012 · 1 comment
Closed

TypeError: not all arguments converted during string formatting #60

ysangkok opened this issue Sep 18, 2012 · 1 comment
Labels
bug Something isn't working fixed

Comments

@ysangkok
Copy link

 File "/home/janus/websockify/websockify/websocket.py", line 785, in top_new_client
    self.new_client()
  File "/home/janus/websockify/websockify/websocketproxy.py", line 168, in new_client
    msg = "connecting to command: %s" % (" ".join(self.wrap_cmd), self.target_port)
TypeError: not all arguments converted during string formatting

Error location: https://github.com/kanaka/websockify/blob/master/websockify/websocketproxy.py#L168

Error introduced here: cddc1613#L1R152

@kanaka
Copy link
Member

kanaka commented Sep 21, 2012

Fixed in ff736e9

@kanaka kanaka closed this as completed Sep 21, 2012
kanaka added a commit that referenced this issue Sep 21, 2012
#60

String formatting issue with wrapped cmds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

No branches or pull requests

2 participants