-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
BugIssues that contain unintended behaviorIssues that contain unintended behavior
Description
Describe the problem
When navigating to the website, then selecting Playerbase > Playerlist and clicking on a player to view their information, the following error occurs. The page fails to load the player's information correctly.
Exceptions and other logs
No errors appear in the plugin logs, but the browser console throws the following error:
TypeError: Cannot read properties of undefined (reading 'name')
at q (PlayerOverview-Dj9MGU_u.js:1:2519)
at D7 (index-DqYUlt5r.js:39:17173)
at It (index-DqYUlt5r.js:41:43959)
at Ft (index-DqYUlt5r.js:41:39721)
at JC (index-DqYUlt5r.js:41:39649)
at a8 (index-DqYUlt5r.js:41:39502)
at m9 (index-DqYUlt5r.js:41:35864)
at Vt (index-DqYUlt5r.js:41:34815)
at W (index-DqYUlt5r.js:26:1625)
at MessagePort.H2 (index-DqYUlt5r.js:26:2008)
K7 @index-DqYUlt5r.js:41
m.componentDidCatch.s.callback @ index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:39
Ht@index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:41
XC @index-DqYUlt5r.js:41
eg @ index-DqYUlt5r.js:41
Z3 @index-DqYUlt5r.js:41
Vt@index-DqYUlt5r.js:41
W@index-DqYUlt5r.js:26
H2 @index-DqYUlt5r.js:26
index-DqYUlt5r.js:41 TypeError: Cannot read properties of undefined (reading 'playtime_30d')
at V (PlayerOverview-Dj9MGU_u.js:1:6825)
at D7 (index-DqYUlt5r.js:39:17173)
at It (index-DqYUlt5r.js:41:43959)
at Ft (index-DqYUlt5r.js:41:39721)
at J.C. (index-DqYUlt5r.js:41:39649)
at a8 (index-DqYUlt5r.js:41:39502)
at m9 (index-DqYUlt5r.js:41:35864)
at Vt (index-DqYUlt5r.js:41:34815)
at W (index-DqYUlt5r.js:26:1625)
at MessagePort.H2 (index-DqYUlt5r.js:26:2008)
K7 @index-DqYUlt5r.js:41
m.componentDidCatch.s.callback @ index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:39
Ht@index-DqYUlt5r.js:41
At @ index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:41
At @index-DqYUlt5r.js:41
XC @index-DqYUlt5r.js:41
eg @index-DqYUlt5r.js:41
Z3 @index-DqYUlt5r.js:41
Vt@index-DqYUlt5r.js:41
W@index-DqYUlt5r.js:26
H2 @index-DqYUlt5r.js:26
index-DqYUlt5r.js:581 TypeError: Cannot read properties of undefined (reading 'playtime_30d')
at V (PlayerOverview-Dj9MGU_u.js:1:6825)
at D7 (index-DqYUlt5r.js:39:17173)
at It (index-DqYUlt5r.js:41:43959)
at Ft (index-DqYUlt5r.js:41:39721)
at JC (index-DqYUlt5r.js:41:39649)
at a8 (index-DqYUlt5r.js:41:39502)
at m9 (index-DqYUlt5r.js:41:35864)
at Vt (index-DqYUlt5r.js:41:34815)
at W (index-DqYUlt5r.js:26:1625)
at MessagePort.H2 (index-DqYUlt5r.js:26:2008)
Steps to reproduce
- Go to the plugin's web interface.
- Navigate to Playerbase > Playerlist.
- click on a player's name to view their details.
Versions from the plugin
Plan-5.6-build-2959.jar
Metadata
Metadata
Assignees
Labels
BugIssues that contain unintended behaviorIssues that contain unintended behavior