View Single Post
titilambert's Avatar
Posts: 98 | Thanked: 147 times | Joined on Mar 2010
#9
Originally Posted by zimon View Post
Hmm...maybe, but if someone already has local net connection with some other means (usb, wlan, bluetooth) then it should be able to use that also. Maybe you just tell in the help button, one can use Mobile hotspot to make a local net connection?


Tried it.
I have USB-network connection to the PC (with Mobile Hotspot application). The local net is working. I can for example ssh both ways.

When I start HeySms, it just tells "Loading Bonjour contacts" and then quits.

I tried to run it in xterminal, and it gives this:
Code:
$ heysms
Unsupported date format character at 1 (%-d.%-m.)
Traceback (most recent call last):
  File "/usr/bin/heysms", line 32, in <module>
    main()
  File "/usr/lib/python2.5/site-packages/heysms/heysms.py", line 184, in main
    ui.central_widget.reload_contacts()
  File "/usr/lib/python2.5/site-packages/heysms/heysms.py", line 85, in reload_contacts
    self.parent.bonjour_users = list_presence_users()
  File "/usr/lib/python2.5/site-packages/heysms/lib/lib.py", line 201, in list_presence_users
    callBack=browse_callback)
  File "/usr/lib/python2.5/site-packages/heysms/lib/pybonjour.py", line 1409, in DNSServiceBrowse
    None)
  File "/usr/lib/python2.5/site-packages/heysms/lib/pybonjour.py", line 286, in _errcheck
    raise cls(result)
lib.pybonjour.BonjourError: (-65537, 'unknown')
Oh ! Maybe I forgot a dependency in packaging ...
Do you have avahi-daemon installed ?
What do you have with :
apt-cache show avahi-daemon