crossbario / crossbario/autobahn-python
Given example for url is wrong in wamp utility
Open
Nobody has claimed this yet.
bug
docs
wamp
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
if --url rs://localhost:1234/ is given (as in the example in --help), there is an error
builtins.Exception: invalid RawSocket URL: non-empty path '/'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in autobahn/main.py around line 69, where the wamp utility's --help URL example is defined. Run the utility with the documented --url value and verify that the help example uses a valid RawSocket URL without triggering the reported non-empty path error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100