Closed Bug 779221 Opened 12 years ago Closed 10 years ago

cannot use --binary-args in local.json

Categories

(Add-on SDK Graveyard :: General, defect, P3)

x86
macOS
defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: canuckistani, Unassigned)

References

Details

With this local.json file { "configs": { "bug": [ "--binary-args" "-url www.mozilla.org -jsconsole" ] } } I get this error: (addon-sdk)jeff@aer ~/code/jetpack/projects/dotjs-addon> cfx --use-config bug run Using binary at '/Applications/Firefox.app/Contents/MacOS/firefox-bin'. Using profile at '/var/folders/0b/mn52m8451w5c1ps735t54k_m0000gn/T/tmpQEYWPt.mozrunner'. Traceback (most recent call last): File "/Users/jeff/code/jetpack/addon-sdk/bin/cfx", line 33, in <module> cuddlefish.run() File "/Users/jeff/code/jetpack/addon-sdk/python-lib/cuddlefish/__init__.py", line 801, in run mobile_app_name=options.mobile_app_name) File "/Users/jeff/code/jetpack/addon-sdk/python-lib/cuddlefish/runner.py", line 650, in run_app runner.start() File "/Users/jeff/code/jetpack/addon-sdk/python-lib/mozrunner/__init__.py", line 529, in start self.process_handler = run_command(self.command+self.cmdargs, self.env, **self.kp_kwargs) File "/Users/jeff/code/jetpack/addon-sdk/python-lib/mozrunner/__init__.py", line 57, in run_command env=env, **killable_kwargs) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 672, in __init__ errread, errwrite) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1202, in _execute_child raise child_exception TypeError: execve() arg 2 must contain only strings
Sorry we won't be releasing any new versions of cfx, jpm is the replacement https://www.npmjs.com/package/jpm
Blocks: cfx.py
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.