[web2py] ValueError: invalid literal for int() with base 10 for 'id' Field

2019-11-27 Thread Jitun John
Hi, Here is my code. *postgres_db = DAL("postgres://postgres@localhost:5432/" + get_postgres_db_filename(), auto_import=True, pool_size=10, migrate_enabled=False, fake_migrate_all=True)* "get_postgres_db_filename()" will get you "CaptureOutput-2019-11-15_03-25-19-MN" I have defined the t

[web2py] ValueError: invalid literal for int() with base 10:

2014-05-29 Thread Tom Russell
I am getting the following error when inserting a new record for a table I have. I cannot seem to pinpoint what the cause is at this time. The error is: Traceback (most recent call last): File "/home/tsrdatatech/web2py/applications/ttheorydataextractor/controllers/appadmin.py", line 270, in

[web2py] ValueError: invalid literal for int() with base 10

2012-01-15 Thread Andrew Evans
Hello I just updated web2py and after restarting uwsgi I get an error on my site ValueError: invalid literal for int() with base 10: '05 04:36:30' Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. Traceback (most recent call last): File "/opt/web2py/gluo

[web2py] ValueError: invalid literal for int() with base 10:

2010-04-20 Thread annet
In db.py I defined the following tables: db.define_table('company', Field('company',length=54,default='',notnull=True), migrate=False) db.define_table('application', Field('application',length=24,default='',notnull=True,unique=True), migrate=False) db.define_table('companyapplicat