remcoboerma / jbrout

Automatically exported from code.google.com/p/jbrout
0 stars 0 forks source link

backtrace when starting jbrout #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start jbrout
2.
3.

What is the expected output? What do you see instead?
bradford:jbrout (master) $ python jbrout.py 
The psyco module does not seem to be installed. It is not necessary, however it 
can speed up performance.
Traceback (most recent call last):
  File "jbrout.py", line 3132, in <module>
    main()
  File "jbrout.py", line 3103, in main
    window = Window()
  File "/home/matej/build/Extras/jbrout/jbrout/jbrout/libs/gladeapp.py", line 125, in __init__
    obj(*(args),**(dargs))
  File "jbrout.py", line 1112, in init
    store = TreeDB()
  File "jbrout.py", line 552, in __init__
    self.init()
  File "jbrout.py", line 558, in init
    self.zapfill( JBrout.db.getRootFolder() ,None)
  File "jbrout.py", line 569, in zapfill
    return self.zapfill(folders[0],attach)
  File "jbrout.py", line 569, in zapfill
    return self.zapfill(folders[0],attach)
  File "jbrout.py", line 569, in zapfill
    return self.zapfill(folders[0],attach)
  File "jbrout.py", line 571, in zapfill
    return self.fill(node,attach)
  File "jbrout.py", line 578, in fill
    new = self.add(attach,node )
  File "jbrout.py", line 667, in add
    return self.append(it,[node.name,len(node.getPhotos()),node,color])
TypeError: value is of wrong type for this column
bradford:jbrout (master) $ 

How should I find out what are correct values of the row?

Original issue reported on code.google.com by matej.c...@gmail.com on 18 Mar 2011 at 10:34

GoogleCodeExporter commented 9 years ago
types are defined here 
http://code.google.com/p/jbrout/source/browse/trunk/jbrout/jbrout.py#548

what is your version ? deb or svn up-to-date)

is it a fresh install ?

Original comment by manat...@gmail.com on 31 Mar 2011 at 2:52

GoogleCodeExporter commented 9 years ago
SVN323 (i.e., master of https://gitorious.org/jbrout/jbrout). No it is upgrade 
from .rpm packages for Fedora (which I co-maintain).

Original comment by matej.c...@gmail.com on 31 Mar 2011 at 3:08

GoogleCodeExporter commented 9 years ago
Hmm, I upgraded everything and it seems to be fixed now. Jbrout actually 
starts. You can close this.

Original comment by matej.c...@gmail.com on 31 Mar 2011 at 4:00

GoogleCodeExporter commented 9 years ago
closed as invalid

Original comment by manat...@gmail.com on 6 Apr 2011 at 7:39