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

"Schema construction failed" when getting schema on model "en_v2" #36

Open
Lotes opened this issue Feb 11, 2020 · 0 comments
Open

"Schema construction failed" when getting schema on model "en_v2" #36

Lotes opened this issue Feb 11, 2020 · 0 comments
Labels

Comments

@Lotes
Copy link

Lotes commented Feb 11, 2020

  1. Create file docker-compose.yml:
version: "2"

services:
  spacyapi:
    image: jgontrum/spacyapi:en_v2
    ports:
      - "127.0.0.1:8080:80"
    restart: always
  1. Execute docker-compose up
  2. Visit GET /en/schema

Result:

{
    "title": "Schema construction failed",
    "description": "'NoneType' object is not subscriptable"
}
@jgontrum jgontrum added the bug label Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants