You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(317): error: Failure in outside_ssl_json: CHECK_NOT_EQUAL(obj.find(L"pageInfo"), obj.end())
FAILED
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(318): error: Failure in outside_ssl_json: CHECK_NOT_EQUAL(obj.find(L"items"), obj.end())
FAILED
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(291): error: Failure in outside_ssl_json: Unhandled exception: not an array FAILED
Test case outside_tests:outside_ssl_json FAILED
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceeded",
"message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=368036497463",
"extendedHelp": "https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=368036497463"
}
],
"code": 403,
"message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/youtube.googleapis.com/quotas?project=368036497463"
}
}
To be honest, I'm not sure why this test case goes into the level of checking that it does. If we've opened a secure connection and retrieved some valid JSON, that's surely enough?
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(317): error: Failure in outside_ssl_json: CHECK_NOT_EQUAL(obj.find(L"pageInfo"), obj.end())
FAILED
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(318): error: Failure in outside_ssl_json: CHECK_NOT_EQUAL(obj.find(L"items"), obj.end())
FAILED
...\cpprestsdk\Release\tests\functional\http\client\outside_tests.cpp(291): error: Failure in outside_ssl_json: Unhandled exception: not an array FAILED
Test case outside_tests:outside_ssl_json FAILED
Follow up to #27.
The text was updated successfully, but these errors were encountered: