-
Notifications
You must be signed in to change notification settings - Fork 278
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
Issues with files not saving #199
Comments
Issue would get temporarily fixed if i restart the send container, but would come back after some amount of time (not sure how long). |
Yeah, I'm assuming Redis is the problem here. I've seen similar problems before. You mention you can ping, but is Redis reachable on it's port? In other words, can you open a Redis connection and run commands from the Send container? Because it looks like Redis commands are not accepted at all. |
How do i send commands to Redis from the Send container? I tried using |
You can probably install it through |
sorry for the late response |
docker exec -it ff-send curl redis:6379
curl: (52) Empty reply from server got curl and sudo installed by entering the root user of container and running apk through there. this is what i get from redis. |
So I'm hosting Send in my homelab but its having issues with it not properly dealing with files.
I would have no problem uploading the files. I would upload my files, and then I would get a link for the download. However, clicking on that download, it would result in a page showing that the download has been expired or no longer available. I looked at the logs for the send container and it would give errors about Redis. Currently, in my homelab, I'm running Redis as a completely separate container with its own compose file that i would then link to the networks of containers that need it. Below is the log for Send, along with compose configurations. Send is able to reach the Redis container, as I can ping Redis in Send's shell.
compose files:
The text was updated successfully, but these errors were encountered: