Ticket #769 (closed defect: fixed)

Opened 4 weeks ago

Last modified 4 weeks ago

AttributeError: error instance has no attribute 'errno'

Reported by: strauss Owned by: desai
Priority: minor Milestone: Bcfg2 1.0.0 Release
Component: bcfg2-client Version: 1.0
Keywords: Cc:

Description

Only happens when it can't contact the server:

[root@s264691nj3sl200 etc]# bcfg2 -vqeI
No ca is specified. Cannot authenticate the server with SSL.
Traceback (most recent call last):
  File "/usr/sbin/bcfg2", line 300, in ?
    client.run()
  File "/usr/sbin/bcfg2", line 176, in run
    probe_data = proxy.GetProbes()
  File "/usr/lib/python2.4/site-packages/Bcfg2/Proxy.py", line 62, in __call__
    if err.errno == 336265218:
AttributeError: error instance has no attribute 'errno'

Attachments

Change History

Changed 4 weeks ago by desai

  • status changed from new to closed
  • resolution set to fixed

Fixed in [5508]

Add/Change #769 (AttributeError: error instance has no attribute 'errno')

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.