-
Notifications
You must be signed in to change notification settings - Fork 96
Compiling the SuperJAR File #12
Comments
Hi @nicolasguzca |
I'm running |
I found this issue here. I just fixed it. I added mainClassName to the build.gradle file. Add it under the apply plugin: 'application'
|
Thank you @EddieGoynesAmazon ! That worked perfectly. I also need to upgrade the plugin version to |
Quick question @EddieGoynesAmazon, what will be the best approach to transcribe Spanish instead of English? Thank you! |
Change the language code in the Java code file. In the function on line 196 replace the two places that say EN_US with ES_US
https://docs.aws.amazon.com/transcribe/latest/dg/streaming.html |
Thank you, I was able to compile it and uploaded to the
I think it has to do something with my machine compiling since I returned the I am using the |
Hi @EddieGoynesAmazon ! |
By working perfectly you mean you are able to submit a URL encoded URL as the body in a POST request to the Lambda? I looked around for that error I was able to find this post. I will have to look into this more depth. |
Yes, I am able to submit an encoded URL when I try it with your provided .jar. When I compile the Jar, even if I don't modify it, I get the |
Hi Eddie, my bad, I was able to compile the .jar and I stopped receiving the above errors! Silly mistake from my part. I am using the new .jar with now erros and the spanish language code but it doesn't seem to transcribe spanish, do I need to change something else? |
Hi! I made some edits to the
transcribelamda
folder and I need to recompile it to generate theTranscribeStreamingJavaLambda.jar
. Could you please tell me how can I do that? I have tried using Maven or Gradle shadowJar but its always giving me an error (maybe I am missing some dependencies?)Thank you!
The text was updated successfully, but these errors were encountered: