-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Team data not parsing #10
Comments
You can fix this? Because of this, the module does not work. |
Which methods does this bug affect? |
I meant that this function is very important where I use it and without it nothing works. |
You never mentioned which function. From the looks of it, it's the getMatches function, is that correct? |
Yes, getMatches function. |
Can you fix? |
Issue should be fixed in v2.1.1 |
Now only in the first live match the second team did not parsed name: |
I can't reproduce it, this bug is fixed in the latest version, have you updated?
|
Yes, i update. I try to check parsing this code: HLTV.getMatches().then(matches => { |
Sometimes the name or id of one of the teams is not parsed.
{ "id":2313372, "team1":{ "name":"Majestic Lions", "id":6576 }, "team2":{ "name":"", "id":5412 }, "event":{ "name":"PG WAY Trnava 2017", "id":null }, "format":"Best of 3", "maps":[ "ovp", "inf", "mrg" ], "stars":0, "live":true }
The text was updated successfully, but these errors were encountered: