Platypush: Error 111 connecting to localhost:6379. Connection refused #232
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
voice
waiting user input
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#232
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When trying to run Platypush with the RSS plugin for a Mastodon bot, console spams "Error 111 connecting to localhost:6379. Connection refused" and its traceback, and prevents it from running.
Log of the error
To reproduce
I followed the exact same steps detailed in this article.
platypush
.Device used
OS: Canonical-Ubuntu-22.04-aarch64-2022.11.06-0
Shape: VM.Standard.A1.Flex
Memory: 8GB
As mentioned in the README, Platypush requires a Redis server to dispatch messages across its components. If Redis is not running then Platypush can't work.
I installed redis as shown in the README, but failed to enable it. When running
[sudo] systemctl enable redis
terminal shows:Failed to enable unit: Refusing to operate on alias name or linked unit file: redis.service
.I also failed to find a solution in Redis' Issues, and the only close one I found was this issue at Icinga, which didn't work (changing
icingadb-redis-server
toredis-server
andredis.service
).Found this issue also at Icinga, but it's still open.
Tried to run
platypush
again, apparently not running[sudo] systemctl enable redis
nor[sudo] systemctl start redis
beforehand doesn't prevent Platypush from starting. Issue appears solved. I will close it now. Thank you @blacklight !RSS Plugin: Error 111 connecting to localhost:6379. Connection refusedto Platypush: Error 111 connecting to localhost:6379. Connection refused