I'm experiencing the same thing with 7.3~23045 running on Debian
unstable.

It appears that the scanning script is missing data when trying to
insert a row into the genre_track table and MySQL is kicking it back
out because the fields are both defined as non-null:


Code:
--------------------
    
  mysql> describe genre_track;
  +-------+------------------+------+-----+---------+-------+
  | Field | Type             | Null | Key | Default | Extra |
  +-------+------------------+------+-----+---------+-------+
  | genre | int(10) unsigned | NO   | PRI | 0       |       |
  | track | int(10) unsigned | NO   | PRI | 0       |       |
  +-------+------------------+------+-----+---------+-------+
  
--------------------


Happy to provide more data if it's of any use.

I'll poke around a bit in scanner.pl but I suspect that it'll be more
of a learning experience than a helpful one to anyone else ;')


-- 
91vfr
------------------------------------------------------------------------
91vfr's Profile: http://forums.slimdevices.com/member.php?userid=19773
View this thread: http://forums.slimdevices.com/showthread.php?t=51957

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to