You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KeyError: 'soft_code_freeze'
(5 additional frame(s) were not displayed)
...
File "/app/src/src/shipit_api/admin/worker.py", line 27, in rebuild_product_details_async
await rebuild(flask.current_app.db.session, app_channel, git_repo_url, folder_in_repo, breakpoint_version)
File "/app/src/src/shipit_api/admin/product_details.py", line 1213, in rebuild
"firefox_primary_builds.json": await get_primary_builds(
File "/app/src/src/shipit_api/admin/product_details.py", line 568, in get_primary_builds
firefox_versions = await get_firefox_versions(releases, firefox_nightly_version)
File "/app/src/src/shipit_api/admin/product_details.py", line 751, in get_firefox_versions
firefox_release_schedule_data = await fetch_firefox_release_schedule_data(releases, session, firefox_nightly_version)
File "/app/src/src/shipit_api/admin/product_details.py", line 685, in fetch_firefox_release_schedule_data
last_softfreeze_date = iso_to_ymd(previous_nightly_version_schedule["soft_code_freeze"])
error on dispatch
AFAICT this is happening because dev doesn't get its versions regularly updated. Compare the current nightly version response:
Sentry Issue: SHIPIT-API-48
AFAICT this is happening because dev doesn't get its versions regularly updated. Compare the current nightly version response:
...with that of a prior version:
The text was updated successfully, but these errors were encountered: