No useable temporary file name found

Discussion in 'EventGhost' started by BassTeQ, Oct 2, 2019.

  1. BassTeQ

    BassTeQ New Member

    Joined:
    Jul 30, 2015
    Messages:
    10
    Likes Received:
    0
    Any ideas why I'm getting these errors? Using eventghost 0.5.0-rc6 on windows 10, AutoRemote plugin script version 1.991009

    [​IMG]
    https://imgur.com/a/J2rGrru

    Thanks
     

    Attached Files:

  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Thanks for the report. When are you getting those errors exactly?
     
  3. BassTeQ

    BassTeQ New Member

    Joined:
    Jul 30, 2015
    Messages:
    10
    Likes Received:
    0
    I have a tasker running an event hourly;

    AutoRemote Wifi
    Configuration: Starting Wifi Service
    AutoRemote Devices
    Configuration Device: EventGhost Send Info: true

    This results in the error below.

    Code (Text):
    8:26:00 PM   ----------------------------------------
    8:26:00 PM   Got communication of type: RequestSendRegistration
    8:26:00 PM   Received Registration from Galaxy Tab
    8:26:00 PM   Device already registered. Updating properties:
    8:26:00 PM       key: u'removed'
    8:26:00 PM       name: u'Galaxy Tab'
    8:26:00 PM       url: ''
    8:26:00 PM       localIp: u'192.168.100.22'
    8:26:00 PM       port: u'1817'
    8:26:00 PM       tryLocalIp: True
    8:26:09 PM   ----------------------------------------
    8:26:09 PM   Exception happened during processing of request from ('::ffff:192.168.100.22', 47054, 0, 0)
    8:26:09 PM   Traceback (most recent call last):
    8:26:09 PM     File "SocketServer.pyc", line 596, in process_request_thread
    8:26:09 PM     File "SocketServer.pyc", line 331, in finish_request
    8:26:09 PM     File "SocketServer.pyc", line 652, in __init__
    8:26:09 PM     File "BaseHTTPServer.pyc", line 340, in handle
    8:26:09 PM     File "BaseHTTPServer.pyc", line 328, in handle_one_request
    8:26:09 PM     File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 447, in do_POST
    8:26:09 PM       response = communication.executeRequest(self)
    8:26:09 PM     File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 1127, in executeRequest
    8:26:09 PM       SaveConfig(plugin)
    8:26:09 PM     File "C:\Program Files (x86)\EventGhost\plugins\AutoRemote\__init__.py", line 217, in SaveConfig
    8:26:09 PM       eg.document.Save()
    8:26:09 PM     File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 437, in Save
    8:26:09 PM       self.WriteFile(self.filePath)
    8:26:09 PM     File "C:\Program Files (x86)\EventGhost\eg\Classes\Document.py", line 523, in WriteFile
    8:26:09 PM       tmpFile, tmpPath = mkstemp(".xml", "$", os.path.dirname(filePath))
    8:26:09 PM     File "tempfile.pyc", line 314, in mkstemp
    8:26:09 PM     File "tempfile.pyc", line 257, in _mkstemp_inner
    8:26:09 PM   IOError: [Errno 17] No usable temporary file name found
     
  4. BassTeQ

    BassTeQ New Member

    Joined:
    Jul 30, 2015
    Messages:
    10
    Likes Received:
    0
    I'm still facing this issue, any idea how to resolve it?
    Thanks
     
  5. BassTeQ

    BassTeQ New Member

    Joined:
    Jul 30, 2015
    Messages:
    10
    Likes Received:
    0
: autoremote

Share This Page