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

A problem was encountered while booting on a domestic cpu #436

Closed
Dr-lau opened this issue Nov 20, 2023 · 1 comment
Closed

A problem was encountered while booting on a domestic cpu #436

Dr-lau opened this issue Nov 20, 2023 · 1 comment
Assignees

Comments

@Dr-lau
Copy link

Dr-lau commented Nov 20, 2023

blacksheep.server.routing.RouteDuplicate: Cannot register route pattern /index for GET more than once. This pattern is already registered for handler index.

@RobertoPrevato
Copy link
Member

Hi
This happens if you are trying to register a request handler for HTTP GET /index more than once. If you provide reproduction steps I can tell something more.

RobertoPrevato added a commit that referenced this issue Dec 9, 2023
@RobertoPrevato RobertoPrevato mentioned this issue Dec 9, 2023
RobertoPrevato added a commit that referenced this issue Dec 9, 2023
- Fixes #441 causing the `refresh_token` endpoint for OpenID Connect
  integrations to not work when authentication is required by default.
- Fixes #427, handling WebSocket errors according to ASGI specification.
- Fixes #443, raising a detailed exception when more than one application is
  sharing the same instance of `Router`
- Fixes #438 and #436, restoring support for `uvicorn` used programmatically
  and reloading the application object more than once in the same process.
@RobertoPrevato RobertoPrevato self-assigned this Dec 9, 2023
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

No branches or pull requests

2 participants