Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Version 0.64.0 en Android 9.0 #206

Open
CandidoAC opened this issue Oct 10, 2019 · 5 comments
Open

Version 0.64.0 en Android 9.0 #206

CandidoAC opened this issue Oct 10, 2019 · 5 comments
Assignees
Labels
sub: android Related to android type: support Support issue ( should not exist in this project ;)

Comments

@CandidoAC
Copy link

Hello,
I have a problem recognizing an attempt after updating the SNIPS version to 0.64.0 in Android. I have detected that this error comes out in Android version 9.0, but nevertheless in versions 8.1 does not come out (I do not have any version between these to try them). In previous versions of Snips did not come out.
The error is an NLU error that seems to be blocked when it detects a sentence that is correctly detected, but if it is not well formed (is waiting to repeat a slot) emits a TTS error that seems to be blocked.
I attach photos of the errors.
NLU_Error
TTS_Error

@cpoisson cpoisson added type: support Support issue ( should not exist in this project ;) sub: android Related to android labels Oct 11, 2019
@cpoisson
Copy link
Contributor

@CandidoAC
Thanks for your feedback.

Can you provide the logs related to the issue? (from logcat of course)
Can you also clarify your issue description? I cannot understand it.
Ideally follow the issue description template.

Without this information, I'm going to be forced to reject this issue.

@fredszaq
Copy link

@CandidoAC be sure to .enableLogs(true) on the SnipsPlatformClient and get the logs from the yourAppId:snipsProcessingService process.

Also which architecture are you seeing this on ?

@CandidoAC
Copy link
Author

CandidoAC commented Oct 11, 2019

@CandidoAC
Thanks for your feedback.

Can you provide the logs related to the issue? (from logcat of course)
Can you also clarify your issue description? I cannot understand it.
Ideally follow the issue description template.

Without this information, I'm going to be forced to reject this issue.
Hi,
I'll tell you more about my problems.
The first happens when the assistant detects a full attempt and says the expected output. After this the application stops for 1-2 seconds and then sends the TTS error.
The second case happens when the phrase is not said in full without saying a slot, which is marked as necessary, and asks for it again. After this the application is stopped 3-4 seconds (as if waiting for my answer), but in the end sends the NLU error.
I have replicated today these errors and I have left these log messages:
TTS error(1st error)
TTS

NLU error (2nd error)
NLU

Thanks for the help.
CandidoAC

PS: I'm sorry for not following the template you told me, but I can't find it. Could you tell me where it is for next time?

@CandidoAC
Copy link
Author

@CandidoAC be sure to .enableLogs(true) on the SnipsPlatformClient and get the logs from the yourAppId:snipsProcessingService process.

Also which architecture are you seeing this on ?

Hello,
I checked the logs and didn't understand what the errors are (I just sent them in a previous post). Regarding the architecture, the error has been in a Huawei P10 with Android 9.0

Thanks for the answer,
CandidoAC

@fredszaq
Copy link

Hi @CandidoAC!

these logs are missing a bit of the interesting stuff, as only Info logs are show, make sure to select Verbose instead of Info in android studio's logcat windows

also these logs may need to be enabled manually on Huawei phones, see https://gist.github.com/Shallong11/8403487

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
sub: android Related to android type: support Support issue ( should not exist in this project ;)
Projects
None yet
Development

No branches or pull requests

3 participants