daverck
daverck
In my case, adding self._ami_client.disconnect() in the run function did the trick: ```python def run(self): self.finished.wait(self.delay) while not self.finished.is_set(): if not self.ping(): self._ami_client.disconnect() self.try_reconnect() self.finished.wait(self.delay) ```
I think it's only accessible from localhost by default.
This is an error returned by lua-resty-openidc (when it cannot find a session state prior to handling an authorization response from the OpenID Provider)