Author Topic: Frequent forum connection rejections.  (Read 777 times)

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2927
Frequent forum connection rejections.
« on: April 03, 2026, 06:23:23 pm »
Here in northern California, I'm getting frequent "cannot connect", "invalid gateway", timeouts trying to connect to the forum (https://forums.codeblocks.org).

Is anyone else having this problem?
I don't think that it's my internet provider because the codeblock forum site is the only one having this problem.

Offline blauzahn

  • Almost regular
  • **
  • Posts: 230
Re: Frequent forum connection rejections.
« Reply #1 on: April 03, 2026, 07:40:25 pm »
Here in Germany the site was slow to respond during the week. A few times even unavailable. Today, it seems to be okayish.

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 572
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Frequent forum connection rejections.
« Reply #2 on: Yesterday at 11:50:00 am »
In France, I have long had impossibility to connect on the forum, that is the reason for my absence ...
While I connect without problem to the 'wiki' and can drop off tickets.
CB-13831, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6206
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Frequent forum connection rejections.
« Reply #3 on: Today at 04:44:05 am »
I see this issue from time to time in the recent weeks. Currently the forum connection is OK.

I have reported this issue to our forum administrator 2 days ago when Pecan post the first message in this thread.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.