Skip to content

Fix HTTP 500 error in authentication service#13

Merged
MatuxGG merged 1 commit into
mainfrom
claude/fix-http-500-error-011CUhYChBzEfffqhx2DtbVc
Nov 1, 2025
Merged

Fix HTTP 500 error in authentication service#13
MatuxGG merged 1 commit into
mainfrom
claude/fix-http-500-error-011CUhYChBzEfffqhx2DtbVc

Conversation

@MatuxGG

@MatuxGG MatuxGG commented Nov 1, 2025

Copy link
Copy Markdown
Owner

The issue was that Version.ToString() was returning a 4-component version string (e.g., "5.2.1.0") instead of the expected 3-component format (e.g., "5.2.1"). This caused the server to look for a checksum with the wrong version identifier, resulting in a 500 Internal Server Error.

Changed the version formatting to explicitly use Major.Minor.Build components to ensure consistency with server expectations.

Fixes the error: "getChecksum failed for glmod5.2.1, error: Response
status code does not indicate success: 500 (Internal Server Error)."

The issue was that Version.ToString() was returning a 4-component
version string (e.g., "5.2.1.0") instead of the expected 3-component
format (e.g., "5.2.1"). This caused the server to look for a checksum
with the wrong version identifier, resulting in a 500 Internal Server
Error.

Changed the version formatting to explicitly use Major.Minor.Build
components to ensure consistency with server expectations.

Fixes the error: "getChecksum failed for glmod5.2.1, error: Response
status code does not indicate success: 500 (Internal Server Error)."
@MatuxGG MatuxGG merged commit bced013 into main Nov 1, 2025
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