www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - forum open timeout

reply Vitaliy Fadeev <vital.fadeev gmail.com> writes:
**Briefly**

     curl 
https://forum.dlang.org/static/4851f214d4ff5c06/js/highlight.js

...timeout...

**Details**

I opened the forum. I saw the content. But the loading icon was 
still spinning.

I checked the network requests. One of them was pending.

It was the request: 
https://forum.dlang.org/static/4851f214d4ff5c06/js/highlight.js

I tried it from the command line:

     curl 
https://forum.dlang.org/static/4851f214d4ff5c06/js/highlight.js

It received 16,384 bytes, but didn't receive the rest, and the 
request timed out.

We can fix it ?
Jan 19
parent reply Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Tuesday, 20 January 2026 at 06:13:00 UTC, Vitaliy Fadeev wrote:
 We can fix it ?
Works fine here. Perhaps you are seeing this due to DPI from your ISP or government? Please try to SSH into a server in another country and see if the problem still happens (I could not reproduce it by doing this).
Jan 20
next sibling parent reply matheus <matheus gmail.com> writes:
On Tuesday, 20 January 2026 at 19:42:32 UTC, Vladimir Panteleev 
wrote:
 On Tuesday, 20 January 2026 at 06:13:00 UTC, Vitaliy Fadeev 
 wrote:
 We can fix it ?
Works fine here. Perhaps you are seeing this due to DPI from your ISP or government? Please try to SSH into a server in another country and see if the problem still happens (I could not reproduce it by doing this).
This CURL request works fine here too. In the case of browser, it could be an extension... but since you have a problem with CURL as well it must something else. By the way this "highlight.js" doesn't seem to be something critical, since I disable it with ublock origin to test and the forum worked normally. Matheus.
Jan 20
parent Vitaliy Fadeev <vital.fadeev gmail.com> writes:
On Tuesday, 20 January 2026 at 21:42:16 UTC, matheus wrote:
 On Tuesday, 20 January 2026 at 19:42:32 UTC, Vladimir Panteleev 
 wrote:
 On Tuesday, 20 January 2026 at 06:13:00 UTC, Vitaliy Fadeev 
 wrote:
 We can fix it ?
Works fine here. Perhaps you are seeing this due to DPI from your ISP or government? Please try to SSH into a server in another country and see if the problem still happens (I could not reproduce it by doing this).
This CURL request works fine here too. In the case of browser, it could be an extension... but since you have a problem with CURL as well it must something else. By the way this "highlight.js" doesn't seem to be something critical, since I disable it with ublock origin to test and the forum worked normally. Matheus.
Thank you very much everyone. You will be rewarded with good.
Jan 21
prev sibling next sibling parent reply "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
On 21/01/2026 8:42 AM, Vladimir Panteleev wrote:
 On Tuesday, 20 January 2026 at 06:13:00 UTC, Vitaliy Fadeev wrote:
 We can fix it ?
Works fine here. Perhaps you are seeing this due to DPI from your ISP or government? Please try to SSH into a server in another country and see if the problem still happens (I could not reproduce it by doing this).
This was happening for me in the browser for a few hours, around the time this was originally posted. Right now its an internal error and was reporting database corruption.
Jan 20
parent reply Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Wednesday, 21 January 2026 at 04:07:33 UTC, Richard (Rikki) 
Andrew Cattermole wrote:
 Right now its an internal error and was reporting database 
 corruption.
I was having some trouble with disk space running out on the server because of our snapshotting/backup scheme. Hopefully things should be better going forward.
Jan 23
next sibling parent reply Mindy (0xEAB) <desisma heidel.beer> writes:
On Friday, 23 January 2026 at 15:04:38 UTC, Vladimir Panteleev 
wrote:
 Hopefully things should be better going forward.
I'll leave this here: <https://updown.io/ke9l>
Jan 26
parent reply Mindy (0xEAB) <desisma heidel.beer> writes:
On Monday, 26 January 2026 at 13:12:09 UTC, Mindy (0xEAB) wrote:
 I'll leave this here:
 <https://updown.io/ke9l>
