KuroLabs / Airshare

Cross-platform content sharing in a local network

Home Page:https://airshare.rtfd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeNotFoundError when attempting to receive

alassek opened this issue · comments

This tool looks really neat! I've been looking for something like this for a while. I'm having some difficulty getting started though. Something seems wrong with the name resolution on my machine but Avahi is installed and working.

asciicast

Traceback (most recent call last):
  File "/home/adam/.local/bin/airshare", line 11, in <module>
    sys.exit(main())
  File "/home/adam/.local/lib/python3.6/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/home/adam/.local/lib/python3.6/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/home/adam/.local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/adam/.local/lib/python3.6/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/home/adam/.local/lib/python3.6/site-packages/airshare/cli.py", line 83, in main
    receive(code=code)
  File "/home/adam/.local/lib/python3.6/site-packages/airshare/receiver.py", line 102, in receive
    raise CodeNotFoundError(code)
airshare.exception.CodeNotFoundError: CodeNotFoundError: The Airshare `Psykosis.local` was not found!

OS: Ubuntu 18.04 x86_64
Kernel: 4.15.0-101-generic

Do you have any thoughts about whats going wrong?

Ah, so sending from iOS is impossible, then?