source: tmcsimulator/branches/LCSv1/errors/127.0.0.1.2020-03-07.13-41-36.629bce91-b95e-469d-8898-d86e4e95b768 @ 593

Revision 593, 1.9 KB checked in by jdalbey, 6 years ago (diff)

Add branch LCSv1

Line 
1(dp1
2S'output'
3p2
4S"<type 'exceptions.RuntimeError'> Cannot compare highways.closureid >= None"
5p3
6sS'layer'
7p4
8S'/home/jdalbey/Dropbox/web2py/applications/Highways/controllers/default.py'
9p5
10sS'code'
11p6
12S'<code object <module> at 0x7f44cca4a4b0, file "/home/jdalbey/Dropbox/web2py/applications/Highways/controllers/default.py", line 1>'
13p7
14sS'snapshot'
15p8
16(dp9
17sS'traceback'
18p10
19S'Traceback (most recent call last):\n  File "/home/jdalbey/Dropbox/web2py/gluon/restricted.py", line 219, in restricted\n    exec(ccode, environment)\n  File "/home/jdalbey/Dropbox/web2py/applications/Highways/controllers/default.py", line 36, in <module>\n  File "/home/jdalbey/Dropbox/web2py/gluon/globals.py", line 421, in <lambda>\n    self._caller = lambda f: f()\n  File "/home/jdalbey/Dropbox/web2py/applications/Highways/controllers/default.py", line 23, in results\n    hwy = db(db.highways.closureid >= session.closureid).select()\n  File "/home/jdalbey/Dropbox/web2py/gluon/packages/dal/pydal/objects.py", line 2395, in select\n    return adapter.select(self.query, fields, attributes)\n  File "/home/jdalbey/Dropbox/web2py/gluon/packages/dal/pydal/adapters/sqlite.py", line 82, in select\n    return super(SQLite, self).select(query, fields, attributes)\n  File "/home/jdalbey/Dropbox/web2py/gluon/packages/dal/pydal/adapters/base.py", line 758, in select\n    colnames, sql = self._select_wcols(query, fields, **attributes)\n  File "/home/jdalbey/Dropbox/web2py/gluon/packages/dal/pydal/adapters/base.py", line 673, in _select_wcols\n    query = self.expand(query, query_env=query_env)\n  File "/home/jdalbey/Dropbox/web2py/gluon/packages/dal/pydal/adapters/base.py", line 437, in _expand\n    rv = op(first, **optional_args)\n  File "/home/jdalbey/Dropbox/web2py/gluon/packages/dal/pydal/dialects/base.py", line 376, in gte\n    raise RuntimeError("Cannot compare %s >= None" % first)\nRuntimeError: Cannot compare highways.closureid >= None\n'
20p11
21s.
Note: See TracBrowser for help on using the repository browser.