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

DeepDetect info call does not return correct version number #897

Closed
Bycob opened this issue Oct 19, 2020 · 0 comments · Fixed by #902
Closed

DeepDetect info call does not return correct version number #897

Bycob opened this issue Oct 19, 2020 · 0 comments · Fixed by #902
Assignees
Labels

Comments

@Bycob
Copy link
Collaborator

Bycob commented Oct 19, 2020

When requesting server info, for example with curl

curl -X GET "http://localhost:8080/info"

The returned version number does not match the current version of dd, e.g

{
  "status": {
    "code": 200,
    "msg": "OK"
  },
  "head": {
    "method": "/info",
    "version": "0.1",
    "branch": "master",
    "commit": "28ab168ee9766ea5b765ccfdf5ca619de507fd75",
    "services": []
  }
}

The version should be something like 0.9 or 0.10 and not 0.1.

@Bycob Bycob added the kind:API label Oct 19, 2020
@Bycob Bycob changed the title DeepDetect info call does not return the version number DeepDetect info call does not return correct version number Oct 19, 2020
sileht added a commit to sileht/deepdetect that referenced this issue Oct 19, 2020
sileht added a commit to sileht/deepdetect that referenced this issue Oct 19, 2020
sileht added a commit that referenced this issue Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants