[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

update28.py: TypeError: 'NoneType' object is unsubscriptable



Hi

As I mentioned in another message, I'm trying to deply dak.  After
switching to squeeze and getting update19.py to run, I'm getting the
following error:

$ ./dak.py update-db
Determining dak database revision ...
dak database schema at 27
dak version requires schema 31
updating database schema from 27 to 28

keep contents of binary packages in tables so we can generate
contents.gz files from dak

@contact: Debian FTP Master <ftpmaster@debian.org>
@copyright: 2009  Mike O'Connor <stew@debian.org>
@license: GNU General Public License version 2 or later

Traceback (most recent call last):
  File "./dak.py", line 238, in <module>
    main()
  File "./dak.py", line 218, in main
    module.main()
  File "/home/mario/src/dak/dak/update_db.py", line 194, in main
    app.init()
  File "/home/mario/src/dak/dak/update_db.py", line 183, in init
    self.update_db()
  File "/home/mario/src/dak/dak/update_db.py", line 150, in update_db
    update_module.do_update(self)
  File "/home/mario/src/dak/dak/dakdb/update28.py", line 148, in
  do_update
    suite_id = suiterow[0]
TypeError: 'NoneType' object is unsubscriptable


Any hints?

Best wishes.
Mario


Reply to: