Eurobilltracker-site Feedback.

Concerns? Let us know by posting here.

Moderators: Fons, avij, Phaseolus, dserrano5

User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6141
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Re: Eurobilltracker-site Feedback.

Post by avij »

tigerpranke wrote: Sun Dec 24, 2023 1:17 pm Maybe it was on an other phpBB-forum :wink:
Probably an older version of phpBB. Ours uses the newest version.
Money makes the world go round. We track how the money goes round the world.
User avatar
tigerpranke
Euro-Master
Euro-Master
Posts: 1897
Joined: Mon Dec 03, 2007 11:20 pm
Location: Dingolfing, Germany
Contact:

Re: Eurobilltracker-site Feedback.

Post by tigerpranke »

In the citymanager, assignment rules can be deleted, but I can't add new ones:
2024-01-07 10_39_28-Window.png
2024-01-07 10_39_28-Window.png (21.34 KiB) Viewed 10666 times
2024-01-07 10_43_22-Window.png
2024-01-07 10_43_22-Window.png (6.36 KiB) Viewed 10666 times
After confirming, I get a blank page without sourcecode.
User avatar
Montgomery Burns
Euro-Master
Euro-Master
Posts: 3344
Joined: Tue Mar 08, 2011 2:49 pm
Location: Lis., PRT
Contact:

Re: Eurobilltracker-site Feedback.

Post by Montgomery Burns »

Something I chanced upon while looking at the profile for Guinea-Bissau:

G-B Missing pull-down menus
G-B Missing pull-down menus
Captura de ecrã 2024-01-08 180404.png (6.64 KiB) Viewed 9799 times

You could be forgiven for thinking "well, that happens because it's a country with only one hit", but that's not correct. Here's Mongolia's hit-list as an example.
ErGo
Euro-Master
Euro-Master
Posts: 6092
Joined: Wed Oct 05, 2005 2:12 pm
Location: Vienna, Austria
Contact:

Re: Eurobilltracker-site Feedback.

Post by ErGo »

Montgomery Burns wrote: Mon Jan 08, 2024 7:17 pm You could be forgiven for thinking "well, that happens because it's a country with only one hit", but that's not correct. Here's Mongolia's hit-list as an example.
Mongolia has additionally 2 moderated hits.
But Bangladesh has really only 1 hit, and there are the select fields! So it's really a bug
User avatar
Montgomery Burns
Euro-Master
Euro-Master
Posts: 3344
Joined: Tue Mar 08, 2011 2:49 pm
Location: Lis., PRT
Contact:

Re: Eurobilltracker-site Feedback.

Post by Montgomery Burns »

^ Indeed. I went through every single country with a recorded hit in order to check if this post needed updating, and I'm pretty sure Guinea-Bissau is the only page where it's happening.
User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6141
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Re: Eurobilltracker-site Feedback.

Post by avij »

I renewed EBT's TLS certificate this morning (the certificate needed for HTTPS support) and apparently something went wrong with the related OCSP stapling procedure. I didn't notice this at first as EBT worked just fine with Chrome, but apparently some other browsers (notably Firefox) had problems accessing EBT this morning.

I've removed the OCSP stapling option for now. Now having a closer look at what actually went wrong ...
Money makes the world go round. We track how the money goes round the world.
User avatar
Ernesto_due
Euro-Expert
Euro-Expert
Posts: 590
Joined: Wed Sep 26, 2007 12:48 am

Re: Eurobilltracker-site Feedback.

Post by Ernesto_due »

avij wrote: Sat Jan 13, 2024 1:12 pm I renewed EBT's TLS certificate this morning (the certificate needed for HTTPS support) and apparently something went wrong with the related OCSP stapling procedure. I didn't notice this at first as EBT worked just fine with Chrome, but apparently some other browsers (notably Firefox) had problems accessing EBT this morning.

I've removed the OCSP stapling option for now. Now having a closer look at what actually went wrong ...
Thank you, Avij !

Also the app EBT.art works again, that's important for me ...

Thx, well done! - Ernesto
User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6141
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Re: Eurobilltracker-site Feedback.

Post by avij »

More details about today's outage for the technically minded.

If you read the Wikipedia article above, you learned that the OCSP response files need to be regenerated periodically. I don't know if the exact validity period is included in some specification, but the OCSP responses I have access to seem to be valid for 7 days. There is a script on our web server that renews the OCSP response files every three days, at 04:40 in the morning. Today was one of those days.

Let's Encrypt TLS certificates are valid for three months. Ours for eurobilltracker.com was expiring soon so I renewed it this morning. After I got the certificate I ran the script to regenerate the OCSP response file and restarted the web server process. As EBT loaded fine in Chrome (the browser I usually use) everything seemed to be OK.

Then later on I got a message saying that there's a problem with Firefox and some others. I disabled OCSP in the web server and the problem went away. Later on I found out that the OCSP regeneration script has a feature which exits the script silently if the OCSP responses were regenerated less than 25 hours ago. As this was the case today, the OCSP response files were left untouched. Some browsers were obviously confused when the certificate and the OCSP response no longer matched.

I now modified the script so that it will stop the script only if the OCSP data was regenerated less than 25 hours ago AND the certificate is older than the OCSP response file. OCSP is now re-enabled on the web server.

---

edit: The change I made was also accepted upstream.
Money makes the world go round. We track how the money goes round the world.
User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6141
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Re: Eurobilltracker-site Feedback.

Post by avij »

