Closed
Bug 1112431
Opened 11 years ago
Closed 10 years ago
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 613: ordinal not in range(128)
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: contact, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 Iceweasel/34.0
Build ID: 20141203180037
Steps to reproduce:
1. run mach mercurial-setup
2. Answer all the questions up to "Would you like to activate the mq extension?"
Actual results:
Error running mach:
['mercurial-setup']
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You should consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 613: ordinal not in range(128)
File "/home/pierre/mozilla-central/tools/mercurial/mach_commands.py", line 42, in mercurial_bootstrap
result = wizard.run(map(os.path.expanduser, config_paths))
File "/home/pierre/mozilla-central/tools/mercurial/hgsetup/wizard.py", line 258, in run
self.prompt_external_extension(c, 'bzexport', BZEXPORT_INFO)
File "/home/pierre/mozilla-central/tools/mercurial/hgsetup/wizard.py", line 401, in prompt_external_extension
if not self.can_use_extension(c, name, path):
File "/home/pierre/mozilla-central/tools/mercurial/hgsetup/wizard.py", line 393, in can_use_extension
return "Traceback" not in result
Comment 1•10 years ago
|
||
(In reply to Pierre Rudloff from comment #0)
> User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101
> Firefox/34.0 Iceweasel/34.0
> Build ID: 20141203180037
>
> Steps to reproduce:
>
> 1. run mach mercurial-setup
> 2. Answer all the questions up to "Would you like to activate the mq
> extension?"
>
>
> Actual results:
>
> Error running mach:
>
> ['mercurial-setup']
>
> The error occurred in code that was called by the mach command. This is
> either
> a bug in the called code itself or in the way that mach is calling it.
>
> You should consider filing a bug for this issue.
>
> If filing a bug, please include the full output of mach, including this error
> message.
>
> The details of the failure are as follows:
>
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 613:
> ordinal not in range(128)
>
> File "/home/pierre/mozilla-central/tools/mercurial/mach_commands.py", line
> 42, in mercurial_bootstrap
> result = wizard.run(map(os.path.expanduser, config_paths))
> File "/home/pierre/mozilla-central/tools/mercurial/hgsetup/wizard.py",
> line 258, in run
> self.prompt_external_extension(c, 'bzexport', BZEXPORT_INFO)
> File "/home/pierre/mozilla-central/tools/mercurial/hgsetup/wizard.py",
> line 401, in prompt_external_extension
> if not self.can_use_extension(c, name, path):
> File "/home/pierre/mozilla-central/tools/mercurial/hgsetup/wizard.py",
> line 393, in can_use_extension
> return "Traceback" not in result
What is your language settings as locale?
Flags: needinfo?(rudloff)
| Reporter | ||
Comment 2•10 years ago
|
||
My locale is fr_FR.UTF-8 but I can't reproduce this bug anymore so I think we can close it.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(rudloff)
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•