Open fedenanni opened 2 years ago
Actually I think i have found a way - you can see the log of the container running docker container logs topic-detection-backend
on the VM. It seems there's a memory issue when entity queries are fired - could you increase the memory of the container
?
Alternatively we could try to change this when inizialising the parallel search
pandarallel.initalize with
use_memory_fs=False` - I'll give it a try now
@kstamatis I changed that line and restarted - maybe it solves the issue otherwise I think we'll need more memory
@kstamatis actually that might have solved the issue it seems
Hi @kstamatis I might need your help debugging this problem. The new dev interface that we have set up does not accept any entity query. For all of them gives back a server error (see below). What I think is happening is either a problem reading some local files or a problem querying Wikipedia or Wikidata from inside the container, however I don't know how to debug that (locally on my machine all works fine).
Where should we start? Thanks!