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
script.js:2 [Deprecation] Listener added for a 'DOMNodeInserted' mutation event. This event type is deprecated, and will be removed from this browser very soon. Usage of this event listener will cause performance issues today, and represents a large risk of future site breakage. Consider using MutationObserver instead. See https://chromestatus.com/feature/5083947249172480 for more information.
(anonymous) @ script.js:2
Show 1 more frame
Show less
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
Third-party cookie will be blocked. Learn more in the Issues tab.
api.opendota.com/api/explorer?sql=SELECT%20matches.match_id%2C%20matches.start_time%2C%0A%20%20%20%20((pmA0.player_slot%20%3C%205)%20%3D%20matches.radiant_win)%20team_a_win%2C%20%20%20%20%20%20%0A%20%20%20%20ARRAY%5B%0A%20%20%20%20%20%20pma4.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma3.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma2.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma1.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma0.hero_id%0A%20%20%20%20%5D%20team_a_composition%2C%20ARRAY%5B%0A%20%20%20%20%20%20pmB0.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB1.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB2.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB3.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB4.hero_id%0A%20%20%20%20%5D%20team_b_composition%0A%20%20%20%20FROM%20matches%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA0%20%0A%20%20%20%20%20%20ON%20pmA0.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA0.hero_id%20%3D%203%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA1%20%0A%20%20%20%20%20%20ON%20pmA1.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA1.hero_id%20%3D%2081%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA2%20%0A%20%20%20%20%20%20ON%20pmA2.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA2.hero_id%20%3D%2046%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA3%20%0A%20%20%20%20%20%20ON%20pmA3.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA3.hero_id%20%3D%20103%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA4%20%0A%20%20%20%20%20%20ON%20pmA4.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA4.hero_id%20NOT%20IN%20(3%2C81%2C46%2C103)%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA1.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA2.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA3.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA4.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB0%20%0A%20%20%20%20%20%20ON%20pmB0.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB1%20%0A%20%20%20%20%20%20ON%20pmB1.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB1.hero_id%20%3E%20pmB0.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB2%20%0A%20%20%20%20%20%20ON%20pmB2.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB2.hero_id%20%3E%20pmB1.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB3%20%0A%20%20%20%20%20%20ON%20pmB3.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB3.hero_id%20%3E%20pmB2.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB4%20%0A%20%20%20%20%20%20ON%20pmB4.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB4.hero_id%20%3E%20pmB3.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB0.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB1.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB2.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB3.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB4.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%0A%20%20%20%20ORDER%20BY%20matches.start_time%20DESC%20LIMIT%20500:1
Failed to load resource: the server responded with a status of 400 ()
index-ed86c7dd.js:4593 Uncaught (in promise) TypeError: r.forEach is not a function
at handleResponse (index-ed86c7dd.js:4593:3598)
api.opendota.com/api/explorer?sql=SELECT%20matches.match_id%2C%20matches.start_time%2C%0A%20%20%20%20((pmA0.player_slot%20%3C%205)%20%3D%20matches.radiant_win)%20team_a_win%2C%20%20%20%20%20%20%0A%20%20%20%20ARRAY%5B%0A%20%20%20%20%20%20pma4.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma3.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma2.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma1.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pma0.hero_id%0A%20%20%20%20%5D%20team_a_composition%2C%20ARRAY%5B%0A%20%20%20%20%20%20pmB0.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB1.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB2.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB3.hero_id%0A%20%20%20%20%2C%0A%20%20%20%20%20%20pmB4.hero_id%0A%20%20%20%20%5D%20team_b_composition%0A%20%20%20%20FROM%20matches%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA0%20%0A%20%20%20%20%20%20ON%20pmA0.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA0.hero_id%20%3D%203%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA1%20%0A%20%20%20%20%20%20ON%20pmA1.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA1.hero_id%20%3D%2081%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA2%20%0A%20%20%20%20%20%20ON%20pmA2.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA2.hero_id%20%3D%2046%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA3%20%0A%20%20%20%20%20%20ON%20pmA3.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA3.hero_id%20%3D%20103%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmA4%20%0A%20%20%20%20%20%20ON%20pmA4.match_id%20%3D%20matches.match_id%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%20AND%20pmA4.hero_id%20%3D%2028%0A%20%20%0A%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA1.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA2.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA3.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmA4.player_Slot%20%3C%205%20)%20)%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB0%20%0A%20%20%20%20%20%20ON%20pmB0.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB1%20%0A%20%20%20%20%20%20ON%20pmB1.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB1.hero_id%20%3E%20pmB0.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB2%20%0A%20%20%20%20%20%20ON%20pmB2.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB2.hero_id%20%3E%20pmB1.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB3%20%0A%20%20%20%20%20%20ON%20pmB3.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB3.hero_id%20%3E%20pmB2.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20JOIN%20player_matches%20pmB4%20%0A%20%20%20%20%20%20ON%20pmB4.match_id%20%3D%20matches.match_id%20%0A%0A%20%20%20%20%20%20%0A%20%20%0A%20%20%20%20%20%20AND%20pmB4.hero_id%20%3E%20pmB3.hero_id%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB0.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB1.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB2.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB3.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%20%0A%20%20%20%20%20%20AND%20(%20(%20pmA0.player_slot%20%3C%205%20)%20%3D%20(%20pmB4.player_Slot%20%3E%205%20)%20)%20%0A%20%20%20%20%0A%20%20%20%20ORDER%20BY%20matches.start_time%20DESC%20LIMIT%20500:1
Failed to load resource: the server responded with a status of 400 ()
index-ed86c7dd.js:4593 Uncaught (in promise) TypeError: r.forEach is not a function
at handleResponse (index-ed86c7dd.js:4593:3598)
Environment
Browser Version: Chrome Version 124.0.6367.63 (Official Build) (64-bit)
OS: Windows 10
Additional context/Screenshots
The text was updated successfully, but these errors were encountered:
Console Output
Environment
Additional context/Screenshots
The text was updated successfully, but these errors were encountered: