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

Self-hosted logs being spammed with AWS error #1057

Open
ChesterHCopperpot opened this issue May 29, 2024 · 1 comment
Open

Self-hosted logs being spammed with AWS error #1057

ChesterHCopperpot opened this issue May 29, 2024 · 1 comment

Comments

@ChesterHCopperpot
Copy link

See log below. Any thoughts on how to fix this? PS: Congrats on the Proton acquire!

localstack_self_hosted           | 2024-05-29T14:34:43.532 ERROR --- [   asgi_gw_6] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.539 ERROR --- [   asgi_gw_1] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.544 ERROR --- [   asgi_gw_5] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.546 ERROR --- [   asgi_gw_2] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.601 ERROR --- [   asgi_gw_0] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.605 ERROR --- [   asgi_gw_4] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.607 ERROR --- [   asgi_gw_8] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.612 ERROR --- [   asgi_gw_7] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.658 ERROR --- [   asgi_gw_2] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.667 ERROR --- [   asgi_gw_3] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.669 ERROR --- [   asgi_gw_1] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.676 ERROR --- [   asgi_gw_6] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.711 ERROR --- [   asgi_gw_8] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.732 ERROR --- [   asgi_gw_5] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.733 ERROR --- [   asgi_gw_2] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.737 ERROR --- [   asgi_gw_4] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.763 ERROR --- [   asgi_gw_3] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.791 ERROR --- [   asgi_gw_7] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.793 ERROR --- [   asgi_gw_8] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.797 ERROR --- [   asgi_gw_1] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).
localstack_self_hosted           | 2024-05-29T14:34:43.815 ERROR --- [   asgi_gw_4] l.aws.handlers.logging     : exception during call chain: Operation detection failed. Missing Action in request for query-protocol service ServiceModel(sqs).

@mpodshivalin
Copy link

I encountered the same issue. In a docker-compose.yml file from about a year ago, LocalStack version 1.3 was used

localstack:
    image: docker.io/localstack/localstack:1.3

But now the example here https://standardnotes.com/help/self-hosting/docker uses

  localstack:
    image: docker.io/localstack/localstack:3.0

This change fixed it for me

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