Jump to content

weird issues with notifications

NTDaws

So everytime I got to a new page on the forum, it keeps popping up that I have 3 notifications and its bothering the shit out of me, I marked them read and I even went to the pages. DOES NOTHING, it keeps popping up that I have 3. It happens on any device I try. Please fix it.

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

Is the time set correctly on your device, and has it always been set correctly? Try clearing your site data ("Cookies and other site data" in chrome, "offline website data" in firefox), and see if that fixes it.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

7 hours ago, colonel_mortis said:

Is the time set correctly on your device, and has it always been set correctly? Try clearing your site data ("Cookies and other site data" in chrome, "offline website data" in firefox), and see if that fixes it.

Didn't seem to fix it.

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

11 minutes ago, Being Delirious said:

Didn't seem to fix it.

Are you on desktop? If so, can you press F12 to open the dev tools, then switch to the console tab and run

localStorage.clear()

and see if that fixes it.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

35 minutes ago, colonel_mortis said:

Are you on desktop? If so, can you press F12 to open the dev tools, then switch to the console tab and run


localStorage.clear()

and see if that fixes it.

no

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

18 hours ago, Being Delirious said:

no

No, you're not on desktop, or no, it didn't fix it?

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

3 hours ago, colonel_mortis said:

No, you're not on desktop, or no, it didn't fix it?

it didnt fix it unfortunately.

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Being Delirious said:

it didnt fix it unfortunately.

Do the notifications appear immediately, or does it take about 20 seconds before they appear?

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, colonel_mortis said:

Do the notifications appear immediately, or does it take about 20 seconds before they appear?

20 seconds about

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

8 minutes ago, Being Delirious said:

20 seconds about

Can you open the dev tools console tab again and run

ips.utils.cookie.set("lmgdebug", "1")

Leaving the dev tools open, refresh the page. Once the page has loaded, run each of the following lines separately, pressing enter between them (please run them before the notifications show up):

ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();

Once the notifications show up (after ~20s), run the following lines separately, pressing enter between them:

ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();
ips.utils.cookie.set("lmgdebug", "0", -1);

then copy and paste the entire contents of the console to a code tag here so I can take a look.

HTTP/2 203

Link to comment
Share on other sites

Link to post
Share on other sites

Just now, colonel_mortis said:

Can you open the dev tools console tab again and run


ips.utils.cookie.set("lmgdebug", "1")

Leaving the dev tools open, refresh the page. Once the page has loaded, run each of the following lines separately, pressing enter between them (please run them before the notifications show up):


ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();

Once the notifications show up (after ~20s), run the following lines separately, pressing enter between them:


ips.utils.db.get( 'notifications', ips.getSetting('baseURL') );
Date.now();
ips.utils.cookie.set("lmgdebug", "0", -1);

then copy and paste the entire contents of the console to a code tag here so I can take a look.

fixed. thx mate.

The geek himself.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×