Bug #179
Client should notify about connection
| Status: | Closed | Start date: | 04/01/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 04/02/2010 | |
| Assignee: | % Done: | 100% | ||
| Category: | Code | Estimated time: | 0.20 hour | |
| Target version: | 0.1.1 |
Description
The client could not connect to the server, but it had not notified the user about what it was doing. After keyboard interrupt:
2010-04-01 07:51:55 DEBUG Getting client configuration from /etc/tinyids/tinyids.conf
2010-04-01 07:51:55 DEBUG client initialized
Traceback (most recent call last):
File "/usr/bin/tinyids", line 34, in ?
main()
File "/usr/lib/python2.4/site-packages/TinyIDS/main.py", line 66, in main
client.run()
File "/usr/lib/python2.4/site-packages/TinyIDS/client.py", line 260, in run
func(host, port)
File "/usr/lib/python2.4/site-packages/TinyIDS/client.py", line 181, in _com_TEST
self._communicate(host, port, data)
File "/usr/lib/python2.4/site-packages/TinyIDS/client.py", line 160, in _communicate
self._send(host, port, data)
File "/usr/lib/python2.4/site-packages/TinyIDS/client.py", line 145, in _send
self.sock.connect((host, port))
File "<string>", line 1, in connect
KeyboardInterrupt
History
#1
Updated by George Notaras about 3 years ago
- Target version set to 0.2.0
#2
Updated by George Notaras about 3 years ago
- Category set to Code
#3
Updated by George Notaras about 3 years ago
- Due date set to 04/02/2010
- Status changed from New to Assigned
- Assignee set to George Notaras
- Target version changed from 0.2.0 to 0.1.1
- % Done changed from 0 to 10
- Estimated time set to 0.20
#4
Updated by George Notaras about 3 years ago
- Status changed from Assigned to Closed
- % Done changed from 10 to 100
