eswak / chrome-ogame-ui-extension

A Google Chrome extension that enhances the OGame user interface by adding elements into it.
18 stars 23 forks source link

multiple errors on utils and main.js #139

Closed csepulveda closed 1 year ago

csepulveda commented 1 year ago

Hello, i started on server: s191-en.ogame and the extensions did't work

error name: Uncaught ReferenceError: $ is not defined
context: https://s191-en.ogame.gameforge.com/game/index.php?page=ingame&component=supplies
file: src/utils/persistent-config.js:3 (anonymous function)
error name: Uncaught ReferenceError: $ is not defined
context: https://s191-en.ogame.gameforge.com/game/index.php?page=ingame&component=supplies
file :src/utils/on-menu-click.js:65 (anonymous function) 
error name: Uncaught TypeError: window._getConfigAsync is not a function
context: https://s191-en.ogame.gameforge.com/game/index.php?page=ingame&component=supplies
file: main.js:69 (anonymous function)
error name: Uncaught TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
context: https://s191-en.ogame.gameforge.com/game/index.php?page=ingame&component=supplies
file: src/utils/dom-events.js:30 (anonymous function)

Please let me know if there is anything that I could help with.

Regards!

csepulveda commented 1 year ago

The extension works after do the following steps: 1) remove the extension from google chrome. 2) download the release 4.0.3 from gitlab. 3) install the extension directly from the unziped release.

Regards.

eswak commented 1 year ago

the version on the chrome store should be fixed now 😅