We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I received this warning during startup:
(node:13) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
punycode
I use the latest jellyseerr inage from here: docker.io/fallenbagel/jellyseerr:latest.
2.3.0
No response
systemd-jellyseerr (node:13) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. CODE_FILE src/ctr_logging.c CODE_FUNC write_journald CODE_LINE 329 CONTAINER_ID ... CONTAINER_ID_FULL ... CONTAINER_NAME systemd-jellyseerr PRIORITY 3 SYSLOG_IDENTIFIER systemd-jellyseerr _AUDIT_LOGINUID ... _AUDIT_SESSION 3 _BOOT_ID ... _CAP_EFFECTIVE 1ffffffffff _CMDLINE /usr/bin/conmon --api-version 1 -c ... -u ... -r /usr/bin/crun -b /.../containers/storage/overlay-containers/.../userdata -p /.../containers/overlay-containers/.../userdata/pidfile -n systemd-jellyseerr --exit-dir /.../libpod/tmp/exits --full-attach -l journald --log-level warning --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/.../containers/overlay-containers/.../userdata/oci-log --conmon-pidfile /.../containers/overlay-containers/.../userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /.../containers/storage --exit-command-arg --runroot --exit-command-arg /.../containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /.../libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg "" --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /.../containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg boltdb --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --rm --exit-command-arg ... _COMM conmon _EXE /usr/bin/conmon _GID ... _HOSTNAME ... _MACHINE_ID ... _PID ... _RUNTIME_SCOPE system _SELINUX_CONTEXT podman (unconfined) _SOURCE_REALTIME_TIMESTAMP ... ...
desktop
SQLite (default)
Ubuntu 24.04
The text was updated successfully, but these errors were encountered:
Not a bug. It's not an issue. You can ignore it
We recently migrated to node 22, and it's coming from it afaik. Nevertheless, not a bug.
Sorry, something went wrong.
No branches or pull requests
Description
I received this warning during startup:
(node:13) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.I use the latest jellyseerr inage from here: docker.io/fallenbagel/jellyseerr:latest.
Version
2.3.0
Steps to Reproduce
Screenshots
No response
Logs
systemd-jellyseerr (node:13) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. CODE_FILE src/ctr_logging.c CODE_FUNC write_journald CODE_LINE 329 CONTAINER_ID ... CONTAINER_ID_FULL ... CONTAINER_NAME systemd-jellyseerr PRIORITY 3 SYSLOG_IDENTIFIER systemd-jellyseerr _AUDIT_LOGINUID ... _AUDIT_SESSION 3 _BOOT_ID ... _CAP_EFFECTIVE 1ffffffffff _CMDLINE /usr/bin/conmon --api-version 1 -c ... -u ... -r /usr/bin/crun -b /.../containers/storage/overlay-containers/.../userdata -p /.../containers/overlay-containers/.../userdata/pidfile -n systemd-jellyseerr --exit-dir /.../libpod/tmp/exits --full-attach -l journald --log-level warning --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/.../containers/overlay-containers/.../userdata/oci-log --conmon-pidfile /.../containers/overlay-containers/.../userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /.../containers/storage --exit-command-arg --runroot --exit-command-arg /.../containers --exit-command-arg --log-level --exit-command-arg warning --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /.../libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg "" --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /.../containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg boltdb --exit-command-arg --transient-store=false --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --rm --exit-command-arg ... _COMM conmon _EXE /usr/bin/conmon _GID ... _HOSTNAME ... _MACHINE_ID ... _PID ... _RUNTIME_SCOPE system _SELINUX_CONTEXT podman (unconfined) _SOURCE_REALTIME_TIMESTAMP ... ...
Platform
desktop
Database
SQLite (default)
Device
Operating System
Ubuntu 24.04
Browser
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: