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

Running under Python 3.5 - Unexpected characters 'js.' #1

Open
tworitdash opened this issue Sep 23, 2016 · 0 comments
Open

Running under Python 3.5 - Unexpected characters 'js.' #1

tworitdash opened this issue Sep 23, 2016 · 0 comments

Comments

@tworitdash
Copy link

tworitdash commented Sep 23, 2016

Getting something like this.

$ localshare share brunch-config.js 
Traceback (most recent call last):
  File "/Users/tworit/.pyenv/versions/3.5.0/bin/localshare", line 9, in <module>
    load_entry_point('localshare==0.2', 'console_scripts', 'localshare')()
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/click/core.py", line 716, in __call__
    return self.main(*args, **kwargs)
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/click/core.py", line 696, in main
    rv = self.invoke(ctx)
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/click/core.py", line 1060, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/click/core.py", line 889, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/click/core.py", line 534, in invoke
    return callback(*args, **kwargs)
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/localshare.py", line 41, in share
    {'filename': filename}
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/zeroconf.py", line 1191, in __init__
    if not type_.endswith(service_type_name(name)):
  File "/Users/tworit/.pyenv/versions/3.5.0/lib/python3.5/site-packages/zeroconf.py", line 246, in service_type_name
    "Unexpected characters '%s.'" % '.'.join(remaining[1:]))
zeroconf.BadTypeInNameException: Unexpected characters 'js.'
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

1 participant