clover / clover-android-sdk

Clover SDK for developing applications on Clover Station/Mobile/Mini/Flex

Home Page:https://docs.clover.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite3.OperationalError: no such table: apps when running install_apps.py

aiavci opened this issue · comments

The readme guide makes you download a script from this repository and run it. However, there's no troubleshooting section and it's making the assumption that a table called 'apps' exists. The script didn't work for me.

Expected behaviour

  • There's a troubleshooting section with possible problems. e.g. "This script only runs with python version 2".
  • There's testing around this script and expectations that not everyone has the schemas ready as assumed in the script

Does anyone find a solution on this?

Seeing the same still.

Getting installed versions... Getting current app data... Traceback (most recent call last): File "./install_apps.py", line 190, in <module> main(sys.argv[1:]) File "./install_apps.py", line 148, in main for row in conn.execute('select * from apps'): sqlite3.OperationalError: no such table: apps

commented

Try this https://community.clover.com/articles/45689/clover-setup-in-android-emulator.html

That's work for me when upload file appinfo.db into path data/data/com.clover.engine/databases on Device Explorer of Android Studio

image

Thank you so much