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

HTTP 500 error on 'latest' image #116

Open
pietrygamat opened this issue Aug 31, 2024 · 3 comments
Open

HTTP 500 error on 'latest' image #116

pietrygamat opened this issue Aug 31, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@pietrygamat
Copy link

The latest image that is published into ghcr does not seem to work as expected - the application crashes on parsing Authorization header from request sent to /oauth/request_token.

When pulling image version v1.1, the same request is successful. I tried to rebuild the image from a few commits, but it seems the problems stats as soon as 9fab57e (first commit afer v1.1).

@BeryJu
Copy link
Owner

BeryJu commented Sep 1, 2024

Yeah I'm aware of the error, hence here is still pinned to v1.1, I haven't yet had the time to look into this to figure out what exactly is broken

@BeryJu BeryJu added the bug Something isn't working label Sep 1, 2024
@pietrygamat
Copy link
Author

I would suggest updating the example in the README in the meantime.

services:
  oauth1-test-server:
    image: ghcr.io/beryju/oauth1-test-server:v1.1

I find this project really useful, but getting hit by cryptic errors in a language I am not familiar is disheartening. A simple example update solves the problems for others like me.

@BeryJu
Copy link
Owner

BeryJu commented Sep 1, 2024

yeah good point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants