Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passing unknown --x-oftr-args to oftr should fail faster and cleaner #2

Closed
byllyfish opened this issue Sep 26, 2017 · 1 comment
Closed
Assignees

Comments

@byllyfish
Copy link
Owner

$ python -m zof.demo.lameduck --x-oftr-args='trace=rpc'
jsonrpc: Unknown command line argument 'trace=rpc'.  Try: 'jsonrpc -help'
Sep 26 13:42:52.706 zof    ERROR    Unable to get description from oftr [TimeoutException xid=8093 timeout=10.0]
Sep 26 13:42:52.708 zof    ERROR    Exception in Controller._start
Traceback (most recent call last):
  File "/Users/bfish/code/pylibofp/zof/controller.py", line 176, in _start
    await self._get_description()
  File "/Users/bfish/code/pylibofp/zof/controller.py", line 194, in _get_description
    result = await self.rpc_call('OFP.DESCRIPTION')
zof.exception.TimeoutException: [TimeoutException xid=8093 timeout=10.0]
Sep 26 13:42:52.712 zof    ERROR    oftr exited with return code 1
Sep 26 13:42:52.713 zof    INFO     Exiting with status 11
@byllyfish
Copy link
Owner Author

Fixed in v0.10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant