Skip to content
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

Empty timelines after update #692

Closed
agateblue opened this issue Nov 5, 2019 · 3 comments
Closed

Empty timelines after update #692

agateblue opened this issue Nov 5, 2019 · 3 comments
Labels
C: Bug Something isn't working

Comments

@agateblue
Copy link
Contributor

After pulling plumeorg/plume:latest (which maps to https://hub.docker.com/layers/plumeorg/plume/latest/images/sha256-a64a3306468d72c947f3c4f1aeb73d8f0431f8f89f0201b596a6b889a66a024b) today, and running plm migration run in my Docker container, the service is restarted and working but all the timeline pages show no entries, e.g at https://blog.funkwhale.audio/timeline/1:

image

While we definitely have corresponding data in the database.

I dont see anything worrying in the server logs, but I can definitely dig if you give me some instructions :)

@agateblue agateblue added the C: Bug Something isn't working label Nov 5, 2019
@epsilon-phase
Copy link
Contributor

What happens when you try to search? Do posts show up? As they ought to.

@agateblue
Copy link
Contributor Author

Search form doesn't seem to work at all (all fields are required, so I cannot trigger a search, but this is probably unrelated):

image

Visiting https://blog.funkwhale.audio/search?q=funkwhale by hand yields appropriate results though.

@elegaanz
Copy link
Member

elegaanz commented Nov 6, 2019

OK, so the issue simply is that the migration that creates the timeline doesn't fill them. I'll try to submit a fix, and to add a command to plm to re-generate timelines in case there are issues like that.

trinity-1686a added a commit that referenced this issue Nov 6, 2019
elegaanz pushed a commit that referenced this issue Nov 10, 2019
* make search items optional

cf #692 (comment)

* eindente
elegaanz added a commit that referenced this issue Nov 15, 2019
trinity-1686a added a commit that referenced this issue Dec 10, 2019
should fix #692 , but probably require some testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants