Cannot Upload .ytd Files via File Upload #328

Closed
opened 2026-02-05 17:25:59 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @BlockyBlockling on GitHub (May 3, 2025).

Current Behavior

When I'm trying to upload .ytd files, it fill show two files in the frontend, one with a filesize of 0 bytes and one with the true file size. The one with 0 bytes is uploading successfully. The one with the actual bytes is failing. When uploading, the empty file is being uploaded actually empty.

Expected Behavior

.ytd files actually uploading as supposed to

Steps to Reproduce

Try to upload any real .ytd file

Panel Version

1.0.0-beta19

Wings Version

1.0.0-beta11

Games and/or Eggs Affected

FiveM

Docker Image

ghcr.io/parkervcp/yolks:debian

Error Logs


Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @BlockyBlockling on GitHub (May 3, 2025). ### Current Behavior When I'm trying to upload .ytd files, it fill show two files in the frontend, one with a filesize of 0 bytes and one with the true file size. The one with 0 bytes is uploading successfully. The one with the actual bytes is failing. When uploading, the empty file is being uploaded actually empty. ### Expected Behavior .ytd files actually uploading as supposed to ### Steps to Reproduce Try to upload any real .ytd file ### Panel Version 1.0.0-beta19 ### Wings Version 1.0.0-beta11 ### Games and/or Eggs Affected FiveM ### Docker Image ghcr.io/parkervcp/yolks:debian ### Error Logs ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@notAreYouScared commented on GitHub (May 3, 2025):

Can you provide wing logs just to rule out a possible wings issue

@notAreYouScared commented on GitHub (May 3, 2025): Can you provide wing logs just to rule out a possible wings issue
Author
Owner

@BlockyBlockling commented on GitHub (May 6, 2025):

Okay So actually it seems to be a Filesize issue.
There is only Panel logs and it also happens when trying to upload other Files.
Panel Logs:

request={"remote_ip":"REDACTED","remote_port":"51986","client_ip":"REDACTED","proto":"HTTP/1.1","method":"POST","host":"REDACTED","uri":"/livewire/upload-file?expires=1746525839&signature=007d8a75c67934ca1d319f8a22b96693e4dfa8ae71871285aaec287c8b1acff3","headers":{"Accept-Encoding":["gzip, deflate, br, zstd"],"Dnt":["1"],"Origin":["REDACTED"],"Referer":["REDACTED/server/3/files"],"Sec-Fetch-Dest":["empty"],"X-Forwarded-For":["188.164.234.60"],"User-Agent":["REDACTED"],"Accept-Language":["REDACTED"],"Content-Type":["multipart/form-data; boundary=----geckoformboundary97559b944a21331ad0b73b07f847380"],"Prefer":["safe"],"Sec-Gpc":["1"],"Te":["trailers"],"X-Forwarded-Port":["443"],"X-Forwarded-Proto":["https"],"Content-Length":["299715810"],"Accept":["application/json"],"X-Forwarded-Server":["7951a4dec07d"],"Sec-Fetch-Mode":["cors"],"Sec-Fetch-Site":["same-origin"],"X-Csrf-Token":["REDACTED"],"X-Forwarded-Host":["REDACTED"],"X-Real-Ip":["REDACTED"],"Cookie":["REDACTED"]}} duration=59.998713234 status=502 err_id=9aeri6i23 err_trace=reverseproxy.statusError (reverseproxy.go:1269)

If I see it correctly its something with bad gateway on reverse Proxy?

@BlockyBlockling commented on GitHub (May 6, 2025): Okay So actually it seems to be a Filesize issue. There is only Panel logs and it also happens when trying to upload other Files. Panel Logs: ``` request={"remote_ip":"REDACTED","remote_port":"51986","client_ip":"REDACTED","proto":"HTTP/1.1","method":"POST","host":"REDACTED","uri":"/livewire/upload-file?expires=1746525839&signature=007d8a75c67934ca1d319f8a22b96693e4dfa8ae71871285aaec287c8b1acff3","headers":{"Accept-Encoding":["gzip, deflate, br, zstd"],"Dnt":["1"],"Origin":["REDACTED"],"Referer":["REDACTED/server/3/files"],"Sec-Fetch-Dest":["empty"],"X-Forwarded-For":["188.164.234.60"],"User-Agent":["REDACTED"],"Accept-Language":["REDACTED"],"Content-Type":["multipart/form-data; boundary=----geckoformboundary97559b944a21331ad0b73b07f847380"],"Prefer":["safe"],"Sec-Gpc":["1"],"Te":["trailers"],"X-Forwarded-Port":["443"],"X-Forwarded-Proto":["https"],"Content-Length":["299715810"],"Accept":["application/json"],"X-Forwarded-Server":["7951a4dec07d"],"Sec-Fetch-Mode":["cors"],"Sec-Fetch-Site":["same-origin"],"X-Csrf-Token":["REDACTED"],"X-Forwarded-Host":["REDACTED"],"X-Real-Ip":["REDACTED"],"Cookie":["REDACTED"]}} duration=59.998713234 status=502 err_id=9aeri6i23 err_trace=reverseproxy.statusError (reverseproxy.go:1269) ``` If I see it correctly its something with bad gateway on reverse Proxy?
Author
Owner

@notAreYouScared commented on GitHub (May 6, 2025):

Seems like more of network issue. As for if its reverse proxy relates im not sure.

@notAreYouScared commented on GitHub (May 6, 2025): Seems like more of network issue. As for if its reverse proxy relates im not sure.
Author
Owner

@lancepioch commented on GitHub (May 7, 2025):

Make sure to increase your max post size on the proxy and your web server

@lancepioch commented on GitHub (May 7, 2025): Make sure to increase your max post size on the proxy and your web server
Author
Owner

@rmartinoscar commented on GitHub (May 8, 2025):

Just tried on Beta19 & Canary, I can upload fivem .ytd without issue.

@rmartinoscar commented on GitHub (May 8, 2025): Just tried on Beta19 & Canary, I can upload fivem `.ytd` without issue.
Author
Owner

@Boy132 commented on GitHub (May 13, 2025):

Can't reproduce that.
Like mentioned above this is most likely caused by the upload limit of the webserver and/ or a reverse proxy.

@Boy132 commented on GitHub (May 13, 2025): Can't reproduce that. Like mentioned above this is most likely caused by the upload limit of the webserver and/ or a reverse proxy.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#328