I have just installed RasaX (0.27.5) and connected my Git repository to it. When I click on the Train button it says “nothing has changed”, although no current model exists. I understand from other discussions that this is a known error and the work around is to upload a model using curl on the command line interface.
Also, it sounds like you were seeing a similar timeout error before on your other post - Can you do any kind of API call to your RasaX deployment succesfully?
Thanks @mloubser. I was able to get the error response using Chrome Developer Tools as suggested, but it isn’t helping me understand why Train still fails.
Here’s what I got:
{“version”:“0.27.5”,“status”:“failure”,“message”:“See the server logs for more information.”,“reason”:“The server encountered an internal error and cannot complete the request.”,“details”:{},“help”:null,“code”:500}
Is the real issue the messaging of the error (“nothing has changed” not being the right message) and there could be an issue related to building of the model itself or is it something to do with how I have integrated my repository with RasaX (I used the GUI and not command line)?