See also: <https://dlang.at/status>
Jan 26
parent reply Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Monday, 26 January 2026 at 13:13:31 UTC, Mindy (0xEAB) wrote:
 On Monday, 26 January 2026 at 13:12:09 UTC, Mindy (0xEAB) wrote:
 I'll leave this here:
 <https://updown.io/ke9l>
See also: <https://dlang.at/status>
Thanks, this is useful - Is it possible to see an hourly window longer than the last 24 hours? - Would be nice to add https://wiki.dlang.org/ (and https://issues.dlang.org if we can get it online)
Jan 30
next sibling parent Mindy (0xEAB) <desisma heidel.beer> writes:
On Friday, 30 January 2026 at 19:41:37 UTC, Vladimir Panteleev 
wrote:
 On Monday, 26 January 2026 at 13:13:31 UTC, Mindy (0xEAB) wrote:
 On Monday, 26 January 2026 at 13:12:09 UTC, Mindy (0xEAB) 
 wrote:
 I'll leave this here:
 <https://updown.io/ke9l>
See also: <https://dlang.at/status>
Thanks, this is useful
You’re welcome! :)
 Is it possible to see an hourly window longer than the last 24 
 hours?
The admin panel of updown.io features a list of downtime windows (start time, end time, error details/reason) and a subpage for each downtime showing a timeline. Unfortunately, I this is private and cannot be exposed publicly — unlike status pages.
 Would be nice to add https://wiki.dlang.org/ (and 
 https://issues.dlang.org if we can get it online)
I’ve added them both. Feel free to let me know if there’s anything else of interest to add.
Feb 10
prev sibling next sibling parent reply Mindy (0xEAB) <desisma heidel.beer> writes:
On Friday, 30 January 2026 at 19:41:37 UTC, Vladimir Panteleev 
wrote:
 and https://issues.dlang.org if we can get it online
So, let me be a bit blunt here: Given that we are apparently unable to maintain it reliably online, can someone with administrative access please fetch a copy of <https://www.HTTrack.com/> and dump the whole instance as a static page archive? It would be awesome if one could just access legacy bug reports by their ID in a reliable way. Uptime stats of the Bugzilla instance are less than stellar: <https://updown.io/cey6>
Feb 15
next sibling parent reply Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Sunday, 15 February 2026 at 21:52:03 UTC, Mindy (0xEAB) wrote:
 On Friday, 30 January 2026 at 19:41:37 UTC, Vladimir Panteleev 
 wrote:
 and https://issues.dlang.org if we can get it online
So, let me be a bit blunt here: Given that we are apparently unable to maintain it reliably online, can someone with administrative access please fetch a copy of <https://www.HTTrack.com/> and dump the whole instance as a static page archive?
Already done, just waiting for an OK to post the URL publicly. I've been maintaining an incremental personal backup and converted it to static HTML. (The initial use case has drifted a bit: https://github.com/CyberShadow/DBugTests)
Feb 15
parent Mindy (0xEAB) <desisma heidel.beer> writes:
On Sunday, 15 February 2026 at 22:42:41 UTC, Vladimir Panteleev 
wrote:
 On Sunday, 15 February 2026 at 21:52:03 UTC, Mindy (0xEAB) 
 wrote:
 On Friday, 30 January 2026 at 19:41:37 UTC, Vladimir Panteleev 
 wrote:
 and https://issues.dlang.org if we can get it online
So, let me be a bit blunt here: Given that we are apparently unable to maintain it reliably online, can someone with administrative access please fetch a copy of <https://www.HTTrack.com/> and dump the whole instance as a static page archive?
Already done, just waiting for an OK to post the URL publicly.
Awesome! :)
Feb 15
prev sibling parent reply Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Sunday, 15 February 2026 at 21:52:03 UTC, Mindy (0xEAB) wrote:
 Given that we are apparently unable to maintain it reliably 
 online, can someone with administrative access please fetch a 
 copy of <https://www.HTTrack.com/> and dump the whole instance 
 as a static page archive?
