Ticket #269 (closed defect: fixed)

Opened 1 week ago

Last modified 1 week ago

Crash when running factory in verbose mode

Reported by: pcmadman Assigned to: johann
Priority: low Milestone:
Component: shotfactory Version:
Severity: normal Keywords:
Cc:

Description

This is all I've been getting from my factories:

C:\shotfactory>shotfactory.exe -f bit-byters-net -v -m 6 -w 30 -l 1000 -F win32.
pwd
Traceback (most recent call last):
  File "shotfactory.py", line 368, in <module>
  File "shotfactory.py", line 318, in _main
  File "shotfactory04\servers\xmlrpc.pyc", line 128, in debug_factory_features
  File "xmlrpclib.pyc", line 1147, in __call__
  File "xmlrpclib.pyc", line 1437, in __request
  File "xmlrpclib.pyc", line 1201, in request
  File "xmlrpclib.pyc", line 1340, in _parse_response
  File "xmlrpclib.pyc", line 787, in close
xmlrpclib.Fault: <Fault 500: "<type 'exceptions.AttributeError'>:'Q' object has
no attribute 'get_sql'">

C:\shotfactory>

It's fixed by removing verbose switch from the start parameters. To me that means a possible bug in the verbose output...

Change History

2008-05-08 06:26:28 changed by johann

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

(In [2804]) Fix #269 and #270 (incompatible change in Queryset-refactor merge in Django revision 7477).