-
Notifications
You must be signed in to change notification settings - Fork 18
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
'Name or Service not known' when running #37
Comments
Thank you for the report, It seems to be a serialization issue when You can find the definition of I haven't run into this myself, though it doesn't seem likely, python version could be a factor. Could give python3.10 a try? If that fixed the problem you have, please let me know, thanks! |
That was indeed the cause, I'll look for a solution. |
Hello,
I just cloned the repo and am following the directions to run the tool to collect the AH data. I successfully created a dev account and am using the following command to run (in a VENV):
BN_CLIENT_ID="<omitted>" BN_CLIENT_SECRET="<omitted>" python -m ah.updater --game_version classic us
Here's the error message I get:
It looks like it's trying to connect to 'regionenum.us.api.blizzard.com', which is not a valid host. Any suggestions on resolving this issue?
The text was updated successfully, but these errors were encountered: