avs-device-sdk icon indicating copy to clipboard operation
avs-device-sdk copied to clipboard

startsample.bat fail

Open wkc2021 opened this issue 3 years ago • 5 comments

IMPORTANT: Before you create an issue, please take a look at our Issue Reporting Guide.

Briefly summarize your issue:

I can build the sampleapp but cannot get auth message.

What is the expected behavior?

expect the following message: ##################################

NOT YET AUTHORIZED

################################## ################################################################################################

To authorize, browse to: 'https://amazon.com/us/code' and enter the code: {XXXX}

################################################################################################

What behavior are you observing?

C:\msys64\home\User\avs_sdk>startsample.bat

C:\msys64\home\User\avs_sdk>set path=C:/msys64/mingw64/bin;C:/msys64/mingw64/bin;C:/msys64/mingw64/bin;C:/msys64/mingw64/bin;C:/msys64/mingw64/bin;C:/msys64/mingw64/bin;C:\ADB.1.0.36;C:\Python\Python38;C:\Python\Python38\Scripts;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Users\User\AppData\Local\Microsoft\WindowsApps;;;;;;;

C:\msys64\home\User\avs_sdk>cd C:/msys64/home/User/avs_sdk/build/bin

C:\msys64\home\User\avs_sdk\build\bin>SampleApp.exe C:/msys64/home/User/avs_sdk/build/Integration/AlexaClientSDKConfig.json DEBUG9 configFile C:/msys64/home/User/avs_sdk/build/Integration/AlexaClientSDKConfig.json Running app with log level: DEBUG9 2021-08-31 02:09:34.316 [ 1] I AlexaClientSdkInit:initialize:sdkversion=1.25.0 2021-08-31 02:09:34.317 [ 1] I AlexaClientSdkInit:initialize:curlVersion=7.78.0 2021-08-31 02:09:34.319 [ 1] 0 ConfigurationNode:initializeSuccess 2021-08-31 02:09:34.325 [ 1] 5 SDKPrimitivesProvider:getInstance 2021-08-31 02:09:34.327 [ 1] 5 SDKPrimitivesProvider:withTimerDelegateFactory 2021-08-31 02:09:34.329 [ 1] 5 SDKPrimitivesProvider:isInitialized 2021-08-31 02:09:34.333 [ 1] 5 SDKPrimitivesProvider:initialize 2021-08-31 02:09:34.335 [ 1] 5 SDKPrimitivesProvider:isInitialized 2021-08-31 02:09:34.336 [ 1] 5 CustomerDataManager:createCustomerDataManagerInteface 2021-08-31 02:09:34.338 [ 1] 5 SQLiteLWAAuthorizationStorage:createLWAAuthorizationStorageInterface 2021-08-31 02:09:34.340 [ 1] I LocaleAssetsManager:initialize:supportedWakeWords=NONE 2021-08-31 02:09:34.345 [ 1] I DeviceInfo:create:result=skipDeviceType,key=deviceType 2021-08-31 02:09:34.351 [ 1] I DeviceInfo:create:result=skipFriendlyName,key=friendlyName 2021-08-31 02:09:34.352 [ 1] I DeviceInfo:create:result=skipRegistrationKey,key=registrationKey 2021-08-31 02:09:34.354 [ 1] I DeviceInfo:create:result=skipProductIdKey,key=productIdKey 2021-08-31 02:09:34.355 [ 1] 9 PowerMonitor:getInstance 2021-08-31 02:09:34.362 [ 1] 9 PowerMonitor:createLocalPowerResource:identifier=Executor:0 2021-08-31 02:09:34.363 [ 1] 9 PowerMonitor:isActiveLocked:isActiveLocked=false 2021-08-31 02:09:34.367 [ 1] 5 CBLAuthDelegate:createAuthDelegateInterface 2021-08-31 02:09:34.368 [ 1] 5 CBLAuthDelegate:CBLAuthDelegate 2021-08-31 02:09:34.371 [ 1] 5 CBLAuthDelegate:init 2021-08-31 02:09:34.375 [ 1] 5 LWAAuthorizationConfiguration:create 2021-08-31 02:09:34.377 [ 1] 5 LWAAuthorizationConfiguration:init 2021-08-31 02:09:34.380 [ 1] 5 LWAAuthorizationConfiguration:initScopeData 2021-08-31 02:09:34.381 [ 1] 9 LWAAuthorizationConfiguration:initScopeDataSucceeded 2021-08-31 02:09:34.383 [ 1] 5 SQLiteCBLAuthDelegateStorage:open 2021-08-31 02:09:34.385 [ 1] 5 SQLiteLWAAuthorizationStorage:open 2021-08-31 02:09:34.392 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating Equalizer configuration 2021-08-31 02:09:34.392 [ 2] 5 CBLAuthDelegate:handleAuthorizationFlow 2021-08-31 02:09:34.396 [ 2] 5 CBLAuthDelegate:handleStarting 2021-08-31 02:09:34.397 [ 2] 5 SQLiteCBLAuthDelegateStorage:getRefreshToken 2021-08-31 02:09:34.392 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating default Equalizer state 2021-08-31 02:09:34.398 [ 2] 5 SQLiteLWAAuthorizationStorage:getRefreshToken 2021-08-31 02:09:34.400 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating Equalizer configuration 2021-08-31 02:09:34.407 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating default Equalizer state 2021-08-31 02:09:34.402 [ 2] 0 SQLiteLWAAuthorizationStorage:getRefreshTokenFailed:reason=stepResultWasNotRow 2021-08-31 02:09:34.415 [ 2] 0 CBLAuthDelegate:getRefreshTokenFailed 2021-08-31 02:09:34.416 [ 1] 9 MediaPlayer:createCalled:name=SpeakMediaPlayer 2021-08-31 02:09:34.416 [ 2] 5 CBLAuthDelegate:handleRequestingCodePair 2021-08-31 02:09:34.418 [ 2] 5 CBLAuthDelegate:requestCodePair 2021-08-31 02:09:34.424 [ 2] 0 CurlEasyHandleWrapper:initializeNetworkInterfaceName:m_interfaceName= 2021-08-31 02:09:34.504 [ 1] 9 MediaPlayer:noOutputConversion:name=SpeakMediaPlayer 2021-08-31 02:09:34.505 [ 1] 9 MediaPlayer:createCalled:name=AudioMediaPlayer 2021-08-31 02:09:34.507 [ 1] 9 MediaPlayer:noOutputConversion:name=AudioMediaPlayer 2021-08-31 02:09:34.508 [ 1] 9 MediaPlayer:createCalled:name=AudioMediaPlayer 2021-08-31 02:09:34.509 [ 1] 9 MediaPlayer:noOutputConversion:name=AudioMediaPlayer 2021-08-31 02:09:34.511 [ 1] 9 MediaPlayer:createCalled:name=NotificationsMediaPlayer 2021-08-31 02:09:34.512 [ 1] 9 MediaPlayer:noOutputConversion:name=NotificationsMediaPlayer 2021-08-31 02:09:34.513 [ 1] 9 MediaPlayer:createCalled:name=BluetoothMediaPlayer 2021-08-31 02:09:34.514 [ 1] 9 MediaPlayer:noOutputConversion:name=BluetoothMediaPlayer 2021-08-31 02:09:34.516 [ 1] 9 MediaPlayer:createCalled:name=RingtoneMediaPlayer 2021-08-31 02:09:34.517 [ 1] 9 MediaPlayer:noOutputConversion:name=RingtoneMediaPlayer 2021-08-31 02:09:34.519 [ 1] 9 MediaPlayer:createCalled:name=AlertsMediaPlayer 2021-08-31 02:09:34.519 [ 1] 9 MediaPlayer:noOutputConversion:name=AlertsMediaPlayer 2021-08-31 02:09:34.521 [ 1] 9 MediaPlayer:createCalled:name=SystemSoundMediaPlayer 2021-08-31 02:09:34.523 [ 1] 9 MediaPlayer:noOutputConversion:name=SystemSoundMediaPlayer 2021-08-31 02:09:34.524 [ 1] 5 SQLiteDeviceSettingStorage:create 2021-08-31 02:09:34.525 [ 1] 5 SQLiteBluetoothStorage:create 2021-08-31 02:09:34.526 [ 1] 5 SQLiteCapabilitiesDelegateStorage:create 2021-08-31 02:09:34.529 [ 1] 9 PowerMonitor:getInstance 2021-08-31 02:09:34.533 [ 1] 9 PowerMonitor:createLocalPowerResource:identifier=Executor:1 2021-08-31 02:09:34.534 [ 1] 9 PowerMonitor:isActiveLocked:isActiveLocked=false 2021-08-31 02:09:34.535 [ 1] 5 SQLiteCapabilitiesDelegateStorage:open 2021-08-31 02:09:34.537 [ 1] 5 CBLAuthDelegate:addAuthObserver:observer=0xe963628 2021-08-31 02:09:34.538 [ 1] 9 ThreadPool:obtainWorker:created=0,obtained=0,releasedToPool=0,releasedFromPool=0,outstanding=0 2021-08-31 02:09:34.541 [ 1] 5 CapabilitiesDelegate:addCapabilitiesObserver:observer=0xe963630 2021-08-31 02:09:34.541 [ 3] 9 TaskThread:startThread:moniker= 3,duration=3508 2021-08-31 02:09:34.542 [ 1] 5 SDKPrimitivesProvider:getInstance 2021-08-31 02:09:34.549 [ 1] 5 SDKPrimitivesProvider:getTimerDelegateFactory 2021-08-31 02:09:34.549 [ 1] 5 SDKPrimitivesProvider:isInitialized 2021-08-31 02:09:34.551 [ 1] 5 InternetConnectionMonitor:startMonitoring 2021-08-31 02:09:34.553 [ 1] 9 PowerMonitor:getInstance 2021-08-31 02:09:34.554 [ 1] 9 PowerMonitor:createLocalPowerResource:identifier=Executor:2 2021-08-31 02:09:34.555 [ 1] 9 PowerMonitor:isActiveLocked:isActiveLocked=false 2021-08-31 02:09:34.562 [ 1] 5 AVSGatewayManager:create 2021-08-31 02:09:34.567 [ 1] 5 AVSGatewayManager:init:avsGateway=https://alexa.na.gateway.devices.a2z.com 2021-08-31 02:09:34.567 [ 1] 5 SynchronizeStateSenderFactory:create 2021-08-31 02:09:34.569 [ 1] 5 ExternalCapabilitiesBuilder:ExternalCapabilitiesBuilder 2021-08-31 02:09:34.570 [ 1] 0 ChannelVolumeManager:getSpeakerSettings 2021-08-31 02:09:34.570 [ 1] 9 MediaPlayer:getSpeakerSettingsCalled:name=AudioMediaPlayer 2021-08-31 02:09:34.572 [ 4] 9 MediaPlayer:handleGetSpeakerSettingsCalled:name=AudioMediaPlayer 2021-08-31 02:09:34.574 [ 5] 5 InternetConnectionMonitor:testConnection 2021-08-31 02:09:34.582 [ 5] 9 HTTPContentFetcherFactory:create::Creating a new http content fetcher 2021-08-31 02:09:34.583 [ 5] 9 LibCurlHttpContentFetcher:stateTransition:oldState=INITIALIZED,newState=FETCHING_HEADER:State transition 2021-08-31 02:09:34.585 [ 6] 9 LibCurlHttpContentFetcher:transferThread::start 2021-08-31 02:09:34.586 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-08-31 02:09:34.590 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-08-31 02:09:34.606 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-08-31 02:09:34.615 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-08-31 02:09:34.636 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-08-31 02:09:34.745 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-08-31 02:09:35.614 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1

C:\msys64\home\User\avs_sdk\build\bin>pause Press any key to continue . . .

Provide the steps to reproduce the issue, if applicable:

double click startsample.bat

Tell us about your environment:

What version of the AVS Device SDK are you using?

1.25.0

Tell us what hardware you're using:

Thinkpad Laptop

Tell us about your OS (Type & version):

Win10

wkc2021 avatar Aug 31 '21 02:08 wkc2021

@wkc2021, could you try running the commands in the .bat file directly, instead of running the .bat file?

kclchan avatar Aug 31 '21 21:08 kclchan

@kclchan, here is the log:

C:\msys64\home\User\avs_sdk>set path=C:/msys64/mingw64/bin;%path%;

C:\msys64\home\User\avs_sdk>cd C:/msys64/home/User/avs_sdk/build/bin

C:\msys64\home\User\avs_sdk\build\bin>SampleApp.exe C:/msys64/home/User/avs_sdk/build/Integration/AlexaClientSDKConfig.json DEBUG9 configFile C:/msys64/home/User/avs_sdk/build/Integration/AlexaClientSDKConfig.json Running app with log level: DEBUG9 2021-09-01 00:26:32.449 [ 1] I AlexaClientSdkInit:initialize:sdkversion=1.25.0 2021-09-01 00:26:32.449 [ 1] I AlexaClientSdkInit:initialize:curlVersion=7.77.0 2021-09-01 00:26:32.450 [ 1] 0 ConfigurationNode:initializeSuccess 2021-09-01 00:26:32.455 [ 1] 5 SDKPrimitivesProvider:getInstance 2021-09-01 00:26:32.455 [ 1] 5 SDKPrimitivesProvider:withTimerDelegateFactory 2021-09-01 00:26:32.456 [ 1] 5 SDKPrimitivesProvider:isInitialized 2021-09-01 00:26:32.456 [ 1] 5 SDKPrimitivesProvider:initialize 2021-09-01 00:26:32.456 [ 1] 5 SDKPrimitivesProvider:isInitialized 2021-09-01 00:26:32.456 [ 1] 5 CustomerDataManager:createCustomerDataManagerInteface 2021-09-01 00:26:32.456 [ 1] 5 SQLiteLWAAuthorizationStorage:createLWAAuthorizationStorageInterface 2021-09-01 00:26:32.457 [ 1] I LocaleAssetsManager:initialize:supportedWakeWords=NONE 2021-09-01 00:26:32.457 [ 1] I DeviceInfo:create:result=skipDeviceType,key=deviceType 2021-09-01 00:26:32.457 [ 1] I DeviceInfo:create:result=skipFriendlyName,key=friendlyName 2021-09-01 00:26:32.457 [ 1] I DeviceInfo:create:result=skipRegistrationKey,key=registrationKey 2021-09-01 00:26:32.457 [ 1] I DeviceInfo:create:result=skipProductIdKey,key=productIdKey 2021-09-01 00:26:32.458 [ 1] 9 PowerMonitor:getInstance 2021-09-01 00:26:32.458 [ 1] 9 PowerMonitor:createLocalPowerResource:identifier=Executor:0 2021-09-01 00:26:32.458 [ 1] 9 PowerMonitor:isActiveLocked:isActiveLocked=false 2021-09-01 00:26:32.458 [ 1] 5 CBLAuthDelegate:createAuthDelegateInterface 2021-09-01 00:26:32.458 [ 1] 5 CBLAuthDelegate:CBLAuthDelegate 2021-09-01 00:26:32.459 [ 1] 5 CBLAuthDelegate:init 2021-09-01 00:26:32.459 [ 1] 5 LWAAuthorizationConfiguration:create 2021-09-01 00:26:32.459 [ 1] 5 LWAAuthorizationConfiguration:init 2021-09-01 00:26:32.459 [ 1] 5 LWAAuthorizationConfiguration:initScopeData 2021-09-01 00:26:32.459 [ 1] 9 LWAAuthorizationConfiguration:initScopeDataSucceeded 2021-09-01 00:26:32.459 [ 1] 5 SQLiteCBLAuthDelegateStorage:open 2021-09-01 00:26:32.460 [ 1] 5 SQLiteLWAAuthorizationStorage:open 2021-09-01 00:26:32.462 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating Equalizer configuration 2021-09-01 00:26:32.462 [ 2] 5 CBLAuthDelegate:handleAuthorizationFlow 2021-09-01 00:26:32.462 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating default Equalizer state 2021-09-01 00:26:32.462 [ 2] 5 CBLAuthDelegate:handleStarting 2021-09-01 00:26:32.462 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating Equalizer configuration 2021-09-01 00:26:32.463 [ 2] 5 SQLiteCBLAuthDelegateStorage:getRefreshToken 2021-09-01 00:26:32.463 [ 1] 1 InMemoryEqualizerConfiguration:validateConfiguration::Validating default Equalizer state 2021-09-01 00:26:32.463 [ 2] 5 SQLiteLWAAuthorizationStorage:getRefreshToken 2021-09-01 00:26:32.463 [ 2] 0 SQLiteLWAAuthorizationStorage:getRefreshTokenFailed:reason=stepResultWasNotRow 2021-09-01 00:26:32.464 [ 2] 0 CBLAuthDelegate:getRefreshTokenFailed 2021-09-01 00:26:32.464 [ 2] 5 CBLAuthDelegate:handleRequestingCodePair 2021-09-01 00:26:32.464 [ 1] 9 MediaPlayer:createCalled:name=SpeakMediaPlayer 2021-09-01 00:26:32.464 [ 2] 5 CBLAuthDelegate:requestCodePair 2021-09-01 00:26:32.465 [ 2] 0 CurlEasyHandleWrapper:initializeNetworkInterfaceName:m_interfaceName= 2021-09-01 00:26:33.417 [ 2] 5 HttpPost:doPostSucceeded:code=200 2021-09-01 00:26:33.419 [ 2] 5 CBLAuthDelegate:receiveCodePairResponse:code=200 2021-09-01 00:26:33.419 [ 2] 5 CBLAuthDelegate:mapHTTPStatusToError:code=200,error=SUCCESS 2021-09-01 00:26:33.419 [ 2] 5 CBLAuthDelegate:setAuthError:authError=SUCCESS 2021-09-01 00:26:33.420 [ 2] 9 ThreadPool:obtainWorker:created=0,obtained=0,releasedToPool=0,releasedFromPool=0,outstanding=0 2021-09-01 00:26:33.420 [ 2] 5 CBLAuthDelegate:handleRequestingToken 2021-09-01 00:26:33.421 [ 2] 5 CBLAuthDelegate:requestToken 2021-09-01 00:26:33.420 [ 3] 9 TaskThread:startThread:moniker= 3,duration=877 2021-09-01 00:26:33.602 [ 1] 9 MediaPlayer:noOutputConversion:name=SpeakMediaPlayer 2021-09-01 00:26:33.603 [ 1] 9 MediaPlayer:createCalled:name=AudioMediaPlayer 2021-09-01 00:26:33.605 [ 1] 9 MediaPlayer:noOutputConversion:name=AudioMediaPlayer 2021-09-01 00:26:33.606 [ 1] 9 MediaPlayer:createCalled:name=AudioMediaPlayer 2021-09-01 00:26:33.606 [ 1] 9 MediaPlayer:noOutputConversion:name=AudioMediaPlayer 2021-09-01 00:26:33.607 [ 1] 9 MediaPlayer:createCalled:name=NotificationsMediaPlayer 2021-09-01 00:26:33.608 [ 1] 9 MediaPlayer:noOutputConversion:name=NotificationsMediaPlayer 2021-09-01 00:26:33.608 [ 1] 9 MediaPlayer:createCalled:name=BluetoothMediaPlayer 2021-09-01 00:26:33.609 [ 1] 9 MediaPlayer:noOutputConversion:name=BluetoothMediaPlayer 2021-09-01 00:26:33.610 [ 1] 9 MediaPlayer:createCalled:name=RingtoneMediaPlayer 2021-09-01 00:26:33.610 [ 1] 9 MediaPlayer:noOutputConversion:name=RingtoneMediaPlayer 2021-09-01 00:26:33.611 [ 1] 9 MediaPlayer:createCalled:name=AlertsMediaPlayer 2021-09-01 00:26:33.611 [ 1] 9 MediaPlayer:noOutputConversion:name=AlertsMediaPlayer 2021-09-01 00:26:33.612 [ 1] 9 MediaPlayer:createCalled:name=SystemSoundMediaPlayer 2021-09-01 00:26:33.612 [ 1] 9 MediaPlayer:noOutputConversion:name=SystemSoundMediaPlayer 2021-09-01 00:26:33.613 [ 1] 5 SQLiteDeviceSettingStorage:create 2021-09-01 00:26:33.613 [ 1] 5 SQLiteBluetoothStorage:create 2021-09-01 00:26:33.613 [ 1] 5 SQLiteCapabilitiesDelegateStorage:create 2021-09-01 00:26:33.614 [ 1] 9 PowerMonitor:getInstance 2021-09-01 00:26:33.614 [ 1] 9 PowerMonitor:createLocalPowerResource:identifier=Executor:1 2021-09-01 00:26:33.614 [ 1] 9 PowerMonitor:isActiveLocked:isActiveLocked=false 2021-09-01 00:26:33.614 [ 1] 5 SQLiteCapabilitiesDelegateStorage:open 2021-09-01 00:26:33.616 [ 1] 5 CBLAuthDelegate:addAuthObserver:observer=0xe9d3ea8 2021-09-01 00:26:33.616 [ 1] 5 CapabilitiesDelegate:addCapabilitiesObserver:observer=0xe9d3eb0 2021-09-01 00:26:33.616 [ 1] 5 SDKPrimitivesProvider:getInstance 2021-09-01 00:26:33.616 [ 1] 5 SDKPrimitivesProvider:getTimerDelegateFactory 2021-09-01 00:26:33.617 [ 1] 5 SDKPrimitivesProvider:isInitialized 2021-09-01 00:26:33.617 [ 1] 5 InternetConnectionMonitor:startMonitoring 2021-09-01 00:26:33.618 [ 1] 9 PowerMonitor:getInstance 2021-09-01 00:26:33.618 [ 1] 9 PowerMonitor:createLocalPowerResource:identifier=Executor:2 2021-09-01 00:26:33.618 [ 1] 9 PowerMonitor:isActiveLocked:isActiveLocked=false 2021-09-01 00:26:33.618 [ 1] 5 AVSGatewayManager:create 2021-09-01 00:26:33.619 [ 1] 5 AVSGatewayManager:init:avsGateway=https://alexa.na.gateway.devices.a2z.com 2021-09-01 00:26:33.619 [ 1] 5 SynchronizeStateSenderFactory:create 2021-09-01 00:26:33.620 [ 1] 5 ExternalCapabilitiesBuilder:ExternalCapabilitiesBuilder 2021-09-01 00:26:33.620 [ 1] 0 ChannelVolumeManager:getSpeakerSettings 2021-09-01 00:26:33.620 [ 1] 9 MediaPlayer:getSpeakerSettingsCalled:name=AudioMediaPlayer 2021-09-01 00:26:33.621 [ 4] 9 MediaPlayer:handleGetSpeakerSettingsCalled:name=AudioMediaPlayer 2021-09-01 00:26:33.637 [ 5] 5 InternetConnectionMonitor:testConnection 2021-09-01 00:26:33.638 [ 5] 9 HTTPContentFetcherFactory:create::Creating a new http content fetcher 2021-09-01 00:26:33.639 [ 5] 9 LibCurlHttpContentFetcher:stateTransition:oldState=INITIALIZED,newState=FETCHING_HEADER:State transition 2021-09-01 00:26:33.639 [ 6] 9 LibCurlHttpContentFetcher:transferThread::start 2021-09-01 00:26:33.640 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:33.648 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:33.653 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:33.759 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:33.850 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:33.861 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:33.974 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:34.077 [ 6] 9 LibCurlHttpContentFetcher:transferThread:numTransfersLeft=1 2021-09-01 00:26:34.078 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.079 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.079 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.079 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.080 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.080 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.080 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.080 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.081 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.081 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.082 [ 6] 9 LibCurlHttpContentFetcher:headerCallback:type=content-length,length=419 2021-09-01 00:26:34.082 [ 6] 9 LibCurlHttpContentFetcher:headerCallback::CALLED 2021-09-01 00:26:34.082 [ 6] 9 LibCurlHttpContentFetcher:bodyCallback::End of header found. 2021-09-01 00:26:34.327 [ 2] 5 HttpPost:doPostSucceeded:code=400 2021-09-01 00:26:34.328 [ 2] 5 CBLAuthDelegate:receiveTokenResponse:code=400 2021-09-01 00:26:34.329 [ 2] 5 CBLAuthDelegate:mapHTTPStatusToError:code=400,error=INVALID_REQUEST 2021-09-01 00:26:34.329 [ 2] 5 CBLAuthDelegate:errorInLwaResponseBody:error=authorization_pending,errorCode=AUTHORIZATION_PENDING 2021-09-01 00:26:34.330 [ 2] 5 CBLAuthDelegate:setAuthError:authError=AUTHORIZATION_PENDING 2021-09-01 00:26:34.330 [ 2] 0 CBLAuthDelegate:receiveTokenResponseFailed:result=AUTHORIZATION_PENDING

C:\msys64\home\User\avs_sdk\build\bin>

wkc2021 avatar Sep 01 '21 00:09 wkc2021

@wkc2021 Can you confirm, do you still see this issue? We are unable to replicate.

cherylatamazon avatar Nov 29 '21 19:11 cherylatamazon

@cherylatamazon Yes, the issue still persists.

wkc2021 avatar Nov 30 '21 01:11 wkc2021

@cherylatamazon @kclchan I found an error message "LWAAuthorizationStorage:getRefreshTokenFailed:reason=emptyValue" in the log. What does it mean? btw, I copied config.json to ubuntu and compile sampleapp but didn't find the same problem.

wkc2021 avatar Feb 08 '22 07:02 wkc2021

Hello @wkc2021, Are you still experiencing this issue?

blazusiak-amazon avatar Oct 03 '22 17:10 blazusiak-amazon

Hello @wkc2021, Due to the inactivity of this ticket, this ticket will be closed. Please feel free to re-open the ticket if you have more questions or feel that your question has not been answered fully.

blazusiak-amazon avatar Nov 14 '22 01:11 blazusiak-amazon