Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix KeyError when serving static files #1648

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

jcheng5
Copy link
Collaborator

@jcheng5 jcheng5 commented Aug 27, 2024

Not sure what is triggering this but it's happening intermittently for both @cpsievert and myself.

Not sure why Content-Type would ever be missing, much less intermittently.

Edit: This happens when the server returns 304 Not Modified... makes sense.

Not sure what is triggering this but it's happening intermittently
for both @cpsievert and myself.

Not sure why Content-Type would ever be missing, much less
intermittently.
@jcheng5 jcheng5 requested a review from cpsievert August 27, 2024 19:25
@jcheng5 jcheng5 force-pushed the missing-content-type branch from efe00ae to d9c3254 Compare August 27, 2024 19:37
@cpsievert
Copy link
Collaborator

Merging now since this is an important fix and makes the failures on main no worse than they are already

@cpsievert cpsievert merged commit d6d8710 into main Aug 27, 2024
85 of 96 checks passed
@cpsievert cpsievert deleted the missing-content-type branch August 27, 2024 19:55
schloerke added a commit to machow/py-shiny that referenced this pull request Sep 5, 2024
* main:
  CI(deploy): Add more installation configs to surface failure cause (posit-dev#1658)
  `Chat.messages()` no longer trims messages by default (posit-dev#1657)
  tests(controllers): Split _controls.py into separate files (posit-dev#1652)
  Chat tweaks (posit-dev#1607)
  docs: Add modal_show/remove examples (posit-dev#1628)
  Delay sending of chat UI messages until reactive graph is flushed (posit-dev#1593)
  ci(remove future behavior warning): Set the `asyncio_default_fixture_loop_scope` to `fixture` (posit-dev#1655)
  bug: Verify mypy can run on CI (posit-dev#1650)
  Fix CI install failures on Windows (posit-dev#1651)
  Quartodoc 0.7.6 (posit-dev#1636)
  Allow `@chat.transform_assistant_response` function to return `None` (posit-dev#1641)
  feat: Support templates with `_template.json` metadata (posit-dev#1631)
  Fix KeyError when serving static files (posit-dev#1648)
  tests(navsets): Add navsets kitchensink tests (posit-dev#1602)
  Change default claude model to 3.5 sonnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants