Syntax error
Open
- Dominant language
- Python
- Stars
- 36
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have an error when I launch pydbgpproxy :
```
File "/usr/local/src/pydbgp/bin/pydbgpproxy.py", line 199
except Exception, ex:
^
SyntaxError: invalid syntax
```
I just run `pydbgpproxy.py -i 0.0.0.0:9000 -p 0.0.0.0:9001`
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect bin/pydbgpproxy.py around line 199 and reproduce the failure with `pydbgpproxy.py -i 0.0.0.0:9000 -p 0.0.0.0:9001`. Check the surrounding exception-handling code and the project's supported Python version; done means the command launches without this SyntaxError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100