I am using the following api for text recognition. "wss://cloud.myscript.com/api/v3.0/recognition/ws/text"
Yesterday, I was getting the following error while uploading a resource file to my myscript cloud. {"result":{"status":"error","code":"-3","error":"internal error"}}
However, I was able to upload resource after some time. But I got the following error while making request using the uploaded resource. {'error': {'result': {'message': 'Internal Message Error'}}, 'type': 'error'}
This is happening only on the resources I uploaded yesterday. I am getting proper responses using previously added resources.
Using it for stroke-based text recognition. Can you please share the documentation for request and response formats for API V4 and the respective link for that?
Rajeev Aggarwal
I am using the following api for text recognition.
"wss://cloud.myscript.com/api/v3.0/recognition/ws/text"
Yesterday, I was getting the following error while uploading a resource file to my myscript cloud.
{"result":{"status":"error","code":"-3","error":"internal error"}}
However, I was able to upload resource after some time. But I got the following error while making request using the uploaded resource.
{'error': {'result': {'message': 'Internal Message Error'}}, 'type': 'error'}
This is happening only on the resources I uploaded yesterday. I am getting proper responses using previously added resources.
Dear Rajeev,
currently, you can refer to our online documentation for the iink web-based plateform: https://developer.myscript.com/docs/interactive-ink/1.4/web/overview/introduction/
You can also refer to our samples that use iinkKS: https://myscript.github.io/iinkJS/examples/
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstOlivier @MyScript
Dear Rajeev,
thank you for contacting us.
Currently, the reason is that we updated our iink Cloud, and the V3 API of our CDK is no longer compatible with the resources you can build online.
I will then contact you by email, so that I can manually build the resource for you.
Also, we want to remind you that the V3 API is now deprecated and will be removed by end of November 2020. I then warmly encourage you to migrate to the latest V4 API (see the End of support for ATK and CDK section): https://medium.com/@myscriptdeveloper/interactive-ink-sdk-1-4-released-d4a167fe7ee8
Best regards,
Olivier
1 person likes this
Rajeev Aggarwal
Hi,
I was using web socket connection in python for V3 and the following link:-
"wss://cloud.myscript.com/api/v3.0/recognition/ws/text"
Using it for stroke-based text recognition.
Can you please share the documentation for request and response formats for API V4 and the respective link for that?
Olivier @MyScript
Dear Rajeev,
currently, you can refer to our online documentation for the iink web-based plateform: https://developer.myscript.com/docs/interactive-ink/1.4/web/overview/introduction/
You can also refer to our samples that use iinkKS: https://myscript.github.io/iinkJS/examples/
Best regards,
Olivier