Server Error (500) when trying to download #81

Closed
opened 2025-05-14 01:33:28 +08:00 by bezibaerchen · 5 comments
bezibaerchen commented 2025-05-14 01:33:28 +08:00 (Migrated from github.com)

Hi, me again :-)

After successfully correcting my mess workflows work fine and finish. However, once I click either the MSI or the EXE Link I am getting a Server Error 500.

Any hints where to look and possibly how to fix?

Hi, me again :-) After successfully correcting my mess workflows work fine and finish. However, once I click either the MSI or the EXE Link I am getting a Server Error 500. Any hints where to look and possibly how to fix?
bryangerlach commented 2025-05-14 01:42:35 +08:00 (Migrated from github.com)

Are you using cloudflare? Some users had issues with cloudflare, they had to turn a setting off.

If you look at your action on github, in the step labelled "send file to rdgen server", does it show that the file was saved correctly on the server or does it show a message like "403 Forbidden"?

Are you using cloudflare? Some users had issues with cloudflare, they had to turn a setting off. If you look at your action on github, in the step labelled "send file to rdgen server", does it show that the file was saved correctly on the server or does it show a message like "403 Forbidden"?
bezibaerchen commented 2025-05-14 01:46:08 +08:00 (Migrated from github.com)

It shows a 403.

`Run curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer " -F "file=@./SignOutput/GIMITSupport.exe" -F "uuid=019fcb25-9505-419c-a536-6f67fa1b8a98" ***/save_custom_client
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1 21.8M 0 0 1 240k 0 296k 0:01:15 --:--:-- 0:01:15 295k
5 21.8M 0 0 5 1264k 0 707k 0:00:31 0:00:01 0:00:30 708k
14 21.8M 0 0 14 3312k 0 1199k 0:00:18 0:00:02 0:00:16 1199k
32 21.8M 0 0 32 7152k 0 1913k 0:00:11 0:00:03 0:00:08 1913k
68 21.8M 0 0 68 14.8M 0 3201k 0:00:06 0:00:04 0:00:02 3202k
HTTP/1.1 100 Continue

HTTP/1.1 403 Forbidden
Date: Tue, 13 May 2025 14:44:49 GMT
Content-Type: text/html
Content-Length: 118
Connection: keep-alive
Vary: Accept-Encoding

<html> <head></head>

403 Forbidden

</html> 100 21.8M 100 118 100 21.8M 20 3923k 0:00:05 0:00:05 --:--:-- 4526k curl: (26) Failed to open/read local data from file/application`

It is not Cloudflare. It's published via NPMPlus.

It shows a 403. `Run curl -i -X POST -H "Content-Type: multipart/form-data" -H "Authorization: Bearer " -F "file=@./SignOutput/GIMITSupport.exe" -F "uuid=019fcb25-9505-419c-a536-6f67fa1b8a98" ***/save_custom_client % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 21.8M 0 0 1 240k 0 296k 0:01:15 --:--:-- 0:01:15 295k 5 21.8M 0 0 5 1264k 0 707k 0:00:31 0:00:01 0:00:30 708k 14 21.8M 0 0 14 3312k 0 1199k 0:00:18 0:00:02 0:00:16 1199k 32 21.8M 0 0 32 7152k 0 1913k 0:00:11 0:00:03 0:00:08 1913k 68 21.8M 0 0 68 14.8M 0 3201k 0:00:06 0:00:04 0:00:02 3202k HTTP/1.1 100 Continue HTTP/1.1 403 Forbidden Date: Tue, 13 May 2025 14:44:49 GMT Content-Type: text/html Content-Length: 118 Connection: keep-alive Vary: Accept-Encoding <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> </body> </html> 100 21.8M 100 118 100 21.8M 20 3923k 0:00:05 0:00:05 --:--:-- 4526k curl: (26) Failed to open/read local data from file/application` It is not Cloudflare. It's published via NPMPlus.
bryangerlach commented 2025-05-14 01:56:40 +08:00 (Migrated from github.com)

I don't know then. The server is blocking the client binaries from being sent from github.

I don't know then. The server is blocking the client binaries from being sent from github.
bezibaerchen commented 2025-05-14 10:12:31 +08:00 (Migrated from github.com)

I don't know then. The server is blocking the client binaries from being sent from github.

Do you recall what the neccesary setting in Cloudflare was?

> I don't know then. The server is blocking the client binaries from being sent from github. Do you recall what the neccesary setting in Cloudflare was?
bezibaerchen commented 2025-05-14 15:01:44 +08:00 (Migrated from github.com)

Got it solved. For the records: Disabling mod_security makes it functional.

Got it solved. For the records: Disabling mod_security makes it functional.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 3344/rdgen#81