Jump to content

unexpected keyword argument 'update'


Go to solution Solved by bpwwer,

Recommended Posts

Posted

I can't seem to get the (3.0.59) PG3 version of this node server working, it appears to react to the webhook, but throws an error (and nothing seen on the ISY:

Quote
Quote
2022-05-10 17:58:43,964 PlexListener udi_interface.interface WARNING  interface:db_getNodeDrivers: 9fe3d954146947 not found in database.
2022-05-10 17:58:43,965 PlexListener udi_interface      INFO     PlexClientNode:__init__: Plex Client Node Created Living Room 9fe3d954146947.
2022-05-10 17:58:43,967 PlexListener udi_interface      ERROR    udi_interface:write: ----------------------------------------
2022-05-10 17:58:43,968 PlexListener udi_interface      ERROR    udi_interface:write: Exception happened during processing of request from
2022-05-10 17:58:43,969 PlexListener udi_interface      ERROR    udi_interface:write: ('192.168.1.10', 61315)
2022-05-10 17:58:43,977 PlexListener udi_interface      ERROR    udi_interface:write: Traceback (most recent call last):
2022-05-10 17:58:43,979 PlexListener udi_interface      ERROR    udi_interface:write: File "/usr/local/lib/python3.8/socketserver.py", line 316, in _handle_request_noblock
    self.process_request(request, client_address)
2022-05-10 17:58:43,980 PlexListener udi_interface      ERROR    udi_interface:write: File "/usr/local/lib/python3.8/socketserver.py", line 347, in process_request
    self.finish_request(request, client_address)
2022-05-10 17:58:43,980 PlexListener udi_interface      ERROR    udi_interface:write: File "/usr/local/lib/python3.8/socketserver.py", line 360, in finish_request
    self.RequestHandlerClass(request, client_address, self)
2022-05-10 17:58:43,981 PlexListener udi_interface      ERROR    udi_interface:write: File "/usr/local/lib/python3.8/socketserver.py", line 747, in __init__
    self.handle()
2022-05-10 17:58:43,982 PlexListener udi_interface      ERROR    udi_interface:write: File "/usr/local/lib/python3.8/http/server.py", line 427, in handle
    self.handle_one_request()
2022-05-10 17:58:43,982 PlexListener udi_interface      ERROR    udi_interface:write: File "/usr/local/lib/python3.8/http/server.py", line 415, in handle_one_request
    method()
2022-05-10 17:58:43,983 PlexListener udi_interface      ERROR    udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:40:64_5/nodes/PlexController.py", line 40, in do_POST
    self.parent.post_handler(self.date_time_string(),payload)
2022-05-10 17:58:43,984 PlexListener udi_interface      ERROR    udi_interface:write: File "/var/polyglot/pg3/ns/00:0d:b9:59:40:64_5/nodes/PlexController.py", line 194, in post_handler
    self.poly.addNode(PlexClient(self.poly, self.address, uuid, devName, self.logger, self.rapid_trigger),update=True)
2022-05-10 17:58:43,985 PlexListener udi_interface      ERROR    udi_interface:write: TypeError: addNode() got an unexpected keyword argument 'update'
2022-05-10 17:58:43,986 PlexListener udi_interface      ERROR    udi_interface:write: ----------------------------------------

    

 

 

 

  • Solution
Posted

Refresh the store and restart the node server.  It should install version 2.0.1 and I believe that will fix the problem.

Guest
This topic is now closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Who's Online (See full list)

  • Forum Statistics

    • Total Topics
      37k
    • Total Posts
      371.4k
×
×
  • Create New...