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

Menueleiste leer nach Update #709

Closed
Barbar65 opened this issue Apr 1, 2020 · 8 comments
Closed

Menueleiste leer nach Update #709

Barbar65 opened this issue Apr 1, 2020 · 8 comments

Comments

@Barbar65
Copy link

Barbar65 commented Apr 1, 2020

Nach dem heutigen update ist meine Menueleiste bzw. ohne Funktion und im Protokoll erscheint eine Fehlermeldung über eine Datei, die nicht geöffnet werden kann

@mainIine
Copy link
Owner

mainIine commented Apr 1, 2020

Es kam ein neues Modul dazu. Warscheinlich musste den Browser neu starten oder die Extension in der Extenstion-Übersicht "Reloaden"

Bildschirmfoto 2020-04-01 um 13-14-49

@MasterYinan
Copy link

Bei mir ist das Menü an der rechten Seite ebenfalls leer und auch teilweise kaputt (der "nach unten" button ist nicht mit der restlichen Menü-Box verbunden).
Ein "Reload"-Button existiert bei mir nicht bei der Extension-Ansicht in Chrome.

@TobiHH
Copy link

TobiHH commented Apr 1, 2020

Ich habe ebenfalls keinen Reload Button. Die Chrome Console gibt folgendes aus:

_main.js?v=2.4.3.1:427 TypeError: Cannot read property 'status' of undefined
at Object.GetSetting (settings.js?v=2.4.3.1:224)
at Object.api_Btn (_menu.js?v=2.4.3.1:818)
at Object.ListLinks (_menu.js?v=2.4.3.1:200)
at HTMLDocument. (_menu.js?v=2.4.3.1:71)
at i (merged-3rd-party-a32c16de.js:2)
at Object.add [as done] (merged-3rd-party-a32c16de.js:2)
at n.fn.init.n.fn.ready (merged-3rd-party-a32c16de.js:2)
at Object.BuildOverlayMenu (_menu.js?v=2.4.3.1:68)
at _main.js?v=2.4.3.1:1014
at _proxyAction (_main.js?v=2.4.3.1:425)

Das ist der Quelltext dazu;
` /**
* Gibt den Status aus dem localStorage oder den Settings zurück
*
* @param name
* @returns {any}
*/
GetSetting: (name)=> {
let s = localStorage.getItem(name);

	if(s !== null){
		return JSON.parse(s);
	} else {
		return Settings.Preferences[name]['status'];
	}
},`

@mainIine
Copy link
Owner

mainIine commented Apr 1, 2020

Fehler gefunden. Ich hab eine Variable im Storage die euch fehlt. Daher sehe ich den Fehler nicht.

Bugfix ist unterwegs,

@mainIine mainIine closed this as completed Apr 1, 2020
mainIine pushed a commit that referenced this issue Apr 1, 2020
mainIine pushed a commit that referenced this issue Apr 1, 2020
@JuberFoE
Copy link
Contributor

JuberFoE commented Apr 1, 2020

Wann kommt das Update, das der Fehler behoben ist? Die rechte Seite ist so leer und einsam, ^^

@Barbar65
Copy link
Author

Barbar65 commented Apr 1, 2020 via email

@mainIine
Copy link
Owner

mainIine commented Apr 1, 2020

Firefox schaltet Updates immer sofort frei. Dort geht auch alles wieder.
Chrome bummelt immer

@Barbar65
Copy link
Author

Barbar65 commented Apr 1, 2020 via email

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

5 participants