View Issue Details

IDProjectCategoryView StatusLast Update
5733Composrcorepublic2024-04-25 02:22
ReporterPDStig Assigned ToPDStig  
PriorityhighSeverityminor 
Status resolvedResolutionfixed 
Product Version11.alpha2 
Summary5733: Telemetry infinite loops and other issues
DescriptionError message relaying / telemetry to the core developers had a couple major issues:

* If it failed, it could end up in an infinite loop relaying an error about it failing to relay an error, at least until PHP timed out.

* In combination with the above, it was trying to relay errors about it failing to relay errors. If it fails, it shouldn't tell us it failed because it will probably fail again.

* It was classifying a success (200 OK) as a failure due to incorrect use of checking for false instead of null on the HTTP response.
TagsNo tags attached.
Attach Tags
Attached Files
Time estimation (hours)
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

admin

2024-04-25 02:20

administrator   ~8681

Fixed in Git commit 689372409b (https://gitlab.com/composr-foundation/composr/commit/689372409b - link will become active once code pushed to GitLab)

admin

2024-04-25 02:20

administrator   ~8682

A hotfix (a TAR of files to upload) has been uploaded to this issue. These files are made to the latest intra-version state (i.e. may roll in earlier fixes too if made to the same files) - so only upload files newer than what you have already. If there are files in a hot-fix that you don't have then they probably relate to addons that you don't have installed and should be skipped. Always take backups of files you are replacing or keep a copy of the manual installer for your version, and only apply fixes you need. These hotfixes are not necessarily reliable or well supported. Not sure how to extract TAR files to your Windows computer? Try 7-zip (http://www.7-zip.org/).

PDStig

2024-04-25 02:22

administrator   ~8683

Do not use the above hotfix. Use the commit after the one posted. I accidentally published commented-out lines in failure.php

Issue History

Date Modified Username Field Change
2024-04-25 02:22 PDStig Note Added: 0008683