pkg_resources #408

Closed
opened 2026-02-05 17:33:28 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @alwism on GitHub (Aug 18, 2025).

Current Behavior

Panel Container is not starting

Expected Behavior

Panel Container is starting

Steps to Reproduce

Try start Panel Container

Panel Version

v1.0.0-beta24

Wings Version

v1.0.0-beta16

Games and/or Eggs Affected

Docker Image

Error Logs

paste.pelistuff.com did not work
curl: (56) Recv failure: Connection reset by peer

https://paste.centos.org/view/511d19ef

Docker container log: 

Optimizing Filament

   INFO  Caching components and Blade icons.  

  Caching components ............................................. 0.97ms DONE

  Caching Blade icons .......................................... 235.31ms DONE

Starting PHP-FPM and Caddy

Starting Supervisord

/usr/lib/python3.12/site-packages/supervisor/options.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.

  import pkg_resources

INF ts=1755540203.2910023 msg=maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined

INF ts=1755540203.2912378 msg=GOMEMLIMIT is updated package=github.com/KimMachineGun/automemlimit/memlimit GOMEMLIMIT=7070039654 previous=9223372036854776000

INF ts=1755540203.2913697 msg=using config from file file=/etc/caddy/Caddyfile

INF ts=1755540203.2923472 msg=adapted config to JSON adapter=caddyfile

WRN ts=1755540203.2923625 msg=Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies adapter=caddyfile file=/etc/caddy/Caddyfile line=2

WRN ts=1755540203.2936473 logger=admin msg=admin endpoint disabled

WRN ts=1755540203.2954545 logger=http.auto_https msg=server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server server_name=srv0 http_port=80

INF ts=1755540203.2957702 logger=tls.cache.maintenance msg=started background certificate maintenance cache=0xc000137280

WRN ts=1755540203.29639 logger=http msg=HTTP/2 skipped because it requires TLS network=tcp addr=:80

WRN ts=1755540203.2965472 logger=http msg=HTTP/3 skipped because it requires TLS network=tcp addr=:80

INF ts=1755540203.296664 logger=http.log msg=server running name=srv0 protocols=["h1","h2","h3"]

INF ts=1755540203.2969573 msg=autosaved config (load with --resume flag) file=/home/www-data/.config/caddy/autosave.json

INF ts=1755540203.2970743 msg=serving initial configuration

INF ts=1755540203.303286 logger=tls msg=storage cleaning happened too recently; skipping for now storage=FileStorage:/pelican-data/caddy instance=04b2e1cb-2c3a-4821-95dd-3ec82c3d36cd try_again=1755626603.3032844 try_again_in=86399.99999965

INF ts=1755540203.3033655 logger=tls msg=finished cleaning storage units

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 @alwism on GitHub (Aug 18, 2025). ### Current Behavior Panel Container is not starting ### Expected Behavior Panel Container is starting ### Steps to Reproduce Try start Panel Container ### Panel Version v1.0.0-beta24 ### Wings Version v1.0.0-beta16 ### Games and/or Eggs Affected - ### Docker Image - ### Error Logs ```bash paste.pelistuff.com did not work curl: (56) Recv failure: Connection reset by peer https://paste.centos.org/view/511d19ef Docker container log: Optimizing Filament INFO Caching components and Blade icons. Caching components ............................................. 0.97ms DONE Caching Blade icons .......................................... 235.31ms DONE Starting PHP-FPM and Caddy Starting Supervisord /usr/lib/python3.12/site-packages/supervisor/options.py:13: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources INF ts=1755540203.2910023 msg=maxprocs: Leaving GOMAXPROCS=2: CPU quota undefined INF ts=1755540203.2912378 msg=GOMEMLIMIT is updated package=github.com/KimMachineGun/automemlimit/memlimit GOMEMLIMIT=7070039654 previous=9223372036854776000 INF ts=1755540203.2913697 msg=using config from file file=/etc/caddy/Caddyfile INF ts=1755540203.2923472 msg=adapted config to JSON adapter=caddyfile WRN ts=1755540203.2923625 msg=Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies adapter=caddyfile file=/etc/caddy/Caddyfile line=2 WRN ts=1755540203.2936473 logger=admin msg=admin endpoint disabled WRN ts=1755540203.2954545 logger=http.auto_https msg=server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server server_name=srv0 http_port=80 INF ts=1755540203.2957702 logger=tls.cache.maintenance msg=started background certificate maintenance cache=0xc000137280 WRN ts=1755540203.29639 logger=http msg=HTTP/2 skipped because it requires TLS network=tcp addr=:80 WRN ts=1755540203.2965472 logger=http msg=HTTP/3 skipped because it requires TLS network=tcp addr=:80 INF ts=1755540203.296664 logger=http.log msg=server running name=srv0 protocols=["h1","h2","h3"] INF ts=1755540203.2969573 msg=autosaved config (load with --resume flag) file=/home/www-data/.config/caddy/autosave.json INF ts=1755540203.2970743 msg=serving initial configuration INF ts=1755540203.303286 logger=tls msg=storage cleaning happened too recently; skipping for now storage=FileStorage:/pelican-data/caddy instance=04b2e1cb-2c3a-4821-95dd-3ec82c3d36cd try_again=1755626603.3032844 try_again_in=86399.99999965 INF ts=1755540203.3033655 logger=tls msg=finished cleaning storage units ``` ### 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

@alwism commented on GitHub (Aug 18, 2025):

Hotfix reverting to ghcr.io/pelican-dev/panel:v1.0.0-beta23 worked

@alwism commented on GitHub (Aug 18, 2025): Hotfix reverting to ghcr.io/pelican-dev/panel:v1.0.0-beta23 worked
Author
Owner

@rmartinoscar commented on GitHub (Aug 18, 2025):

Hey this got fixed in #1609 please wait for the next release

@rmartinoscar commented on GitHub (Aug 18, 2025): Hey this got fixed in #1609 please wait for the next release
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#408