And for some reason the document/labeling options just are not showing up at all (see image). But if I click accept/reject/etc. then you can see in the history on the left that the text is there. Any ideas or other info that's needed?
I'm now just getting the classic: " Oops, something went wrong
You might have come across a bug in Prodigy's web app – sorry about that. We'd love to fix this, so feel free to open an issue on the Prodigy Support Forum and include the steps that led to this message."
Thanks for checking – and don't worry, the errors are always going to be cryptic. The only reason I can (usually) figure them out is because I wrote the underlying code
And I think I found the problem: in your screenshot, it shows "View ID: textcat_manual" – however, that's not an interface that exists. Maybe you meant choice?
So what basically happened here is that Prodigy tried to guess the view ID to use from the data, ended up with the wrong guess and then got confused. If you have "validate": true enabled in your prodigy.json, it should be able to catch errors like this before it even starts up the server.
Ok, I did what you suggested and this is what I'm getting. I think I had actually fixed what you meant already which is why the error is the same. Nonetheless, not sure what do to I'll keep trying stuff, but if you have an idea, I'd love to hear.
Updating to say I figured it out! I thought I read all the documentation, but there was more. Classic. Because this is a manual recipe, I needed to specify in each json that is sent in the stream the options.
No worries and glad you figured it out! Prodigy could have definitely failed more gracefully here – I'll have a look and see if there's something we can add in terms of validation / data checks on startup!