9nehS
9nehS
Hi, I encountered the same issue recently and tried to find the root cause. In method fingerprint_directory() and fingerprint_file() of `dejavu/__init__.py`, there is a function calling: self.db.insert_hashes(sid, hashes) self.db.set_song_fingerprinted(sid) self.get_fingerprinted_songs()...
Facing the same issue, it looks like there is a PR(https://github.com/nokia/RED/pull/418) to solve this issue.
我们的项目在调用airtest的API前加了个判断,如果本地已经安装了adb,则使用本地安装的 ```python def _set_adb_path(): system = platform.system() machine = platform.machine() adb_index = '{}-{}'.format(system, machine) if adb_index not in DEFAULT_ADB_PATH: adb_index = system # overwrite uiautomator adb if "ANDROID_HOME" in os.environ:...
我们公司的测试项目在使用poco 1.0.87的时候也遇到了类似的问题,一度还以为是应用本身的问题或者uiautomator的问题,希望社区能将waitForIdle的等待时间开放设置。另外如果有大佬已经有重新打包的apk,能不能发个邮件到[email protected],或者放到某个网盘上面,谢谢。
> > > 我们公司的测试项目在使用poco 1.0.87的时候也遇到了类似的问题,一度还以为是应用本身的问题或者uiautomator的问题,希望社区能将waitForIdle的等待时间开放设置。另外如果有大佬已经有重新打包的apk,能不能发个邮件到[[email protected]](mailto:[email protected]),或者放到某个网盘上面,谢谢。 > > Did you get the apk? Can you send it to my email please. [[email protected]](mailto:[email protected]) Not yet
这个问题是不是在[v1.0.94](https://github.com/AirtestProject/Poco/releases/tag/v1.0.94)中已经解决了?
这是打算抢红包么?;)