Project

General

Profile

Actions

Bug #24022

closed

Encoding::UndefinedConversionError at failed hosts call

Added by Timo Goebel almost 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Category:
Host creation
Target version:
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

When I issue

wget q -O --body-file=LICENSE --method POST --header="Content-Type: text/plain" http://localhost:3000/unattended/failed?token=689ba68a-a511-44b1-bca5-c8f3f1ff353e

I get this error:

Encoding::UndefinedConversionError ("\xE2" from ASCII-8BIT to UTF-8)

Maybe we need something like this:

.encode('utf-8', invalid: :replace, undef: :replace, replace: '_')

Or make sure we get the correct encoding in the first place.


Related issues 1 (0 open1 closed)

Related to Foreman - Feature #21007: Templates API to mark a build as failedClosedLukas ZapletalActions
Actions

Also available in: Atom PDF