Error caused by exception: No activity or too many missed heartbeats in the last 60 seconds 

Traceback: Traceback (most recent call last):

  File "</root/alert/alert.py>", line 4, in <module>

  File "<frozen alert>", line 527, in <module>

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 1866, in start_consuming

    self._process_data_events(time_limit=None)

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 2027, in _process_data_events

    self.connection.process_data_events(time_limit=time_limit)

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 825, in process_data_events

    self._flush_output(common_terminator)

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 522, in _flush_output

    raise self._closed_result.value.error

pika.exceptions.AMQPHeartbeatTimeout: No activity or too many missed heartbeats in the last 60 seconds

NoneType: None


1). The Issue above Indicates a connection problem from the device to the Rabbit communication server.
Please check your Internet connection stability and ensure that you have sufficient upload bandwidth available. 



Error caused by exception: 'NoneType' object is not subscriptable 

Traceback: Traceback (most recent call last):

  File "</root/alert/alert.py>", line 4, in <module>

  File "<frozen alert>", line 527, in <module>

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 1866, in start_consuming

    self._process_data_events(time_limit=None)

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 2027, in _process_data_events

    self.connection.process_data_events(time_limit=time_limit)

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 834, in process_data_events

    self._dispatch_channel_events()

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 566, in _dispatch_channel_events

    impl_channel._get_cookie()._dispatch_events()

  File "/usr/local/lib/python3.7/dist-packages/pika/adapters/blocking_connection.py", line 1494, in _dispatch_events

    evt.properties, evt.body)

  File "<frozen alert>", line 510, in callback

  File "<frozen alert>", line 284, in process_request

  File "<frozen alert>", line 241, in get_parameters

TypeError: 'NoneType' object is not subscriptable

NoneType: None


2). The Issue above Indicates a problem with the devices channel configuration. 
The Text warning above tells us that the number of channels on the device does not match the number of channels on the SeeingAME Hub. 
To correct this ,please contact support and request that they check the number of channels configured.