Page 1 of 1

EOS teases not loading

Posted: Thu Feb 29, 2024 3:04 pm
by Augustulus
Hey :wave:,

since yesterday I can't open/play any EOS teases on firefox.
When I select a tease I get a solid black screen that is loading for some time until I get a connection timeout to eosscript.com.
The console output of the page gives the following error:

Error: page.tabs[tab.id] is undefined

Also teases inside the EOS Editor don't load, though I don't get any error there. The preview just stays black.

Anyone else experience this?

Augustulus

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 8:58 pm
by FrozenWolf
Augustulus wrote: Thu Feb 29, 2024 3:04 pm Hey :wave:,

since yesterday I can't open/play any EOS teases on firefox.
When I select a tease I get a solid black screen that is loading for some time until I get a connection timeout to eosscript.com.
The console output of the page gives the following error:

Error: page.tabs[tab.id] is undefined

Also teases inside the EOS Editor don't load, though I don't get any error there. The preview just stays black.

Anyone else experience this?

Augustulus
I just tried with the latest tease, https://milovana.com/webteases/showtease.php?id=68806, and that one loads fine for me with Firefox 123.0 (64-bit) on Linux.

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:05 pm
by Augustulus
FrozenWolf wrote: Thu Feb 29, 2024 8:58 pm I just tried with the latest tease, https://milovana.com/webteases/showtease.php?id=68806, and that one loads fine for me with Firefox 123.0 (64-bit) on Linux.
Thanks for checking it.
It's interesting. I'm also on Firefox 123.0 but on Windows 10 and I get the same error.
Also checked with Chrome recently and I have the same result, so it doesn't seem to be browser specific for me :-/

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:13 pm
by FrozenWolf
Augustulus wrote: Thu Feb 29, 2024 9:05 pm
FrozenWolf wrote: Thu Feb 29, 2024 8:58 pm I just tried with the latest tease, https://milovana.com/webteases/showtease.php?id=68806, and that one loads fine for me with Firefox 123.0 (64-bit) on Linux.
Thanks for checking it.
It's interesting. I'm also on Firefox 123.0 but on Windows 10 and I get the same error.
Also checked with Chrome recently and I have the same result, so it doesn't seem to be browser specific for me :-/
Can you try running this from a command prompt:

Code: Select all

nslookup eosscript.com
It should be able to resolve two IPv6 and two IPv4 addresses.

You can also try:

Code: Select all

ping eosscript.com
Those might give us some indication of something.

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:16 pm
by Augustulus
FrozenWolf wrote: Thu Feb 29, 2024 9:13 pm
Augustulus wrote: Thu Feb 29, 2024 9:05 pm
FrozenWolf wrote: Thu Feb 29, 2024 8:58 pm I just tried with the latest tease, https://milovana.com/webteases/showtease.php?id=68806, and that one loads fine for me with Firefox 123.0 (64-bit) on Linux.
Thanks for checking it.
It's interesting. I'm also on Firefox 123.0 but on Windows 10 and I get the same error.
Also checked with Chrome recently and I have the same result, so it doesn't seem to be browser specific for me :-/
Can you try running this from a command prompt:

Code: Select all

nslookup eosscript.com
It should be able to resolve two IPv6 and two IPv4 addresses.

You can also try:

Code: Select all

ping eosscript.com
Those might give us some indication of something.
Sure, nslookup returns the addresses fine, while ping gets a timeout. That's interesting :hmm:

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:20 pm
by FrozenWolf
Augustulus wrote: Thu Feb 29, 2024 9:16 pm Sure, nslookup returns the addresses fine, while ping gets a timeout. That's interesting :hmm:
Do you get these addresses, or something else?

Code: Select all

Name:    eosscript.com
Addresses:  2606:4700:3030::6815:5adf
          2606:4700:3033::ac43:cd90
          104.21.90.223
          172.67.205.144
I wonder if it's a DNS resolution issue.

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:23 pm
by Augustulus
FrozenWolf wrote: Thu Feb 29, 2024 9:20 pm
Do you get these addresses, or something else?

Code: Select all

Name:    eosscript.com
Addresses:  2606:4700:3030::6815:5adf
          2606:4700:3033::ac43:cd90
          104.21.90.223
          172.67.205.144
I wonder if it's a DNS resolution issue.
Nope, for me its:

Code: Select all

Name:    eosscript.com
Addresses:  2a06:98c1:3120::
          2a06:98c1:3121::
          188.114.96.0
          188.114.97.0
Edit: I can ping your addresses just fine.

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:30 pm
by FrozenWolf
Augustulus wrote: Thu Feb 29, 2024 9:23 pm
FrozenWolf wrote: Thu Feb 29, 2024 9:20 pm
Do you get these addresses, or something else?

Code: Select all

Name:    eosscript.com
Addresses:  2606:4700:3030::6815:5adf
          2606:4700:3033::ac43:cd90
          104.21.90.223
          172.67.205.144
I wonder if it's a DNS resolution issue.
Nope, for me its:

Code: Select all

Name:    eosscript.com
Addresses:  2a06:98c1:3120::
          2a06:98c1:3121::
          188.114.96.0
          188.114.97.0
Edit: I can ping your addresses just fine.
Ah, if you're in a different country (i.e. not UK), there will be different routing tables possibly leading to different IP addresses. Are you in a country that tends to 'block' certain parts of the internet?

Edit, you could try clearing your DNS cache:

Code: Select all

ipconfig /flushdns
Then reboot and try again.

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:34 pm
by Augustulus
FrozenWolf wrote: Thu Feb 29, 2024 9:30 pm Ah, if you're in a different country (i.e. not UK), there will be different routing tables possibly leading to different IP addresses. Are you in a country that tends to 'block' certain parts of the internet?
I'm from the EU, so not really having a problem with "blocking" certain parts.
In all my years here on milovana I didn't have had any problems with the site (apart from milovana being down), so don't know what exactly changed now.

However:
I switched my DNS server-settings in my router and now it's working fine for me again :-D

I should've thought about this earlier :slap:
Thanks for leading me on the right track :-)

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:38 pm
by FrozenWolf
Augustulus wrote: Thu Feb 29, 2024 9:34 pm I'm from the EU, so not really having a problem with "blocking" certain parts.
In all my years here on milovana I didn't have had any problems with the site (apart from milovana being down), so don't know what exactly changed now.

However:
I switched my DNS server-settings in my router and now it's working fine for me again :-D

I should've thought about this earlier :slap:
Thanks for leading me on the right track :-)
Great, glad to hear you got it working!

Re: EOS teases not loading

Posted: Thu Feb 29, 2024 9:38 pm
by Augustulus
FrozenWolf wrote: Thu Feb 29, 2024 9:30 pm Edit, you could try clearing your DNS cache:

Code: Select all

ipconfig /flushdns
Then reboot and try again.
That's something I might indeed try out tomorrow.
Just because I'm curious about the effect :-D