View Issue Details

IDProjectCategoryView StatusLast Update
0005732Composrcorepublic2024-07-22 21:15
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0005732: Improve and fix get_webservice_result
DescriptionI am not sure if get_webservice_result is working. Check that it is.

Furthermore, improve on it by passing in the error message as a POST parameter instead of GET. That way, we can allow for longer error messages and better searching for a relevant common error.
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

Patrick Schmalstig

2024-04-29 01:37

administrator   ~0008714

This was multiple issues...

1) The transmitted error message was being html entity encoded, but the server was not decoding the entities. Therefore, for example, anything with an apostrophe would not get matched.

2) On the client end, cache_and_carry returns an array with the first item being a string. We were assuming it was an object (HttpDownloader) which was not the case. So it would always fail.

Issue History

Date Modified Username Field Change
2024-04-24 23:28 Patrick Schmalstig New Issue
2024-04-24 23:28 Patrick Schmalstig Status non-assigned => assigned
2024-04-24 23:28 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-04-24 23:28 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-04-29 01:37 Patrick Schmalstig Status assigned => resolved
2024-04-29 01:37 Patrick Schmalstig Resolution open => fixed
2024-04-29 01:37 Patrick Schmalstig Note Added: 0008714
2024-07-22 21:15 Chris Graham Severity Feature-request => Minor-bug