Here it is: https://bugzilla-archive.dlang.org/ It's not exactly a HTML snapshot, since it's based on JSON-RPC exported data. On the other hand, it has working search. Code is here: https://github.com/CyberShadow/DBugTests (Somewhat different from the repository's original purpose.)
Feb 17
next sibling parent Mindy (0xEAB) <desisma heidel.beer> writes:
On Tuesday, 17 February 2026 at 11:02:37 UTC, Vladimir Panteleev 
wrote:
 Here it is:
 https://bugzilla-archive.dlang.org/
Awesome, thanks! :)
Feb 17
prev sibling next sibling parent reply Forum User <forumuser example.com> writes:
On Tuesday, 17 February 2026 at 11:02:37 UTC, Vladimir Panteleev 
wrote:
 Here it is:
 https://bugzilla-archive.dlang.org/
- A click at column headlines inverts the sort order. That makes no sense when only the 100 issues on the current page are re-sorted. - "Failed to load the Pagefind WASM: ReferenceError: WebAssembly is not defined" -> Search ain't work, but this string is only printed in the browser console. On-page shows "Searching for <seach expression>..." but never updates.
Feb 17
parent reply Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Tuesday, 17 February 2026 at 19:59:22 UTC, Forum User wrote:
 On Tuesday, 17 February 2026 at 11:02:37 UTC, Vladimir 
 Panteleev wrote:
 Here it is:
 https://bugzilla-archive.dlang.org/
- A click at column headlines inverts the sort order. That makes no sense when only the 100 issues on the current page are re-sorted.
My bad, that feature should just be removed
 - "Failed to load the Pagefind WASM: ReferenceError: 
 WebAssembly is not
   defined" -> Search ain't work, but this string is only printed
   in the browser console. On-page shows
   "Searching for <seach expression>..." but never updates.
Could you please try using a normal browser
Feb 17
parent monkyyy <crazymonkyyy gmail.com> writes:
On Tuesday, 17 February 2026 at 20:02:00 UTC, Vladimir Panteleev 
wrote:
 On Tuesday, 17 February 2026 at 19:59:22 UTC, Forum User wrote:
 On Tuesday, 17 February 2026 at 11:02:37 UTC, Vladimir 
 Panteleev wrote:
 Here it is:
 https://bugzilla-archive.dlang.org/
- A click at column headlines inverts the sort order. That makes no sense when only the 100 issues on the current page are re-sorted.
My bad, that feature should just be removed
 - "Failed to load the Pagefind WASM: ReferenceError: 
 WebAssembly is not
   defined" -> Search ain't work, but this string is only 
 printed
   in the browser console. On-page shows
   "Searching for <seach expression>..." but never updates.
Could you please try using a normal browser
forum user is a name picked by bots if I give "what error does https://bugzilla-archive.dlang.org/ have" to "https://cloud.browser-use.com/" it also reports claims search is broken.
Feb 17
prev sibling parent user1234 <user1234 12.de> writes:
On Tuesday, 17 February 2026 at 11:02:37 UTC, Vladimir Panteleev 
wrote:
 Here it is:
 https://bugzilla-archive.dlang.org/
Thx, and it's faster than the GH front-end.
Feb 18
prev sibling parent reply Mindy (0xEAB) <desisma heidel.beer> writes:
On Friday, 30 January 2026 at 19:41:37 UTC, Vladimir Panteleev 
wrote:
 - Is it possible to see an hourly window longer than the last 
 24 hours?
Hey, I just had an idea… Updown supports webhooks. If you want to, I could add an endpoint of yours. Another option would be to add an email address of yours as notification/alert recipient. Feel free to email me about this, if you’re interested.
Feb 19
parent Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Thursday, 19 February 2026 at 21:30:55 UTC, Mindy (0xEAB) 
wrote:
 On Friday, 30 January 2026 at 19:41:37 UTC, Vladimir Panteleev 
 wrote:
 - Is it possible to see an hourly window longer than the last 
 24 hours?
