Corey Cole
Corey Cole
Looks like this might not be currently possible with `node-coveralls` #107 Not sure if it is still the case
I'm getting a similar error and my redirectUrl is not null ``` E/MethodChannel#simple_auth_flutter/showAuthenticator( 8185): Failed to handle method call E/MethodChannel#simple_auth_flutter/showAuthenticator( 8185): java.lang.IllegalArgumentException: Unsupported value: java.lang.NullPointerException: Attempt to invoke virtual method...
In our experience on actual alexa devices, when the audio player is playing and you wake alexa, the audio player stops (`PlaybackStopped`) until the user's session with alexa is complete...
Sorry, I closed on accident. I thought I found the problem on our end, but we're still experiencing the same behavior.
## Expected Behavior Alexa attributes are always preserved when emitting type `:ask` and getting a followup response from the user. Just like with real alexa devices. ## Actual Behavior After...
@jkelvie We are still experiencing problems with the session attributes not being preserved while the audio player is playing. If it is still unclear what I'm talking about, could you...
Is there any way we could make a feature to manually set the `session.attributes` object in our tests before running the `UserIntent`? i.e. ```javascript test('Attributes should be preserved', async ()...
Sorry, I'm not being clear enough. Yes, I know the session ends and session data is cleared once the audio player starts. But, I'm talking about the user interrupting the...
Sounds good, I will let you know here if using the filter solves the problem for us.
Yes, setting the attributes manually using the request filter worked for us! Thank you for pointing that out. If you give me a spec for the fix I'd be happy...