./web3py-start apps/ _______ ____________ ____ ______ __ | ____/ / / ____/ __ |/___ \/ __ \ \/ / | | / / /_ / /_/ /___/ / /_/ /\ / | | /| / / __/ / __ //__ / ____/ / / | |/ |/ / /___/ /_/ /___/ / / ____/ / |___/|_/_____/_____/_____/_/ /_____/ It is still experimental...
Dashboard is at: http://127.0.0.1:8000/_dashboard [OK] loaded _dashboard [OK] loaded myapp [OK] loaded todo [OK] loaded superheroes [OK] loaded examples [OK] loaded _scaffold Bottle v0.12.16 server starting up (using TornadoServer())... Listening on http://127.0.0.1:8000/ Hit Ctrl-C to quit. WARNING:tornado.access:404 GET / (127.0.0.1) 1.66ms WARNING:tornado.access:404 GET /favicon.ico (127.0.0.1) 1.11ms ERROR:root:Traceback (most recent call last): File "/Users/aaronm/.pyenv/versions/3.6.4/envs/web3py/web3py/web3py/core.py", line 384, in wrapper ret = func(*func_args, **func_kwargs) File "/Users/aaronm/.pyenv/versions/3.6.4/envs/web3py/web3py/apps/_dashboard/__init__.py", line 116, in tickets tickets = error_storage.get() File "/Users/aaronm/.pyenv/versions/3.6.4/envs/web3py/web3py/web3py/core.py", line 535, in get list_rows = db(query).select(*fields, orderby=orderby, groupby=groupby).as_list() File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/objects.py", line 2395, in select return adapter.select(self.query, fields, attributes) File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/adapters/sqlite.py", line 82, in select return super(SQLite, self).select(query, fields, attributes) File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/adapters/base.py", line 763, in select return self._select_aux(sql, fields, attributes, colnames) File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/adapters/base.py", line 719, in _select_aux rows = self._select_aux_execute(sql) File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/adapters/base.py", line 713, in _select_aux_execute self.execute(sql) File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/adapters/__init__.py", line 67, in wrap return f(*args, **kwargs) File "/Users/aaronm/.pyenv/versions/web3py/lib/python3.6/site-packages/pydal/adapters/base.py", line 413, in execute rv = self.cursor.execute(command, *args[1:], **kwargs) sqlite3.OperationalError: no such table: web3py_error WARNING:tornado.access:404 GET /todo/static/favicon.ico (127.0.0.1) 1.46ms WARNING:tornado.access:404 GET /myapp/static/favicon.ico (127.0.0.1) 1.27ms WARNING:tornado.access:404 GET /_scaffold/static/favicon.ico (127.0.0.1) 1.48ms WARNING:tornado.access:404 GET /superheroes/static/favicon.ico (127.0.0.1) 1.24ms WARNING:tornado.access:404 GET /examples/static/favicon.ico (127.0.0.1) 1.43ms On Tuesday, May 21, 2019 at 9:33:27 AM UTC-5, En Ware wrote: > > The only thing I did was: > > 1. git pull > 2. ./web3py-start apps/ > > Thats all I did. > > On Monday, May 20, 2019 at 3:08:26 PM UTC-5, 黄祥 wrote: >> >> Getting error missing table , sqlite3.OperationalError: no such table: >>> web3py_error >>> >>> _dashboard won't load at all. >>> >> >> could you please tell us steps to reproduce that error or show some code ? >> >> best regards, >> stifan >> > -- 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/024fb3b5-683d-4d3e-aa02-393a6fc60f35%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

