Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

TrpServerConn.runCitLabHtrTraining calls wrong endpoint? #3

Open
jscrane opened this issue Jun 8, 2018 · 1 comment
Open

TrpServerConn.runCitLabHtrTraining calls wrong endpoint? #3

jscrane opened this issue Jun 8, 2018 · 1 comment

Comments

@jscrane
Copy link

jscrane commented Jun 8, 2018

On line 1278 of TrpServerConn.java, should RESTConst.HTR_URO_TRAIN_PATH be RESTConst.HTR_CITLAB_TRAIN_PATH instead?

It looks as if "htrTrainingUro" doesn't exist in the application.wadl either, and I got a 404 invoking this method (which isn't deprecated).

@kahlep
Copy link
Contributor

kahlep commented Jun 8, 2018

Hi Stephen,
you are right, this method is outdated and the endpoint has been recently removed from the server. I just removed it from the client code.

Please use this method for training the HTR:

public String runCitLabHtrTraining(CitLabHtrTrainConfig config)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants