Totonyus / ydl_api_ng

GNU General Public License v3.0
134 stars 15 forks source link

Compatible with ARM64? #8

Closed vasanthtt closed 1 year ago

vasanthtt commented 1 year ago

I deployed docker on host Debian/ARM64 but it didn't work. Can you please confirm

Totonyus commented 1 year ago

Hi.

I have absolutely no clue.

I'll maybe try later today if I find how. Do you have logs or error message ?

vasanthtt commented 1 year ago

image

In log exec /bin/sh: exec format error

Totonyus commented 1 year ago

Two things :

vasanthtt commented 1 year ago

My bad! I referred your documentation which you need to correct the image name https://github.com/Totonyus/ydl_api_ng#by-command-line

vasanthtt commented 1 year ago

Thanks. Was so happy when i deployed without any error. info API returned me as expected. But when I tried to download I get "internal server error" logs here. image

Totonyus commented 1 year ago

My bad! I referred your documentation which you need to correct the image name https://github.com/Totonyus/ydl_api_ng#by-command-line

Thank you for the warning. I'll correct.

The error message you have means the application can't connect to redis.

You can refer to the docker-compose file : https://github.com/Totonyus/ydl_api_ng/blob/main/docker-compose.yml

If you don't want to use redis you can disable it in the params.ini file :

[app]
_enable_redis = false

And set the docker environment variable DISABLE_REDIS=true

However a few features rely on redis and won't be available (advanced queue management and programmation).

vasanthtt commented 1 year ago

after _enable_redis = false i still faced an error .. but when I up-compose file, it is super good now. thanks a lot... wonderful work. Let me know when you push this to the normal version.

vasanthtt commented 1 year ago

let me know if i can close this feature

Totonyus commented 1 year ago

Commit 8b7027492559c9b0898cd6f055c8e9b5c6a7c7f1 pushed on main and images built in https://github.com/Totonyus/ydl_api_ng/actions/runs/3839035981.

Thank you for improving this application :)

(You can close is it's ok for you)