Hey, I just had an idea… Updown supports webhooks. If you want to, I could add an endpoint of yours. Another option would be to add an email address of yours as notification/alert recipient. Feel free to email me about this, if you’re interested.
To be honest, another alert doesn't help. My inbox is already drowning in alerts (so it's mainly about finding the time and energy to act on them), but thank you for the offer.
Feb 19
prev sibling parent reply Forum User <forumuser example.com> writes:
On Friday, 23 January 2026 at 15:04:38 UTC, Vladimir Panteleev 
wrote:
 On Wednesday, 21 January 2026 at 04:07:33 UTC, Richard (Rikki) 
 Andrew Cattermole wrote:
 Right now its an internal error and was reporting database 
 corruption.
I was having some trouble with disk space running out on the server because of our snapshotting/backup scheme. Hopefully things should be better going forward.
The server seems (not currently but several time in the past few days) to not respond to TCP connects (port 80 & 443) for minutes. Is it under attack? https://updown.io/ke9l https://forum.dlang.org/group/general Last check: 3.2.2026, 22:01:12 MEZ 94.92% 1 month rolling uptime (since Jan 03)
Feb 03
next sibling parent reply user1234 <user1234 12.de> writes:
On Tuesday, 3 February 2026 at 21:03:29 UTC, Forum User wrote:
 On Friday, 23 January 2026 at 15:04:38 UTC, Vladimir Panteleev 
 wrote:
 On Wednesday, 21 January 2026 at 04:07:33 UTC, Richard (Rikki) 
 Andrew Cattermole wrote:
 Right now its an internal error and was reporting database 
 corruption.
I was having some trouble with disk space running out on the server because of our snapshotting/backup scheme. Hopefully things should be better going forward.
The server seems (not currently but several time in the past few days) to not respond to TCP connects (port 80 & 443) for minutes. Is it under attack? https://updown.io/ke9l https://forum.dlang.org/group/general Last check: 3.2.2026, 22:01:12 MEZ 94.92% 1 month rolling uptime (since Jan 03)
I know another programming language forum that has experienced serious slowdowns due to Alphabet scraping bots for IA engines. But here the admin had declared that the problem might be due to their company backup system.
Feb 03
parent Forum User <forumuser example.com> writes:
On Tuesday, 3 February 2026 at 21:42:13 UTC, user1234 wrote:
 I know another programming language forum that has experienced 
 serious slowdowns due to Alphabet scraping bots for IA engines. 
 But here the admin had declared that the problem might be due 
 to their company backup system.
Just experienced about 20 min outage. No TCP connect to port 80/443. Interestingly nmap says: PORT STATE SERVICE 21/tcp open ftp 22/tcp open ssh 25/tcp open smtp 53/tcp open domain 80/tcp filtered http 111/tcp filtered rpcbind 113/tcp open auth 139/tcp filtered netbios-ssn 443/tcp filtered https 1023/tcp filtered netvenuechat 1024/tcp filtered kdm 2049/tcp filtered nfs 2222/tcp open unknown 6667/tcp open irc 8080/tcp open http-proxy 9103/tcp filtered jetdirect 9503/tcp open unknown I could successfully connect to all the open TCP ports. I did not perceive any delays.
Feb 03
prev sibling parent Vladimir Panteleev <thecybershadow.lists gmail.com> writes:
On Tuesday, 3 February 2026 at 21:03:29 UTC, Forum User wrote:
 The server seems (not currently but several time in the past 
 few days)
 to not respond to TCP connects (port 80 & 443) for minutes. Is 
 it under attack?
It's a server on the Internet, so, yes, constantly.
Feb 03
prev sibling next sibling parent Vitaliy Fadeev <vital.fadeev gmail.com> writes:
On Tuesday, 20 January 2026 at 19:42:32 UTC, Vladimir Panteleev 
wrote:
 On Tuesday, 20 January 2026 at 06:13:00 UTC, Vitaliy Fadeev 
 wrote:
 We can fix it ?
Works fine here. Perhaps you are seeing this due to DPI from your ISP or government? Please try to SSH into a server in another country and see if the problem still happens (I could not reproduce it by doing this).
DPI...
Jan 21
prev sibling parent Kagamin <spam here.lot> writes:
Can't deferred script help with it? Nondeferred scripts are seen 
as necessary for the page to render and load synchronously.
Feb 01