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

Infinite loading on combos page #3175

Open
YashSwaraj opened this issue Apr 28, 2024 · 0 comments
Open

Infinite loading on combos page #3175

YashSwaraj opened this issue Apr 28, 2024 · 0 comments

Comments

@YashSwaraj
Copy link

Console Output

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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant