Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Support GOG platform [Bug] Have some error logs #14

Open
becauseimnoob opened this issue Dec 30, 2022 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@becauseimnoob
Copy link

thank you for epic platfor support. I don't know if I want too much. Do you have the opportunity to add it on the GOG platform? #13 (comment)


2022-12-30 05:19:26,471 - GamesHub - Processing keylol page...
/usr/local/lib/python3.8/dist-packages/bs4/builder/__init__.py:545: XMLParsedAsHTMLWarning: It looks like you're parsing an XML document using an HTML parser. If this really is an HTML document (maybe it's XHTML?), you can ignore or filter this warning. If it's XML, you should know that using an XML parser will be more reliable. To parse this document as XML, make sure you have the lxml package installed, and pass the keyword argument `features="xml"` into the BeautifulSoup constructor.
  warnings.warn(
2022-12-30 05:20:24,991 - GamesHub - HTTPSConnectionPool(host='store.steampowered.com', port=443): Max retries exceeded with url: /api/appdetails?appids=1933320 (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f495f419700>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

2022-12-30 05:20:24,991 - GamesHub - Loading reddit...
2022-12-30 05:20:25,413 - GamesHub - received 401 HTTP response
2022-12-30 05:20:25,414 - GamesHub - Getting free games from epic games store...
2022-12-30 05:20:26,129 - GamesHub - can only concatenate str (not "NoneType") to str
@lupohan44
Copy link
Owner

Hi, this is actually 2 issues. 1 is feature request, 1 is error log. Please create 2 issues next time.

As for the error log part,
you can simply ignore the first warning.
The first error is your network issue, something is wrong with your DNS service. Please wait for plugin retry. If you get the same errors, please try to fix your DNS service. You can also manually open https://store.steampowered.com/api/appdetails?appids=1933320 while troubleshooting your DNS service.
There are two possibilities to cause the reddit scraper error. The first is your API token is not correct, the second is sometimes reddit API response 401 even when your API token is correct. Please recheck your config file.
The epic games scraper part is a bug, fixed in commit 8e4190e

@lupohan44 lupohan44 changed the title Do you have the opportunity to add it on the GOG platform? [Enhancement][Bug] Support GOG platform and some error logs Dec 30, 2022
@lupohan44 lupohan44 changed the title [Enhancement][Bug] Support GOG platform and some error logs [Enhancement] Support GOG platform [Bug] Have some error logs Dec 30, 2022
@lupohan44 lupohan44 added bug Something isn't working enhancement New feature or request labels Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants