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
This error was reported to the /clienterror endpoint:
origin: https://airmash.online
user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15
error:
message: undefined is not an object (evaluating 's.polygons.scale')
line: 1
column: 643149
sourceURL: https://airmash.online/assets/engine.js?e2feade811be4b83072a&_sm_byp=iVVRJHRr9MQt6r07
stack:
v@https://airmash.online/assets/engine.js?e2feade811be4b83072a&_sm_byp=iVVRJHRr9MQt6r07:1:643149
https://airmash.online/assets/engine.js?e2feade811be4b83072a&_sm_byp=iVVRJHRr9MQt6r07:1:640858
https://airmash.online/assets/engine.js?e2feade811be4b83072a&_sm_byp=iVVRJHRr9MQt6r07:1:741207
The polygons property was missing from pixiTextureByName at this point:
The text was updated successfully, but these errors were encountered:
congratulatio
changed the title
TypeError: undefined is not an object (evaluating 's.polygons.scale')
TypeError: undefined is not an object (evaluating 'pixiTextureByName.polygons.scale')
Oct 12, 2020
This error was reported to the /clienterror endpoint:
The
polygons
property was missing frompixiTextureByName
at this point:airmash-frontend/src/js/Graphics.js
Lines 195 to 198 in b7c4120
The call stack above indicates this function was called from
resizeRenderer
:airmash-frontend/src/js/Graphics.js
Line 118 in b7c4120
Likely root cause is that
assets/map.json
had not been fetched yet (or at all) at that point:airmash-frontend/src/js/Graphics.js
Lines 200 to 202 in b7c4120
The text was updated successfully, but these errors were encountered: