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

Cannot read properties of null #10

Closed
lovelord83 opened this issue Mar 22, 2022 · 2 comments
Closed

Cannot read properties of null #10

lovelord83 opened this issue Mar 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@lovelord83
Copy link

Current Behaviour

In console, while loading any armory character, a lot of errors are loaded (more than 1k) and loading got a lot of times while loading those errors:

viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading 'show')
    at ia.updateProgress (viewer.min.js:2:202696)
    at XMLHttpRequest.<anonymous> (viewer.min.js:2:45027)
    at XMLHttpRequest.c (/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:9405)
viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading '1')
    at Kn.setAppearance (viewer.min.js:2:176083)
    at Object.success (viewer.min.js:2:188994)
    at c (jquery-3.6.0.min.js:2:28327)
    at Object.fireWith [as resolveWith] (jquery-3.6.0.min.js:2:29072)
    at l (jquery-3.6.0.min.js:2:79901)
    at XMLHttpRequest.<anonymous> (jquery-3.6.0.min.js:2:82355)
22viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading 'show')
    at ia.updateProgress (viewer.min.js:2:202696)
    at XMLHttpRequest.<anonymous> (viewer.min.js:2:45027)
    at XMLHttpRequest.c (/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:9405)
viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading 'show')
    at ia.updateProgress (viewer.min.js:2:202696)
    at XMLHttpRequest.<anonymous> (viewer.min.js:2:45156)
    at XMLHttpRequest.c (/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:9405)
644viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading 'show')
    at ia.updateProgress (viewer.min.js:2:202696)
    at XMLHttpRequest.<anonymous> (viewer.min.js:2:45027)
    at XMLHttpRequest.c (/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js:1:9405)
228viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading 'show')
    at ia.updateProgress (viewer.min.js:2:202696)
    at XMLHttpRequest.<anonymous> (viewer.min.js:2:45027)
    at XMLHttpRequest.c (rocket-loader.min.js:1:9405)
updateProgress @ viewer.min.js:2
(anonymous) @ viewer.min.js:2
c @ rocket-loader.min.js:1
viewer.min.js:2 Uncaught TypeError: Cannot read properties of null (reading 'forEach')
    at Kn.setAnimation (viewer.min.js:2:178308)
    at Kn.bO (viewer.min.js:2:187586)
    at Kn.bT (viewer.min.js:2:195236)
    at Object.success (viewer.min.js:2:188477)
    at c (jquery-3.6.0.min.js:2:28327)
    at Object.fireWith [as resolveWith] (jquery-3.6.0.min.js:2:29072)
    at l (jquery-3.6.0.min.js:2:79901)
    at XMLHttpRequest.<anonymous> (viewer.min.js:2:45208)
    at XMLHttpRequest.c (rocket-loader.min.js:1:9405)

Expected behaviour

No response

Reproduction steps

1- load armory
2- search for a character
3- load a character in armory
4- look in dev console

Server operating system

win 11

Client operating system and browser

win 11 - chrome last version

Armory revision

AzerothCore revision (commit hash)

@lovelord83 lovelord83 added the bug Something isn't working label Mar 22, 2022
@r-o-b-o-t-o
Copy link
Owner

This behaviour was ChromieCraft-specific. I had noticed the errors too but didn't really know where they came from, but they were not present on a local install of this repository.
There was a maintenance on the chromiecraft.com website today, the errors are gone and the models load way faster now.

@lovelord83
Copy link
Author

Good to know, that loading is frustrating 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants