-
Several days ago Lanraragi just stopped opening for no apparent reason. I don't think it's with WSL, and given the error messages, I think it may be with the program itself. Trying again in 2 seconds... Trying again in 2 seconds... All it does it loop through these messages, and no matter how many times I restart the program, and run it fresh, it can't pull up Lanraragi interface when I try to pull up http://localhost:3000 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
Tried a restart? WSL Redis is iffy sometimes. |
Beta Was this translation helpful? Give feedback.
-
When I was replacing the new version of the image, I encountered the same issue. So, I mapped the corrupted AOF file into another Redis container, ran the command "redis-check-aof --fix /data/appendonly.aof.14.incr.aof" to repair it, and then replaced the file back to its original location to start the container normally. |
Beta Was this translation helpful? Give feedback.
-
It happened to me 2 weeks ago, and i fixed that by redis-check-aof. And today, my rdb file CRC failed. |
Beta Was this translation helpful? Give feedback.
I don't really have an answer here; LOADING errors are supposed to be temporary which is why we wait on them.
Maybe the database itself is broken? You could check if simply removing the database rdb and aof files is enough to get things running again.