WebThingsIO / thing-url-adapter

Proxy adapter for Web Thing API endpoints
Mozilla Public License 2.0
22 stars 18 forks source link

Failed to remove Thing: Add already in progress #20

Closed hobinjk closed 6 years ago

hobinjk commented 6 years ago
  1. Add a discovered thing
  2. Try to remove this thing
  3. Remove fails with "Failed to remove Thing: Add already in progress"

Might be a Gateway issue, not sure exactly what's going on

hobinjk commented 6 years ago

as a bonus

  1. Wait for a long time, remove succeeds
hobinjk commented 6 years ago

Likely a Gateway issue related to pairing needing a lot of time to be canceled for some reason

mrstegeman commented 6 years ago

I see this frequently, as well.

twobraids commented 6 years ago

I'm seeing behavior suggesting that when a thing has finally "gone away", it really hasn't. If I monitor HTTP traffic from the Gateway to the address of the allegedly former thing, I see the Gateway still continues trying to fetch data from the Thing.

mrstegeman commented 6 years ago

I can confirm that this happens with other add-ons as well. Moving to gateway.

mrstegeman commented 6 years ago

https://github.com/mozilla-iot/gateway/issues/885