Page MenuHomeDevCentral

Ensure forum configuration file is ASCII
Closed, ResolvedPublic

Event Timeline

The launcher script call pups. This one wants an ASCII configuration file to work.

Currently, our config file seems to contains non breakable spaces to clean.

Dwellers
$ cd /var/discourse
$ ./launcher rebuild forum
[...]
I, [2016-04-26T21:26:11.927645 #37]  INFO -- : Loading --stdin
/pups/lib/pups/cli.rb:15:in `split': invalid byte sequence in US-ASCII (ArgumentError)
        from /pups/lib/pups/cli.rb:15:in `run'
        from /pups/bin/pups:8:in `<main>'
ecb8090a6283129719daa5b88632cd52edfb7e23d7ffe3ac0906278c7c091377
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one
NOTE: Upstream isn't interested to switch the default encoding to UTF-8, with the rationale "not to force encoding" of the configuration file, ie force it to ascii instead.
dereckson triaged this task as High priority.Apr 26 2016, 21:44