New install problem: Feed could not be created, feed already exists

My SD Card filled up so I bought a larger one, flashed the latest image and booted the emonPi. I’m trying to set up the feeds but it just keeps saying:

ERROR: Feed could not be created, feed already exists

When looking at the feeds page I just get the spinner and it never loads. I’ve truncated the inputs table and tried again but it still doesn’t work.

It’s the same problem as ERROR: Feed could not be created, feed already exists

Have you tried flushing the redis cache?

sudo service apache2 stop
redis-cli flushall
sudo service apache2 start

Paul

Hi Paul,

I’ve just done that and now my inputs are all inactive. The EmonHub log seems to be processing frames continually and publishing values to MQTT.
There is mention of a queue length in the logs which at the time of typing is 11583 if that means anything.

Robin

EDIT: Also the same problem “feed already exists” is still happening

I’ve just performed a factory reset. I am now able to add feeds. I can only assume that something in the image isn’t quite right and it requires a complete reset.