-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
ARM64 image via docker-compose doesn't work on Raspberry Pi 4 #487
Comments
How was Nitter compiled? What OS/distro is this? How are you running it? |
I am using ubuntu server on raspberry pi. I am using the latest Nitter image that was pushed to docker hub within last 30 minutes. |
It works fine for me when I run |
Here is my docker compose:
|
Are you running Redis separately? |
I am not running Redis. |
Running Redis baremetal, or via docker compose (as described in the readme and the provided docker-compose.yml) is required. From your screenshot this looks more like your CPU architecture isn't supported. What Raspberry Pi is it? We only provide prebuilt Docker images for AMD64 and ARM64. |
I am using Raspberry Pi 4 |
The size and id doesn't match any of the latest tags, not sure what that's about. I don't have RPi4 to test this out so I'm afraid I can't really help, but it's clear that the errors in your first screenshot are due to an incompatible executable format not understood by the OS. On that note, can you confirm you're running a 64-bit version of Ubuntu? |
Yeah I am running 64 bit version of Ubuntu |
Update: Nitter isn't working on my Raspberry Pi 4 (getting syntax error) but it is working fine on my Ubuntu VMware and another ubuntu server. |
Please try the Docker image linked here #399 (comment) |
@zedeus Thank you very much. Nitter is now working on my raspberry pi. |
The text was updated successfully, but these errors were encountered: