Hi
Downloaded latest images yesterday (hass.io)
Following instructions here (SmartThings - Home Assistant) and using nabucasa as my webhook provider
I get to step 5.4 but after closing the other tab/window, I don’t get the finish button
Just the same window
I did this from chrome browser in incognito mode in case extensions were causing the issue, same behaviour. I did a network capture (in browser debug window) and see that all messages from browser to smart things are successful
I see this error in the logs
Exception in functools.partial(<function smartapp_update at 0x6ad7cf58>, <homeassistant.core.HomeAssistant object at 0x748d3e08>) when dispatching 'smartthings_smartap_UPDATE': (<pysmartapp.update.UpdateRequest object at 0x6ad8cfa0>, <pysmartapp.request.EmptyDataResponse object at 0x6acf8e38>, <pysmartapp.smartapp.SmartApp object at 0x6c7db2f8>) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/smartthings/smartapp.py", line 444, in smartapp_update await _continue_flow( File "/usr/src/homeassistant/homeassistant/components/smartthings/smartapp.py", line 387, in _continue_flow flow = next( File "/usr/src/homeassistant/homeassistant/components/smartthings/smartapp.py", line 391, in <genexpr> if flow["handler"] == DOMAIN and flow["context"]["unique_id"] == unique_id KeyError: 'unique_id'
Is there anything I can do to debug this further?