jgontrum / spacy-api-docker

spaCy REST API, wrapped in a Docker container.
https://hub.docker.com/r/jgontrum/spacyapi/
MIT License
265 stars 99 forks source link

DEFECT: Latest docker container is broken - Displacy UI doesn't work #29

Closed bigman73 closed 4 years ago

bigman73 commented 5 years ago

I had a fully functional spacy docker running from 6 months ago. After downloading the new image today the displacy UI shows up but when entering a sentence it spins forever and doesn't return results.

bigman73 commented 5 years ago

Related to: https://github.com/jgontrum/spacy-api-docker/issues/27

The error message in Chrome is: displacy.js:55 POST http://<IPADDR>:8080/dep/ 404 (Not Found)

peter-hartmann-emrsn commented 4 years ago

The UI seems broken for jgontrum/spacyapi:en_v2.

The seems ok for jgontrum/spacyapi:latest.

FabianL1 commented 4 years ago

Broken for me too. Will this be fixed?

jgontrum commented 4 years ago

Thanks for the reminder! I just pushed a fix, the UI should be working again.