What version of Gnucash? There is a known bug in CVS with regards to "multiple sessions" and gnc-events, which can be tickled by a number of "reasonable" actions by users. The real problem is that the event-handling code assumed a global book, but events are raised on a local book. If these books are not equal, which can happen in a number of different ways, you will see this message.
The long-term solution is to change the APIs to pass in either a session or a book to all the event-handling functions and basically get rid of the 'get_default_book()' functions. -derek Matt Martin <[EMAIL PROTECTED]> writes: > All, > > Gnucash has been working great lately. > Just have one little issue for the last month+ > > If I use the --add-price-quotes flag, I get an endless stream of: > > ** CRITICAL **: file gnc-component-manager.c: line 270 > (gnc_cm_event_handler): assertion `id_type' failed. > > > Not sure what causes it, but it sure fills up the mail buffer when run > as a cron job ! > > > Thanks for any help. > -- > > Matt Martin > [EMAIL PROTECTED] > 600 West Grove Parkway #1042,Tempe, AZ, 85283 > Visit my homepage at http://matthewmartin.org > > > _______________________________________________ > gnucash-devel mailing list > [EMAIL PROTECTED] > http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH [EMAIL PROTECTED] PGP key available _______________________________________________ gnucash-devel mailing list [EMAIL PROTECTED] http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel
