View Single Post
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#5
Originally Posted by titilambert View Post
Maybe I should plan something (button ?) to automount the usb0 interface to simplify the connection...
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')

Last edited by zimon; 2012-06-05 at 20:02.