You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/bin/dd-forwarder", line 272, in <module>
main()
File "/usr/bin/dd-forwarder", line 266, in main
port = int(agentConfig.get('listen_port', 17123))
TypeError: int() argument must be a string or a number, not 'NoneType'
Uncomment listen_port and restart the forwarder
The text was updated successfully, but these errors were encountered: