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

KeyError: 'url' on docker container #92

Open
antoniosap opened this issue Jan 4, 2019 · 0 comments
Open

KeyError: 'url' on docker container #92

antoniosap opened this issue Jan 4, 2019 · 0 comments

Comments

@antoniosap
Copy link

Using explicit spec file '/config/fuzzingserver.json'
Loading spec from /config/fuzzingserver.json

Using Twisted reactor class <class 'twisted.internet.epollreactor.EPollReactor'>
Using UTF8 Validator class <class 'autobahn.websocket.utf8validator.Utf8Validator'>
Using XOR Masker classes <class 'autobahn.websocket.xormasker.XorMaskerNull'>

Traceback (most recent call last):
  File "/usr/local/bin/wstest", line 11, in <module>
    sys.exit(run())
  File "/usr/local/site-packages/autobahntestsuite/wstest.py", line 346, in run
    start(options, spec)
  File "/usr/local/site-packages/autobahntestsuite/wstest.py", line 268, in start
    res = wstest.startService()
  File "/usr/local/site-packages/autobahntestsuite/wstest.py", line 235, in startService
    return fuzzing.startServer(self.spec, self.options['webport'], debug = self.debug)
  File "/usr/local/site-packages/autobahntestsuite/fuzzing.py", line 1322, in startServer
    factory = FuzzingServerFactory(spec, debug)
  File "/usr/local/site-packages/autobahntestsuite/fuzzing.py", line 1161, in __init__
    self.setSessionParameters(url = spec["url"],
KeyError: 'url'

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