Page MenuHomePhabricator
Paste P9094

(An Untitled Masterwork)
ActivePublic

Authored by jgleeson on Sep 12 2019, 2:35 PM.
Tags
None
Referenced Files
F30308376: raw.txt
Sep 12 2019, 2:35 PM
Subscribers
None
./centralnotice_changes_monitor/bin/centralnotice_changes_monitor
/vagrant/srv/centralnotice_changes_monitor/centralnotice_changes_monitor/config.py:45: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
_config = yaml.load( stream )
VERBOSE Found 1 configurable:configurable processes running, including this one. (logging.py line 109)
Traceback (most recent call last):
File "./centralnotice_changes_monitor/bin/centralnotice_changes_monitor", line 61, in <module>
alert_pattern_settings = cfg[ 'alert_patterns' ]
File "/vagrant/srv/centralnotice_changes_monitor/centralnotice_changes_monitor/controller.py", line 46, in monitor
pages_to_monitor = _update_pages_to_monitor_and_emit_alerts( alert_patterns )
File "/vagrant/srv/centralnotice_changes_monitor/centralnotice_changes_monitor/controller.py", line 101, in _update_pages_to_monitor_and_emit_alerts
campaigns = campaign_manager.campaigns()
File "/vagrant/srv/centralnotice_changes_monitor/centralnotice_changes_monitor/campaign_manager.py", line 6, in campaigns
campaigns_raw = wiki_api.active_and_future_campaigns()
File "/vagrant/srv/centralnotice_changes_monitor/centralnotice_changes_monitor/wiki_api.py", line 57, in active_and_future_campaigns
c[ 'start' ] = Timestamp.fromtimestampformat( c[ 'start'] )
KeyError: 'start'
VERBOSE Dropped throttle(s). (logging.py line 109)
VERBOSE Closing network session. (logging.py line 109)
CRITICAL: Exiting due to uncaught exception <class 'KeyError'>
CRITICAL Exiting due to uncaught exception <class 'KeyError'> (logging.py line 109)
VERBOSE Network session closed. (logging.py line 109)