diff --git a/src/downloader.cpp b/src/downloader.cpp index 2cd168e..b4e07f5 100644 --- a/src/downloader.cpp +++ b/src/downloader.cpp @@ -1804,6 +1804,10 @@ std::vector Downloader::getGames() #endif page_html = root["html"].asString(); html += page_html; + if (page_html.empty() && i == 1) + { + std::cout << "No games were found on your account. Try --login to refresh your authorization." << std::endl; + } i++; } while (!page_html.empty());