Created
August 6, 2012 19:04
-
-
Save jespada/3277590 to your computer and use it in GitHub Desktop.
data dog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/bin/dd-forwarder", line 274, in <module> | |
| main() | |
| File "/usr/bin/dd-forwarder", line 271, in main | |
| app.run() | |
| File "/usr/bin/dd-forwarder", line 229, in run | |
| http_server.listen(self._port) | |
| File "/usr/lib/pymodules/python2.6/tornado/httpserver.py", line 133, in listen | |
| self.bind(port, address) | |
| File "/usr/lib/pymodules/python2.6/tornado/httpserver.py", line 150, in bind | |
| self._socket.bind((address, port)) | |
| File "<string>", line 1, in bind | |
| TypeError: an integer is required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should fix it:
If the latter complains, try with
patch -p0instead of-p1