Can you post a more complete traceback?
On Friday, July 31, 2020 at 11:16:12 AM UTC-5, mostwanted wrote: > > Hi guys, *t*oday I encountered this error*: <type 'exceptions.KeyError'> > '\x00'*, I think it occured during shut down because wheni rebooted my > laptop it was there, in chapter 6 of the book (fixing migrations) it says > we should add* db.define_table(...., migrate=True, fake_migrate=True) *but > when I did that the error still persists it doesnt go anywhere, I then > added *migrate=False *alone in the tables that came up in the issued > TICKETS and the app was good and running, why is this and what is the > difference between > adding *db.define_table(...., migrate=True, fake_migrate=True) and *just > adding > > *db* > > > *.define_table(...., migrate=True)?*Regards; > > > Mostwanted > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/968096e3-069c-411f-855d-e4f48b668611o%40googlegroups.com.

