2024-05-06 08:48:57,245:ERROR:Error: 'url', Data: {"name": "test"} 2024-05-06 08:49:41,730:ERROR:Error: 'url', Data: {"name": "test"} 2024-05-06 13:10:11,497:ERROR:Error: 'url', Data: {"test": "testing"} 2024-05-08 11:25:33,609:ERROR:Error: the JSON object must be str, bytes or bytearray, not dict, Data: {'id': 170, 'action_type': 'post', 'json_data': '{"url": "https://httpbin.org/post", "json": {"data": "testing data in here"}, "headers": {"accept": "application/json"}}'} 2024-05-08 11:29:45,989:ERROR:Error: the JSON object must be str, bytes or bytearray, not dict, Data: {'id': 171, 'action_type': 'post', 'json_data': '{"url": "https://httpbin.org/post", "json": {"data": "testing data in here"}, "headers": {"accept": "application/json"}}'} 2024-05-08 12:22:49,928:ERROR:Unexpected connection close detected: AMQPHeartbeatTimeout: ('No activity or too many missed heartbeats in the last 60 seconds',) 2024-05-09 10:25:22,705:ERROR:Error: 'url', Data: {'id': 184, 'action_type': 'post', 'json_data': '{"name": "test"}'} 2024-05-09 10:25:22,898:ERROR:Error: 'url', Data: {'id': 185, 'action_type': 'post', 'json_data': '{"name": "test"}'} 2024-09-19 13:48:55,258:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 56, 'action_type': 'get', 'auth': 'cc', 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/get", "json": {"data": "testing data in here"}}'} 2024-09-19 14:01:42,927:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 58, 'action_type': 'get', 'auth': 'cc', 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/get", "json": {"data": "testing data in here"}}'} 2024-09-19 14:03:06,143:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 59, 'action_type': 'get', 'auth': 'cc', 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/get", "json": {"data": "testing data in here"}}'} 2024-09-19 14:16:48,424:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 61, 'action_type': 'get', 'auth': 'cc', 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/get", "json": {"data": "testing data in here"}}'} 2024-09-19 14:19:15,316:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 63, 'action_type': 'get', 'auth': 'cc', 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/get", "json": {"data": "testing data in here"}}'} 2024-09-23 11:00:07,175:ERROR:Unexpected connection close detected: ConnectionClosedByBroker: (320) "CONNECTION_FORCED - broker forced connection closure with reason 'shutdown'" 2024-10-08 06:35:45,330:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 191, 'http_method_id': 1, 'auth': 1, 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/get", "json": {"data": "testing data in here"}, "data": {"more_data": "more testing data"}}'}, Traceback: Traceback (most recent call last): File "/home/timert5/public_html/TimerConsumer/actions/get.py", line 25, in perform_get_task headers['Authorization'] = 'Bearer ' + str(getAuthToken(row['auth'])) File "/home/timert5/public_html/TimerConsumer/db/queries.py", line 46, in getAuthToken connection.close() AttributeError: 'NoneType' object has no attribute 'close' 2024-10-08 06:36:15,579:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 192, 'http_method_id': 2, 'auth': 1, 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/post", "json": {"data": "testing data in here"}, "data": {"more_data": "more testing data"}}'}, Traceback: Traceback (most recent call last): File "/home/timert5/public_html/TimerConsumer/actions/post.py", line 24, in perform_post_task headers['Authorization'] = 'Bearer ' + str(getAuthToken(row['auth'])) File "/home/timert5/public_html/TimerConsumer/db/queries.py", line 46, in getAuthToken connection.close() AttributeError: 'NoneType' object has no attribute 'close' 2024-10-08 06:36:45,833:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 193, 'http_method_id': 3, 'auth': 1, 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/put", "json": {"data": "testing data in here"}, "data": {"more_data": "more testing data"}}'}, Traceback: Traceback (most recent call last): File "/home/timert5/public_html/TimerConsumer/actions/put.py", line 24, in perform_put_task headers['Authorization'] = 'Bearer ' + str(getAuthToken(row['auth'])) File "/home/timert5/public_html/TimerConsumer/db/queries.py", line 46, in getAuthToken connection.close() AttributeError: 'NoneType' object has no attribute 'close' 2024-10-08 06:37:16,090:ERROR:Error: 'NoneType' object has no attribute 'close', Data: {'id': 194, 'http_method_id': 4, 'auth': 1, 'json_data': '{"headers": {"accept": "application/json"}, "url": "https://httpbin.org/delete", "json": {"data": "testing data in here"}, "data": {"more_data": "more testing data"}}'}, Traceback: Traceback (most recent call last): File "/home/timert5/public_html/TimerConsumer/actions/delete.py", line 24, in perform_delete_task headers['Authorization'] = 'Bearer ' + str(getAuthToken(row['auth'])) File "/home/timert5/public_html/TimerConsumer/db/queries.py", line 46, in getAuthToken connection.close() AttributeError: 'NoneType' object has no attribute 'close' 2024-10-08 06:44:14,924:ERROR:Socket EOF; 2024-10-08 06:44:14,925:ERROR:Wrapped func exited with exception. Caller's stack: Traceback (most recent call last): File "/home/timert5/public_html/TimerConsumer/myenv/lib64/python3.6/site-packages/pika/diagnostic_utils.py", line 53, in log_exception_func_wrap return func(*args, **kwargs) File "/home/timert5/public_html/TimerConsumer/myenv/lib64/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 1235, in _consume super(_AsyncSSLTransport, self)._consume() File "/home/timert5/public_html/TimerConsumer/myenv/lib64/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 797, in _consume raise self.RxEndOfFile() pika.adapters.utils.io_services_utils._AsyncTransportBase.RxEndOfFile: [Errno -1] End of input stream (EOF) Traceback (most recent call last): File "/home/timert5/public_html/TimerConsumer/myenv/lib64/python3.6/site-packages/pika/diagnostic_utils.py", line 53, in log_exception_func_wrap return func(*args, **kwargs) File "/home/timert5/public_html/TimerConsumer/myenv/lib64/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 1235, in _consume super(_AsyncSSLTransport, self)._consume() File "/home/timert5/public_html/TimerConsumer/myenv/lib64/python3.6/site-packages/pika/adapters/utils/io_services_utils.py", line 797, in _consume raise self.RxEndOfFile() pika.adapters.utils.io_services_utils._AsyncTransportBase.RxEndOfFile: [Errno -1] End of input stream (EOF) 2024-10-08 06:44:14,926:ERROR:connection_lost: StreamLostError: ("Stream connection lost: RxEndOfFile(-1, 'End of input stream (EOF)')",) 2024-10-08 06:44:14,927:ERROR:Unexpected connection close detected: StreamLostError: ("Stream connection lost: RxEndOfFile(-1, 'End of input stream (EOF)')",)