OMERO.py: DNSException gets double logged
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 222
- Forks
- 105
- Avg merge
- 2h 21m
- Merged PRs (30d)
- 1
Description
-bash-4.2$ bin/omero login root@localhsot
Password:
WARNING:omero.client:..Ignoring error in client.__del__:<class 'Ice.DNSException'>
Ice.DNSException: bad host name: 'localhsot'
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
Reproduce the failure with the bin/omero login command shown, using the misspelled host. Start by tracing the OMERO.py client cleanup path around client.__del__ and the Ice.DNSException warning; done means the DNS exception is logged only once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100