Modify

Ticket #769 (closed defect: fixed)

Opened 13 years ago

Last modified 13 years 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:

[[email protected] 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

comment:1 Changed 13 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.