export SGDAEMON_SGJIRA_NAME="sg_jira_event_trigger" export SGDAEMON_SGJIRA_KEY="qu&8msLormxstrlceuvlutedx" ./shotgunEventDaemon.py foreground INFO:engine:Using Shotgun version 3.1.1 INFO:engine:Loading plugin at /home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/__init__.py CRITICAL:engine:Did not find a registerCallbacks function in plugin at /home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/__init__.py. INFO:engine:Loading plugin at /home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py DEBUG:engine:Starting the event processing loop. DEBUG:engine:Got 31 events: 467117 to 467147. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:engine:Got 1 events: 467148 to 467148. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:engine:Got 61 events: 467149 to 467209. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467150 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'code', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 1406, 'attribute_name': 'code', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'weapon', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467150} INFO:plugin.sg_jira_event_trigger.process_event:Retrieving sync routing for Project 90 DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 1406, 'attribute_name': 'code', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'weapon', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'code', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467150, 'meta': {'attribute_name': 'code', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'text', 'in_create': True, 'new_value': 'weapon', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'code', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'text', 'in_create': True, 'new_value': 'weapon', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'attribute_name': 'code', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'text', 'in_create': True, 'new_value': 'weapon', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'project_sync_value': {'content_type': None, 'id': 618, 'link_type': 'web', 'name': 'SG Jira Bridge webserver', 'type': 'Attachment', 'url': 'http://myAwesomeSite:9090/sg2jira/default'}, 'sg': , 'sg_project': {'id': 90, 'name': 'ShotgunJira', 'sg_jira_sync_url': {'content_type': None, 'id': 618, 'link_type': 'web', 'name': 'SG Jira Bridge webserver', 'type': 'Attachment', 'url': 'http://myAwesomeSite:9090/sg2jira/default'}, 'type': 'Project'}, 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467151 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 1406, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467151} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 1406, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467151, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467152 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'task_template', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 1406, 'attribute_name': 'task_template', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'TaskTemplate', 'id': 36, 'name': 'Film VFX - Asset', 'uuid': 'd760f5cc-155c-11e7-bdb5-0242ac110005'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467152} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 1406, 'attribute_name': 'task_template', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'TaskTemplate', 'id': 36, 'name': 'Film VFX - Asset', 'uuid': 'd760f5cc-155c-11e7-bdb5-0242ac110005'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'task_template', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467152, 'meta': {'attribute_name': 'task_template', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 36, 'name': 'Film VFX - Asset', 'type': 'TaskTemplate', 'uuid': 'd760f5cc-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'task_template', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 36, 'name': 'Film VFX - Asset', 'type': 'TaskTemplate', 'uuid': 'd760f5cc-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'attribute_name': 'task_template', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 36, 'name': 'Film VFX - Asset', 'type': 'TaskTemplate', 'uuid': 'd760f5cc-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467153 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_asset_type', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 1406, 'attribute_name': 'sg_asset_type', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'Prop', 'field_data_type': 'list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467153} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 1406, 'attribute_name': 'sg_asset_type', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'Prop', 'field_data_type': 'list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'sg_asset_type', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467153, 'meta': {'attribute_name': 'sg_asset_type', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'list', 'in_create': True, 'new_value': 'Prop', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_asset_type', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'list', 'in_create': True, 'new_value': 'Prop', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'attribute_name': 'sg_asset_type', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'list', 'in_create': True, 'new_value': 'Prop', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467154 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'description', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 1406, 'attribute_name': 'description', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'Jira test 02', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467154} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 1406, 'attribute_name': 'description', 'in_create': True, 'entity_type': 'Asset', 'old_value': None, 'new_value': 'Jira test 02', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'description', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467154, 'meta': {'attribute_name': 'description', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Jira test 02', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'description', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Jira test 02', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'attribute_name': 'description', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Jira test 02', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467156 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467156} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467156, 'meta': {'attribute_name': 'color', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467157 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Model', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467157} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Model', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467157, 'meta': {'attribute_name': 'content', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Model', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Model', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Model', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467158 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467158} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467158, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467159 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467159} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467159, 'meta': {'attribute_name': 'entity', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467160 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dcfc4d0-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5782, 'name': 'Model'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467159}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467160} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dcfc4d0-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5782, 'name': 'Model'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467159} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467160, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5782, 'name': 'Model', 'status': 'wtg', 'type': 'Task', 'uuid': '6dcfc4d0-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467159, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5782, 'name': 'Model', 'status': 'wtg', 'type': 'Task', 'uuid': '6dcfc4d0-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467159, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5782, 'name': 'Model', 'status': 'wtg', 'type': 'Task', 'uuid': '6dcfc4d0-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467159, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467161 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'template_task', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e17f1e44-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5727, 'name': 'Model'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467161} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e17f1e44-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5727, 'name': 'Model'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'template_task', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467161, 'meta': {'attribute_name': 'template_task', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5727, 'name': 'Model', 'status': 'wtg', 'type': 'Task', 'uuid': 'e17f1e44-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'template_task', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5727, 'name': 'Model', 'status': 'wtg', 'type': 'Task', 'uuid': 'e17f1e44-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'template_task', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5727, 'name': 'Model', 'status': 'wtg', 'type': 'Task', 'uuid': 'e17f1e44-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467162 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'step', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 14, 'name': 'Model', 'uuid': '89ff5da8-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467162} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 14, 'name': 'Model', 'uuid': '89ff5da8-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'step', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467162, 'meta': {'attribute_name': 'step', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 14, 'name': 'Model', 'type': 'Step', 'uuid': '89ff5da8-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'step', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 14, 'name': 'Model', 'type': 'Step', 'uuid': '89ff5da8-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'step', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 14, 'name': 'Model', 'type': 'Step', 'uuid': '89ff5da8-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467163 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sort_order', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5782, 'name': 'Model'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5782, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 30, 'field_data_type': 'number', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467163} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5782, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 30, 'field_data_type': 'number', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5782 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5782 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5782, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sort_order', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5782, 'name': 'Model', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467163, 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 30, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 30, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5782, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5782, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 30, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5782'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467165 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467165} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467165, 'meta': {'attribute_name': 'color', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467166 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Rig', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467166} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Rig', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467166, 'meta': {'attribute_name': 'content', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Rig', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Rig', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Rig', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467167 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467167} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467167, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467168 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467168} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467168, 'meta': {'attribute_name': 'entity', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467169 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd1229e-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5783, 'name': 'Rig'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467168}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467169} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd1229e-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5783, 'name': 'Rig'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467168} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467169, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5783, 'name': 'Rig', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd1229e-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467168, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5783, 'name': 'Rig', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd1229e-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467168, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5783, 'name': 'Rig', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd1229e-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467168, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467170 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'template_task', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e3c8a63e-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5728, 'name': 'Rig'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467170} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e3c8a63e-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5728, 'name': 'Rig'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'template_task', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467170, 'meta': {'attribute_name': 'template_task', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5728, 'name': 'Rig', 'status': 'wtg', 'type': 'Task', 'uuid': 'e3c8a63e-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'template_task', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5728, 'name': 'Rig', 'status': 'wtg', 'type': 'Task', 'uuid': 'e3c8a63e-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'template_task', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5728, 'name': 'Rig', 'status': 'wtg', 'type': 'Task', 'uuid': 'e3c8a63e-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467171 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'step', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 15, 'name': 'Rig', 'uuid': '89ff6d3e-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467171} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 15, 'name': 'Rig', 'uuid': '89ff6d3e-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'step', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467171, 'meta': {'attribute_name': 'step', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 15, 'name': 'Rig', 'type': 'Step', 'uuid': '89ff6d3e-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'step', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 15, 'name': 'Rig', 'type': 'Step', 'uuid': '89ff6d3e-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'step', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 15, 'name': 'Rig', 'type': 'Step', 'uuid': '89ff6d3e-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467172 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sort_order', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5783, 'name': 'Rig'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5783, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 40, 'field_data_type': 'number', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467172} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5783, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 40, 'field_data_type': 'number', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5783 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5783 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5783, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sort_order', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5783, 'name': 'Rig', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467172, 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 40, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 40, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5783, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5783, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 40, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5783'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467174 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467174} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467174, 'meta': {'attribute_name': 'color', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467175 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Design', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467175} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Design', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467175, 'meta': {'attribute_name': 'content', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Design', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Design', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Design', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467176 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467176} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467176, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467177 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467177} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467177, 'meta': {'attribute_name': 'entity', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467178 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd282ce-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5784, 'name': 'Design'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467177}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467178} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd282ce-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5784, 'name': 'Design'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467177} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467178, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5784, 'name': 'Design', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd282ce-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467177, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5784, 'name': 'Design', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd282ce-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467177, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5784, 'name': 'Design', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd282ce-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467177, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467179 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'template_task', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e67dded6-7332-11e9-8955-0242ac110007', 'valid': 'valid', 'type': 'Task', 'id': 5767, 'name': 'Design'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467179} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e67dded6-7332-11e9-8955-0242ac110007', 'valid': 'valid', 'type': 'Task', 'id': 5767, 'name': 'Design'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'template_task', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467179, 'meta': {'attribute_name': 'template_task', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5767, 'name': 'Design', 'status': 'wtg', 'type': 'Task', 'uuid': 'e67dded6-7332-11e9-8955-0242ac110007', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'template_task', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5767, 'name': 'Design', 'status': 'wtg', 'type': 'Task', 'uuid': 'e67dded6-7332-11e9-8955-0242ac110007', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'template_task', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5767, 'name': 'Design', 'status': 'wtg', 'type': 'Task', 'uuid': 'e67dded6-7332-11e9-8955-0242ac110007', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467180 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'step', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 129, 'name': 'Design', 'uuid': 'c400dd58-4bec-11e9-8487-0242ac110006'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467180} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 129, 'name': 'Design', 'uuid': 'c400dd58-4bec-11e9-8487-0242ac110006'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'step', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467180, 'meta': {'attribute_name': 'step', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 129, 'name': 'Design', 'type': 'Step', 'uuid': 'c400dd58-4bec-11e9-8487-0242ac110006', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'step', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 129, 'name': 'Design', 'type': 'Step', 'uuid': 'c400dd58-4bec-11e9-8487-0242ac110006', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'step', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 129, 'name': 'Design', 'type': 'Step', 'uuid': 'c400dd58-4bec-11e9-8487-0242ac110006', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467181 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sort_order', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5784, 'name': 'Design'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5784, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 10, 'field_data_type': 'number', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467181} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5784, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 10, 'field_data_type': 'number', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5784 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5784 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5784, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sort_order', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5784, 'name': 'Design', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467181, 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 10, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 10, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5784, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5784, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 10, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5784'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467183 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467183} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467183, 'meta': {'attribute_name': 'color', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467184 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Art', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467184} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Art', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467184, 'meta': {'attribute_name': 'content', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Art', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Art', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Art', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467185 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467185} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467185, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467186 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467186} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467186, 'meta': {'attribute_name': 'entity', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467187 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd3f4f6-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5785, 'name': 'Art'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467186}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467187} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd3f4f6-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5785, 'name': 'Art'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467186} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467187, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5785, 'name': 'Art', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd3f4f6-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467186, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5785, 'name': 'Art', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd3f4f6-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467186, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5785, 'name': 'Art', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd3f4f6-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467186, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467188 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'template_task', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'dd43c974-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5726, 'name': 'Art'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467188} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'dd43c974-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5726, 'name': 'Art'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'template_task', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467188, 'meta': {'attribute_name': 'template_task', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5726, 'name': 'Art', 'status': 'wtg', 'type': 'Task', 'uuid': 'dd43c974-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'template_task', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5726, 'name': 'Art', 'status': 'wtg', 'type': 'Task', 'uuid': 'dd43c974-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'template_task', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5726, 'name': 'Art', 'status': 'wtg', 'type': 'Task', 'uuid': 'dd43c974-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467189 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'step', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 13, 'name': 'Art', 'uuid': '89ff4e12-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467189} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 13, 'name': 'Art', 'uuid': '89ff4e12-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'step', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467189, 'meta': {'attribute_name': 'step', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 13, 'name': 'Art', 'type': 'Step', 'uuid': '89ff4e12-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'step', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 13, 'name': 'Art', 'type': 'Step', 'uuid': '89ff4e12-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'step', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 13, 'name': 'Art', 'type': 'Step', 'uuid': '89ff4e12-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467190 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sort_order', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5785, 'name': 'Art'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5785, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 20, 'field_data_type': 'number', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467190} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5785, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 20, 'field_data_type': 'number', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5785 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5785 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5785, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sort_order', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5785, 'name': 'Art', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467190, 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 20, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 20, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5785, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5785, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 20, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5785'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467192 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467192} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467192, 'meta': {'attribute_name': 'color', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467193 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Texture', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467193} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Texture', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467193, 'meta': {'attribute_name': 'content', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Texture', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Texture', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Texture', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467194 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467194} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467194, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467195 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467195} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467195, 'meta': {'attribute_name': 'entity', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467196 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd54644-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5786, 'name': 'Texture'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467195}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467196} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd54644-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5786, 'name': 'Texture'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467195} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467196, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5786, 'name': 'Texture', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd54644-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467195, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5786, 'name': 'Texture', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd54644-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467195, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5786, 'name': 'Texture', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd54644-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467195, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467197 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'template_task', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e63209ec-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5729, 'name': 'Texture'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467197} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': 'e63209ec-155c-11e7-bdb5-0242ac110005', 'valid': 'valid', 'type': 'Task', 'id': 5729, 'name': 'Texture'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'template_task', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467197, 'meta': {'attribute_name': 'template_task', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5729, 'name': 'Texture', 'status': 'wtg', 'type': 'Task', 'uuid': 'e63209ec-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'template_task', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5729, 'name': 'Texture', 'status': 'wtg', 'type': 'Task', 'uuid': 'e63209ec-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'template_task', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5729, 'name': 'Texture', 'status': 'wtg', 'type': 'Task', 'uuid': 'e63209ec-155c-11e7-bdb5-0242ac110005', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467198 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'step', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 16, 'name': 'Texture', 'uuid': '89ff7cde-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467198} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 16, 'name': 'Texture', 'uuid': '89ff7cde-0300-11df-9f35-00304898dbee'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'step', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467198, 'meta': {'attribute_name': 'step', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 16, 'name': 'Texture', 'type': 'Step', 'uuid': '89ff7cde-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'step', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 16, 'name': 'Texture', 'type': 'Step', 'uuid': '89ff7cde-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'step', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 16, 'name': 'Texture', 'type': 'Step', 'uuid': '89ff7cde-0300-11df-9f35-00304898dbee', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467199 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sort_order', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5786, 'name': 'Texture'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5786, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 50, 'field_data_type': 'number', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467199} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5786, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 50, 'field_data_type': 'number', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5786 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5786 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5786, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sort_order', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5786, 'name': 'Texture', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467199, 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 50, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 50, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5786, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5786, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 50, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5786'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467201 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467201} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467201, 'meta': {'attribute_name': 'color', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467202 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Groom', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467202} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'Groom', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467202, 'meta': {'attribute_name': 'content', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Groom', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Groom', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'Groom', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467203 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467203} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467203, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467204 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467204} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467204, 'meta': {'attribute_name': 'entity', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467205 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd71a32-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5787, 'name': 'Groom'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467204}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467205} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': '6dd71a32-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5787, 'name': 'Groom'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467204} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467205, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5787, 'name': 'Groom', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd71a32-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467204, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5787, 'name': 'Groom', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd71a32-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467204, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5787, 'name': 'Groom', 'status': 'wtg', 'type': 'Task', 'uuid': '6dd71a32-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467204, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467206 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'template_task', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '9d73bf24-a499-11e9-ba5c-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5768, 'name': 'Groom'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467206} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'template_task', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '9d73bf24-a499-11e9-ba5c-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5768, 'name': 'Groom'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'template_task', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467206, 'meta': {'attribute_name': 'template_task', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5768, 'name': 'Groom', 'status': 'wtg', 'type': 'Task', 'uuid': '9d73bf24-a499-11e9-ba5c-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'template_task', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5768, 'name': 'Groom', 'status': 'wtg', 'type': 'Task', 'uuid': '9d73bf24-a499-11e9-ba5c-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'template_task', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 5768, 'name': 'Groom', 'status': 'wtg', 'type': 'Task', 'uuid': '9d73bf24-a499-11e9-ba5c-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467207 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'step', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 137, 'name': 'Creature Development', 'uuid': 'bde62efe-a499-11e9-ba5c-0242ac110004'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467207} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'step', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'valid': 'valid', 'type': 'Step', 'id': 137, 'name': 'Creature Development', 'uuid': 'bde62efe-a499-11e9-ba5c-0242ac110004'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'step', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467207, 'meta': {'attribute_name': 'step', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 137, 'name': 'Creature Development', 'type': 'Step', 'uuid': 'bde62efe-a499-11e9-ba5c-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'step', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 137, 'name': 'Creature Development', 'type': 'Step', 'uuid': 'bde62efe-a499-11e9-ba5c-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'step', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 137, 'name': 'Creature Development', 'type': 'Step', 'uuid': 'bde62efe-a499-11e9-ba5c-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467208 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'addressings_cc', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'added': [{'status': 'act', 'valid': 'valid', 'type': 'HumanUser', 'name': 'Geoffroy Givry', 'id': 88}], 'attribute_name': 'addressings_cc', 'in_create': True, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467208} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'added': [{'status': 'act', 'valid': 'valid', 'type': 'HumanUser', 'name': 'Geoffroy Givry', 'id': 88}], 'attribute_name': 'addressings_cc', 'in_create': True, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'addressings_cc', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467208, 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'addressings_cc', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'addressings_cc', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'addressings_cc', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467209 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sort_order', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'type': 'Task', 'id': 5787, 'name': 'Groom'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5787, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 60, 'field_data_type': 'number', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467209} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5787, 'attribute_name': 'sg_sort_order', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 60, 'field_data_type': 'number', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5787 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5787 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5787, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sort_order', 'created_at': datetime.datetime(2019, 9, 23, 14, 17, 1, tzinfo=), 'entity': {'id': 5787, 'name': 'Groom', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467209, 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 60, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 60, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5787, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sort_order', 'entity_id': 5787, 'entity_type': 'Task', 'field_data_type': 'number', 'in_create': True, 'new_value': 60, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5787'} DEBUG:engine:Got 1 events: 467210 to 467210. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:engine:Got 1 events: 467211 to 467211. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:engine:Got 1 events: 467212 to 467212. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:engine:Got 12 events: 467213 to 467224. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467214 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'color', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467214} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'color', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'pipeline_step', 'field_data_type': 'color', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'color', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467214, 'meta': {'attribute_name': 'color', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'color', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'color', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'color', 'in_create': True, 'new_value': 'pipeline_step', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467215 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'content', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'comp', 'field_data_type': 'text', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467215} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'content', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'comp', 'field_data_type': 'text', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'content', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467215, 'meta': {'attribute_name': 'content', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'comp', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'content', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'comp', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'content', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'text', 'in_create': True, 'new_value': 'comp', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467216 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_status_list', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467216} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'sg_status_list', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 'wtg', 'field_data_type': 'status_list', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_status_list', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467216, 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_status_list', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'status_list', 'in_create': True, 'new_value': 'wtg', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467217 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'entity', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467217} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'entity', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': {'status': 'wtg', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid', 'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'field_data_type': 'entity', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'entity', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467217, 'meta': {'attribute_name': 'entity', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'entity', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'entity', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'entity', 'in_create': True, 'new_value': {'id': 1406, 'name': 'weapon', 'status': 'wtg', 'type': 'Asset', 'uuid': '6dbb73f4-de04-11e9-8ca6-0242ac110004', 'valid': 'valid'}, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467218 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'tasks', 'event_type': 'Shotgun_Asset_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Asset', 'id': 1406, 'name': 'weapon'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': 'a8d63132-de08-11e9-ab7f-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5788, 'name': 'comp'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467217}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467218} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'actual_attribute_changed': 'Task.entity', 'added': [{'status': 'wtg', 'uuid': 'a8d63132-de08-11e9-ab7f-0242ac110004', 'valid': 'valid', 'type': 'Task', 'id': 5788, 'name': 'comp'}], 'attribute_name': 'tasks', 'in_create': True, 'entity_type': 'Asset', 'entity_id': 1406, 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change', 'original_event_log_entry_id': 467217} to http://myAwesomeSite:9090/sg2jira/default/Asset/1406 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Asset/1406 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 1406, 'entity_type': 'Asset', 'event': {'attribute_name': 'tasks', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 1406, 'name': 'weapon', 'type': 'Asset'}, 'event_type': 'Shotgun_Asset_Change', 'id': 467218, 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5788, 'name': 'comp', 'status': 'wtg', 'type': 'Task', 'uuid': 'a8d63132-de08-11e9-ab7f-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467217, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5788, 'name': 'comp', 'status': 'wtg', 'type': 'Task', 'uuid': 'a8d63132-de08-11e9-ab7f-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467217, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 1406, 'entity_type': 'Asset', 'meta': {'actual_attribute_changed': 'Task.entity', 'added': [{'id': 5788, 'name': 'comp', 'status': 'wtg', 'type': 'Task', 'uuid': 'a8d63132-de08-11e9-ab7f-0242ac110004', 'valid': 'valid'}], 'attribute_name': 'tasks', 'entity_id': 1406, 'entity_type': 'Asset', 'field_data_type': 'multi_entity', 'in_create': True, 'original_event_log_entry_id': 467217, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Asset/1406'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467219 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'sg_sync_in_jira', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'sg_sync_in_jira', 'in_create': True, 'entity_type': 'Task', 'old_value': False, 'new_value': True, 'field_data_type': 'checkbox', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467219} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'sg_sync_in_jira', 'in_create': True, 'entity_type': 'Task', 'old_value': False, 'new_value': True, 'field_data_type': 'checkbox', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'sg_sync_in_jira', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467219, 'meta': {'attribute_name': 'sg_sync_in_jira', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'checkbox', 'in_create': True, 'new_value': True, 'old_value': False, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'sg_sync_in_jira', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'checkbox', 'in_create': True, 'new_value': True, 'old_value': False, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'sg_sync_in_jira', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'checkbox', 'in_create': True, 'new_value': True, 'old_value': False, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467220 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'task_assignees', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'added': [{'status': 'act', 'valid': 'valid', 'type': 'HumanUser', 'name': 'Geoffroy Givry', 'id': 88}], 'attribute_name': 'task_assignees', 'in_create': True, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467220} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'added': [{'status': 'act', 'valid': 'valid', 'type': 'HumanUser', 'name': 'Geoffroy Givry', 'id': 88}], 'attribute_name': 'task_assignees', 'in_create': True, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'task_assignees', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467220, 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'task_assignees', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'task_assignees', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'task_assignees', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467221 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'task_reviewers', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'added': [{'status': 'act', 'valid': 'valid', 'type': 'HumanUser', 'name': 'Geoffroy Givry', 'id': 88}], 'attribute_name': 'task_reviewers', 'in_create': True, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467221} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'added': [{'status': 'act', 'valid': 'valid', 'type': 'HumanUser', 'name': 'Geoffroy Givry', 'id': 88}], 'attribute_name': 'task_reviewers', 'in_create': True, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'removed': [], 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'task_reviewers', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467221, 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'task_reviewers', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'task_reviewers', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'added': [{'id': 88, 'name': 'Geoffroy Givry', 'status': 'act', 'type': 'HumanUser', 'valid': 'valid'}], 'attribute_name': 'task_reviewers', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'multi_entity', 'in_create': True, 'removed': [], 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467222 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'start_date', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'start_date', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': '2019-09-23', 'field_data_type': 'date', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467222} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'start_date', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': '2019-09-23', 'field_data_type': 'date', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'start_date', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467222, 'meta': {'attribute_name': 'start_date', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'date', 'in_create': True, 'new_value': '2019-09-23', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'start_date', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'date', 'in_create': True, 'new_value': '2019-09-23', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'start_date', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'date', 'in_create': True, 'new_value': '2019-09-23', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467223 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'duration', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'duration', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 2400, 'field_data_type': 'duration', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467223} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'duration', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': 2400, 'field_data_type': 'duration', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'duration', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467223, 'meta': {'attribute_name': 'duration', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'duration', 'in_create': True, 'new_value': 2400, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'duration', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'duration', 'in_create': True, 'new_value': 2400, 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'duration', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'duration', 'in_create': True, 'new_value': 2400, 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:plugin.__init__:Skipping: inactive. DEBUG:plugin.sg_jira_event_trigger:Dispatching event 467224 to callback process_event. DEBUG:plugin.sg_jira_event_trigger.process_event:Processing {'attribute_name': 'due_date', 'event_type': 'Shotgun_Task_Change', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'type': 'Task', 'id': 5788, 'name': 'comp'}, 'project': {'type': 'Project', 'id': 90, 'name': 'ShotgunJira'}, 'meta': {'entity_id': 5788, 'attribute_name': 'due_date', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': '2019-09-27', 'field_data_type': 'date', 'type': 'attribute_change'}, 'user': {'type': 'HumanUser', 'id': 88, 'name': 'Geoffroy Givry'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'id': 467224} DEBUG:plugin.sg_jira_event_trigger.process_event:Posting event {'entity_id': 5788, 'attribute_name': 'due_date', 'in_create': True, 'entity_type': 'Task', 'old_value': None, 'new_value': '2019-09-27', 'field_data_type': 'date', 'type': 'attribute_change'} to http://myAwesomeSite:9090/sg2jira/default/Task/5788 CRITICAL:plugin.sg_jira_event_trigger.process_event:An error occured processing an event. Traceback (most recent call last): File "./shotgunEventDaemon.py", line 970, in process self._callback(self._shotgun, self._logger, event, self._args) File "/home/geoff/workspace/shotgunJira/sg-jira-bridge/triggers/sg_jira_event_trigger.py", line 173, in process_event json=payload, File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) File "/home/geoff/workspace/shotgunJira/shotgunJiraVene/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) ConnectionError: HTTPConnectionPool(host='myAwesomeSite', port=9090): Max retries exceeded with url: /sg2jira/default/Task/5788 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Local variables at outer most frame in plugin: {'dispatch_routes': {90: 'http://myAwesomeSite:9090/sg2jira/default'}, 'entity_id': 5788, 'entity_type': 'Task', 'event': {'attribute_name': 'due_date', 'created_at': datetime.datetime(2019, 9, 23, 14, 47, 18, tzinfo=), 'entity': {'id': 5788, 'name': 'comp', 'type': 'Task'}, 'event_type': 'Shotgun_Task_Change', 'id': 467224, 'meta': {'attribute_name': 'due_date', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'date', 'in_create': True, 'new_value': '2019-09-27', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'type': 'EventLogEntry', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'logger': , 'meta': {'attribute_name': 'due_date', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'date', 'in_create': True, 'new_value': '2019-09-27', 'old_value': None, 'type': 'attribute_change'}, 'payload': {'entity_id': 5788, 'entity_type': 'Task', 'meta': {'attribute_name': 'due_date', 'entity_id': 5788, 'entity_type': 'Task', 'field_data_type': 'date', 'in_create': True, 'new_value': '2019-09-27', 'old_value': None, 'type': 'attribute_change'}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'session_uuid': 'c1eccd98-de03-11e9-ab7f-0242ac110004', 'user': {'id': 88, 'name': 'Geoffroy Givry', 'type': 'HumanUser'}}, 'project': {'id': 90, 'name': 'ShotgunJira', 'type': 'Project'}, 'sg': , 'sync_server_url': 'http://myAwesomeSite:9090/sg2jira/default', 'sync_url': 'http://myAwesomeSite:9090/sg2jira/default/Task/5788'} DEBUG:engine:Got 1 events: 467225 to 467225. DEBUG:plugin.__init__:Skipping: inactive.