String Error

bkmar1192
Posts: 274
Joined: Sat Sep 12, 2015 11:23 am

String Error

Post by bkmar1192 »

I keep getting the following when I try to close my garage door. Opens fine just won't close.

Code: Select all

MyQ Error                       Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 458, in changeDeviceAction
TypeError: not all arguments converted during string formatting
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: String Error

Post by FlyingDiver »

What version of the plugin are you running?

Can you enable debug level logging and then repost the log around the error?
joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
bkmar1192
Posts: 274
Joined: Sat Sep 12, 2015 11:23 am

Re: String Error

Post by bkmar1192 »

7.1.7

Code: Select all

   MyQ Debug                       logLevel = 10
   MyQ Debug                       myqLogin successfull
   MyQ Debug                       logLevel = 10
   MyQ Debug                       updateFrequency = 86400.0
   MyQ Debug                       statusFrequency = 600.0
   MyQ Debug                       myqLogin successfull
   MyQ Debug                       getDevices: 2 Devices
   MyQ Debug                       getDevices: MyQDeviceTypeId = 1, MyQDeviceTypeName = Gateway, DeviceId = 1227176
   MyQ Debug                       getDevices: MyQDeviceTypeId = 2, MyQDeviceTypeName = GarageDoorOpener, DeviceId = 1227179
   MyQ Debug                       Checking Opener Device: Lock - Garage Door (1227179) against 1227179
   MyQ Debug                       Skipping triggers, no linked sensor for MyQ device Lock - Garage Door
   WebServer                       request to execute "Security" control #70 from 10.0.1.16
   MyQ Error                       Error in plugin execution ExecuteAction:

Traceback (most recent call last):
  File "plugin.py", line 458, in changeDeviceAction
TypeError: not all arguments converted during string formatting

   MyQ                             Checking for updates...
   MyQ Debug                       Plugin version detected: 7.1.7
   MyQ Debug                       Current version is: 7.1.7
   MyQ Debug                       Getting latest release from FlyingDiver/Indigo-MyQ...
   MyQ Debug                       GET /repos/FlyingDiver/Indigo-MyQ/releases/latest
   MyQ Debug                       HTTP 200 OK
   MyQ Debug                       Latest release is: 7.1.5
   MyQ                             No updates are available
   MyQ Debug                       deviceDeleted: beacon-42:9A:54:A4:AA:06 
   MyQ Error                       Error in plugin execution ServerRemovedElem:

Traceback (most recent call last):
  File "plugin.py", line 240, in deviceDeleted
ValueError: invalid literal for int() with base 10: ''
User avatar
FlyingDiver
Posts: 7823
Joined: Sat Jun 07, 2014 10:36 am
Location: Southwest Florida, USA

Re: String Error

Post by FlyingDiver »

joe (aka FlyingDiver)
my plugins: http://forums.indigodomo.com/viewforum.php?f=177
Locked

Return to “MyQ”