Code: Select all
RFPlayer Error Error in plugin execution ExecuteAction:
Traceback (most recent call last):
File "plugin.py", line 430, in sendCommandAction
KeyError: (233446487,)Code: Select all
RFPlayer Error Error in plugin execution ExecuteAction:
Traceback (most recent call last):
File "plugin.py", line 430, in sendCommandAction
KeyError: (233446487,)That's a different issue. Try deleting the RFPlayer device and recreating it.Colly wrote:Still no joy.. Getting this error each time I try a command:Code: Select all
RFPlayer Error Error in plugin execution ExecuteAction: Traceback (most recent call last): File "plugin.py", line 430, in sendCommandAction KeyError: (233446487,)
Did you delete and recreate the action group? If that doesn't work, I think I'm caching something in the preferences file that's messing things up. Try disabling the plugin, deleting the preference file, then re-enabling. You'll have to recreate the device and action group as well.Colly wrote:Deleted and recreated and still getting the error.
Code: Select all
RFPlayer Starting RFPlayer
RFPlayer Error "RFPlayer" serial port open error: [Errno 16] could not open port /dev/cu.usbserial-A1251VTU: [Errno 16] Resource busy: '/dev/cu.usbserial-A1251VTU'
RFPlayer Error make sure the USB virtual serial port driver (ex: FTDI driver) is installed and correct port is selected
RFPlayer Error exception in deviceStartComm(RFPlayer): _log() got an unexpected keyword argument 'isError'
How do I do that?FlyingDiver wrote: Try disabling the plugin, deleting the preference file
Very early for the treeFlyingDiver wrote:Unfortunately, it's Holiday season and I think we're putting up the tree this weekend.
This was the problem.FlyingDiver wrote:Make sure you have the right port selected and that the Java config app is not running (because it will also open that port).
Turn on debug level logging.Colly wrote:Joe,
Is it possible to get entries in the log for any RFPlayer actions? Just like to see that a command properly issued if/when following up on unsuccessful operations.
You can't right now. My bad on that. Same issue that was previously posted that the Parrot code went missing.koburg wrote:I have a remote I have added in the java app parrot mode
but how do I use it with indigodomo to receive the remote commands to trigger a scene ?
Code: Select all
RFPlayer Error Error in plugin execution runConcurrentThread:
Traceback (most recent call last):
File "plugin.py", line 92, in runConcurrentThread
KeyError: u'0'
RFPlayer Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)