SmartThings Edge Developer Beta | Known Issues and Bug Tracking

I have a issue

The Edge driver that I’ve been using for almost about a month, suddenly stopped working, so I tried removing the device and pairing the device again, but I got following Error message while pairing.

In the error message, it says “this is a bug, please report it”, so I’m reporting the error here.

2021-09-22T04:07:42.754700397+00:00 TRACE Tuya Window Shade  Setup driver tuya-window-shade with lifecycle handlers:
DeviceLifecycleDispatcher: tuya-window-shade
  default_handlers:
    added:
    doConfigure:
    infoChanged:
    removed:
    driverSwitched:
    init:
  child_dispatchers:

2021-09-22T04:07:42.760208189+00:00 TRACE Tuya Window Shade  Setup driver tuya-window-shade with Capability handlers:
CapabilityCommandDispatcher: tuya-window-shade
  default_handlers:
    switchLevel:
      setLevel
    windowShade:
      close
      open
      pause
    windowShadePreset:
      presetPosition
    refresh:
      refresh
  child_dispatchers:

2021-09-22T04:07:42.763505481+00:00 TRACE Tuya Window Shade  Setup driver tuya-window-shade with Zigbee handlers:
ZigbeeMessageDispatcher: tuya-window-shade
  default_handlers:
    attr:
    global:
    cluster:
      ZclClusterCommandHandler: cluster: 0xEF00, command: 0x01
      ZclClusterCommandHandler: cluster: 0xEF00, command: 0x02
    zdo:
  child_dispatchers:

2021-09-22T04:07:42.791435022+00:00 TRACE Tuya Window Shade  Received event with handler _resync
2021-09-22T04:07:42.794461231+00:00 TRACE Tuya Window Shade  Received event with handler environment_info
2021-09-22T04:07:42.803572439+00:00 TRACE Tuya Window Shade  Found DeviceLifecycleDispatcher handler in tuya-window-shade
2021-09-22T04:07:42.807124606+00:00 TRACE Tuya Window Shade  <ZigbeeDevice: 2c6bcb97-3f4c-462d-a00e-2b76b41ce05f [0x95F5] (Zemismart Curtain Motor)> received unhandled lifecycle event: init
2021-09-22T04:07:42.810021814+00:00 DEBUG Tuya Window Shade  Zemismart Curtain Motor device thread event handled
2021-09-22T04:07:42.813114647+00:00 TRACE Tuya Window Shade  Received event with handler _resync
2021-09-22T04:07:42.816553022+00:00 TRACE Tuya Window Shade  Received event with handler environment_info
2021-09-22T04:07:42.819643106+00:00 DEBUG Tuya Window Shade  Z-Wave hub node ID environment changed.
2021-09-22T04:07:42.823572939+00:00 TRACE Tuya Window Shade  Received event with handler device_lifecycle
2021-09-22T04:07:42.826935856+00:00 INFO Tuya Window Shade  <ZigbeeDevice: 2c6bcb97-3f4c-462d-a00e-2b76b41ce05f [0x95F5] (Zemismart Curtain Motor)> received lifecycle event: added
2021-09-22T04:07:42.830957856+00:00 TRACE Tuya Window Shade  Found DeviceLifecycleDispatcher handler in tuya-window-shade
2021-09-22T04:07:42.835535356+00:00 INFO Tuya Window Shade  <ZigbeeDevice: 2c6bcb97-3f4c-462d-a00e-2b76b41ce05f [0x95F5] (Zemismart Curtain Motor)> emitting event: {"component_id":"main","capability_id":"windowShade","attribute_id":"supp
ortedWindowShadeCommands","state":{"value":["open","close","pause"]}}
2021-09-22T04:07:42.845614439+00:00 INFO Tuya Window Shade  <ZigbeeDevice: 2c6bcb97-3f4c-462d-a00e-2b76b41ce05f [0x95F5] (Zemismart Curtain Motor)> emitting event: {"component_id":"main","capability_id":"windowShade","attribute_id":"wind
owShade","state":{"value":"unknown"}}
2021-09-22T04:07:42.858292189+00:00 INFO Tuya Window Shade  <ZigbeeDevice: 2c6bcb97-3f4c-462d-a00e-2b76b41ce05f [0x95F5] (Zemismart Curtain Motor)> emitting event: {"component_id":"main","capability_id":"switchLevel","attribute_id":"leve
l","state":{"value":50}}
2021-09-22T04:07:42.871914189+00:00 DEBUG Tuya Window Shade  Zemismart Curtain Motor device thread event handled
2021-09-22T04:07:42.875105981+00:00 TRACE Tuya Window Shade  Received event with handler device_lifecycle
2021-09-22T04:07:42.878447397+00:00 INFO Tuya Window Shade  <ZigbeeDevice: 2c6bcb97-3f4c-462d-a00e-2b76b41ce05f [0x95F5] (Zemismart Curtain Motor)> received lifecycle event: doConfigure
2021-09-22T04:07:42.887186064+00:00 TRACE Tuya Window Shade  Found DeviceLifecycleDispatcher handler in tuya-window-shade
2021-09-22T04:07:42.890487522+00:00 DEBUG Tuya Window Shade  Zemismart Curtain Motor device thread event handled
2021-09-22T04:07:42.893901481+00:00 TRACE Tuya Window Shade  Received event with handler _resync
2021-09-22T04:07:42.896745606+00:00 TRACE Tuya Window Shade  Received event with handler _resync
2021-09-22T04:07:42.907177564+00:00 DEBUG Tuya Window Shade  Zemismart Curtain Motor device thread event handled
2021-09-22T04:07:42.911671481+00:00 FATAL Tuya Window Shade  Lua: runtime error: [string "cosock"]:296: cosock tried to call socket.select with no sockets and no timeout. this is a bug, please report it
stack traceback:
        [C]: in function 'error'
        [string "cosock"]:296: in field 'run'
        [string "st.driver"]:721: in method 'run'
        [string "init.lua"]:260: in main chunk

Thank you.