If EBT or the forum has appeared sluggish or some pages have failed to load, particularly this week, the blame goes to China. There was some fairly aggressive bot from Alibaba Cloud (from around 100 different IP addresses) crawling EBT's pages. For the last hour, that bot accounted for 90% of all web requests to EBT. That rapid request rate exceeded some connection count limits, which I've now increased. I've also blocked those IP address ranges.

Somewhat relatedly, various server statistics are available.
Money makes the world go round. We track how the money goes round the world.
User avatar
tigerpranke
Euro-Master
Euro-Master
Posts: 1897
Joined: Mon Dec 03, 2007 11:20 pm
Location: Dingolfing, Germany
Contact:

Re: Eurobilltracker-site Feedback.

Post by tigerpranke »

avij wrote: Sat Jan 13, 2024 7:57 pm More details about today's outage for the technically minded.
...
Thanks for the insight, very interesting!
User avatar
avij
Forum Moderator
Forum Moderator
Posts: 6141
Joined: Mon May 27, 2002 10:45 pm
Location: Helsinki Finland
Contact:

Re: Eurobilltracker-site Feedback.

Post by avij »

I just updated the web server software lighttpd from version 1.4.67 to 1.4.74. Hopefully nothing broke.
Money makes the world go round. We track how the money goes round the world.
User avatar
aloxe
Euro-Master
Euro-Master
Posts: 1707
Joined: Sun Aug 03, 2008 8:22 pm
Location: Libeň
Contact:

Re: Eurobilltracker-site Feedback.

Post by aloxe »

Ahoj a question related to API. My communes de France app is using eurobilltracker APIs and since a few days this is not possible to use the login API from the app installed under https://ebt.fr.eu.org/ users get a response 502.
Screenshot 2024-05-02 at 18.11.33.png
Screenshot 2024-05-02 at 18.11.33.png (68.95 KiB) Viewed 2377 times
I still can make ok calls from a local deployment of the app, but it is sending it from localhost that will not block it.

Did you recently change the rules for the API responses ? did you ban 76.76.21.9 or did you do nothing and I should look elsewhere?
a̳l̳o̳x̳e̳ • my other statsmy map of France
User avatar
Crazy Bob
Forum Moderator
Forum Moderator
Posts: 7395
Joined: Sun May 01, 2005 6:29 pm
Location: Rotterdam, Netherlands

Re: Eurobilltracker-site Feedback.

Post by Crazy Bob »

Crazy Bob wrote: Wed Dec 20, 2023 5:22 pm In July 2022, I found what appears to be a "missing word" on the EBT site. Assuming it had to do with the site's Dutch translation, I reported it in the relevant topic (viewtopic.php?t=55558&start=15) in the Dutch forum. However, since then, nothing has changed, so maybe it is time to report it here.

Anyways, in Dutch, if you visit (for example) the Bundesland profile of Salzburg, Austria, you will see
Salzburg is een in :flag-at: Oostenrijk. Het bestaat uit 6 Bezirke, 119 Gemeentes en 289 Steden.
In English, the text is
Salzburg is a Bundesland in :flag-at: Austria. It consists of 6 Bezirke, 119 Municipalities and 289 Cities.
The word "Bundesland" (or even "deelstaat", should we choose to translate it in Dutch) seems to be missing in the Dutch translation ("Salzburg is een Bundesland in Oostenrijk" would make more sense). Is it possible to fix this?

(it appears that this omission also occurs in the website's Lithuanian and Croatian versions; at least, I don't see anything resembling "Bundesland" there either)
Any updates on this bug / omission?
User avatar
tigerpranke
Euro-Master
Euro-Master
Posts: 1897
Joined: Mon Dec 03, 2007 11:20 pm
Location: Dingolfing, Germany
Contact:

Re: Eurobilltracker-site Feedback.

Post by tigerpranke »

Crazy Bob wrote: Wed May 29, 2024 9:42 am
Crazy Bob wrote: Wed Dec 20, 2023 5:22 pm In July 2022, I found what appears to be a "missing word" on the EBT site. Assuming it had to do with the site's Dutch translation, I reported it in the relevant topic (viewtopic.php?t=55558&start=15) in the Dutch forum. However, since then, nothing has changed, so maybe it is time to report it here.

Anyways, in Dutch, if you visit (for example) the Bundesland profile of Salzburg, Austria, you will see
Salzburg is een in :flag-at: Oostenrijk. Het bestaat uit 6 Bezirke, 119 Gemeentes en 289 Steden.
In English, the text is
Salzburg is a Bundesland in :flag-at: Austria. It consists of 6 Bezirke, 119 Municipalities and 289 Cities.
The word "Bundesland" (or even "deelstaat", should we choose to translate it in Dutch) seems to be missing in the Dutch translation ("Salzburg is een Bundesland in Oostenrijk" would make more sense). Is it possible to fix this?

(it appears that this omission also occurs in the website's Lithuanian and Croatian versions; at least, I don't see anything resembling "Bundesland" there either)
Any updates on this bug / omission?
Well, in the city manager tool the list of translated words was not complete in most languages. I copied it from the :flag-de: german profile to the :flag-at: autrian one, but some languages need translation, still.
User avatar
aloxe
Euro-Master
Euro-Master
Posts: 1707
Joined: Sun Aug 03, 2008 8:22 pm
Location: Libeň
Contact:

Re: Eurobilltracker-site Feedback.

Post by aloxe »

tigerpranke wrote: Wed May 29, 2024 10:40 am Well, in the city manager tool the list of translated words was not complete in most languages. I copied it from the :flag-de: german profile to the :flag-at: autrian one, but some languages need translation, still.
how can we get involved?
a̳l̳o̳x̳e̳ • my other statsmy map of France
Post Reply

Return to “Feedback and Development”