Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthijskooijman/dd80b00c3a3bc6a8fe3d39b2dc4f7c7e to your computer and use it in GitHub Desktop.
Save matthijskooijman/dd80b00c3a3bc6a8fe3d39b2dc4f7c7e to your computer and use it in GitHub Desktop.
matthijs@grubby:~/oscar/suikerbot/OSCAR/engine$ ./start
PowerWorker <PowerWorker(Thread-1, started 139819982911232)>: starting...
dmx_usb.__init__: ERROR: Could not open /dev/dmx
DMX driver: connecting...
DMX driver: ENTTEC USB PRO, starting...
ERROR: 'pydmx' object has no attribute 'ser'
[OSCAR INFO 12:59:43 tid=139819949565696] server started on 127.0.0.1:12121
[OSCAR INFO 13:00:02 tid=139819949565696] accepted 127.0.0.1:60659
[OSCAR INFO 13:00:02 tid=139819957958400] welcome 127.0.0.1:60659
TEXT
Dit is een testbericht
TEXT
TEXT
<prosody rate='110%'><prosody pitch='4%'>Dit</prosody></prosody> <prosody rate='80%'><prosody pitch='-4%'>is</prosody></prosody> <prosody rate='161%'><prosody pitch='-43%'>een</prosody></prosody> <prosody rate='85%'><prosody pitch='79%'>testbericht</prosody></prosody> <prosody rate='10%'><prosody rate='35%'><prosody pitch='69%'>[www]</prosody></prosody></prosody>
TEXT
fg
PowerWorker <PowerWorker(Thread-1, started 140208978007808)>: starting...
dmx_usb.__init__: ERROR: Could not open /dev/dmx
DMX driver: connecting...
DMX driver: ENTTEC USB PRO, starting...
ERROR: 'pydmx' object has no attribute 'ser'
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "oscarServer.py", line 162, in startOscar
s = ThreadedServer(OscarService, hostname='localhost', port=12121, auto_register=False)
File "/home/matthijs/oscar/suikerbot/OSCAR/engine/rpyc/utils/server.py", line 42, in __init__
self.listener.bind((hostname, port))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment