Skip to content
New issue

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

aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command #243

Open
woreibi opened this issue Nov 16, 2024 · 2 comments
Open

aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command #243

woreibi opened this issue Nov 16, 2024 · 2 comments

Comments

@woreibi
Copy link

woreibi commented Nov 16, 2024

Hi,

Every time I try to create container I get this error below.

it seems it is having an issue with a statement that is not terminated correctly in this line:
aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command

Output from portainer below:

[INFO] Update uid and gid to 1000:1000

usermod: no changes

[INFO] Run chown against app related folders and user 1000

[INFO] Give caddy permissions to use low ports

forego | starting caddy.1 on port 5000

forego | starting filebrowser.1 on port 5100

forego | starting aria2c.1 on port 5300

forego | starting rclone.1 on port 5600

caddy.1 | [INFO] Run aria2c and ariaNG

caddy.1 | [INFO] Generate basic auth password for caddy

forego | starting newer_version_checker.1 on port 6000

rclone.1 | [INFO] Skip starting Rclone as it has been disabled

aria2c.1 | sed: -e expression #1, char 99: unterminated `s' command

forego | sending SIGTERM to caddy.1

forego | sending SIGTERM to newer_version_checker.1

forego | sending SIGTERM to filebrowser.1

forego | sending SIGTERM to rclone.1

Docker compose file:

services:
Aria2new:
container_name: ariangnew
environment:
- PUID=1000
- PGID=1000
- ENABLE_AUTH=true
- RPC_SECRET=jwh7bTueRandom
- DOMAIN=https://aria2.somedomain.com
- ARIA2_SSL=true
- ARIA2_USER=test
- ARIA2_PWD=test
- ARIA2_EXTERNAL_PORT=6800
- CADDY_LOG_LEVEL=ERROR
- ENABLE_RCLONE=false
volumes:
- /home/user/containers/aria2/data:/data
- /home/user/containers/aria2/cache:/app/.cache
- /home/user/containers/aria2/filebrowser.db:/app/filebrowser.db
- /home/user/containers/aria2/key:/key
- /home/user/containers/aria2/conf:/app/conf
image: wahyd4/aria2-ui:6.0.0
networks:
macvlanxx:
ipv4_address: xx.xx.xx.xx

networks:
macvlanxx:
external: true

@wahyd4
Copy link
Owner

wahyd4 commented Nov 17, 2024

What's host OS and CPU architecture?

@woreibi
Copy link
Author

woreibi commented Nov 17, 2024 via email

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

No branches or pull requests

2 participants