Skip to content

publishQueueDisabledException #7

@xelfer

Description

@xelfer

Hi again, I've just tried starting up my code that was working after I fixed my issue in issue 4, but it's now throwing this:

Traceback (most recent call last):
  File "./awstemp.py", line 38, in <module>
    myDeviceShadow.shadowUpdate(tempreading, None, 5)
  File "/usr/local/lib/python2.7/dist-packages/AWSIoTPythonSDK/core/shadow/deviceShadow.py", line 374, in shadowUpdate
    self._shadowManagerHandler.basicShadowPublish(self._shadowName, "update", JSONPayloadWithToken)
  File "/usr/local/lib/python2.7/dist-packages/AWSIoTPythonSDK/core/shadow/shadowManager.py", line 65, in basicShadowPublish
    self._mqttCoreHandler.publish(currentShadowAction.getTopicGeneral(), srcPayload, 0, False)
  File "/usr/local/lib/python2.7/dist-packages/AWSIoTPythonSDK/core/protocol/mqttCore.py", line 350, in publish
    raise publishQueueDisabledException()
core.exception.AWSIoTExceptions.publishQueueDisabledException

Is this something I have done? my certificate is "ACTIVE".. shadow status says it's in sync (although 4 days since an update). I'm not sure what I may have done to break this.

This is in the ap-southeast-2 region.

Thanks,
xelfer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions