MPD-UPnP icon indicating copy to clipboard operation
MPD-UPnP copied to clipboard

libsoup error when starting the server

Open tomquist opened this issue 12 years ago • 2 comments

I get the following error when I start the server using python server.py:

(process:15829): libsoup-CRITICAL **: soup_address_new: assertion `name != NULL' failed

(process:15829): libsoup-CRITICAL **: soup_address_resolve_sync: assertion `SOUP_IS_ADDRESS (addr)' failed
/usr/lib/python2.6/dist-packages/gi/types.py:43: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
  return info.invoke(*args, **kwargs)

** (process:15829): CRITICAL **: gssdp_socket_source_get_socket: assertion `socket_source != NULL' failed

(process:15829): GLib-GIO-CRITICAL **: g_socket_send_message: assertion `G_IS_SOCKET (socket)' failed
Segmentation fault

Do you have any hint what I'm doing wrong?

When I comment out the line rd.set_available(True) I don't get the error and it's loading the library and so on but the device can't be discovered (obviously).

tomquist avatar May 20 '12 19:05 tomquist

Hi! Sorry its taken so long to respond, somehow I never got a notification about this issue and found it randomly on my github home wall thingy. Anyway, It looks like somehow we're trying to talk to an invalid server. I'd check through server.py and look for any hardcoded addresses (I think I might've hard-coded eth0 back in the day) and ensure those look right to you.

ZachGoldberg avatar Jun 19 '12 21:06 ZachGoldberg

HI,

I've got the exact same issue on my Cubox running Ubuntu Core

sosandroid avatar Feb 11 '13 09:02 sosandroid