Skip to content

Instantly share code, notes, and snippets.

View billy8407's full-sized avatar
🐍
PYTHON

billy8407

🐍
PYTHON
View GitHub Profile
[HTTP] Waiting until the server is closed
[HTTP] Received server close event
[Appium] Welcome to Appium v1.22.0
[Appium] Non-default server args:
[Appium] relaxedSecurityEnabled: true
[Appium] allowInsecure: {
[Appium] }
[Appium] denyInsecure: {
[Appium] }
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
ERROR
Failed to create session. An unknown server-side error occurred while processing the command.
Original error: pkg: /data/local/tmp/appium_cache/7c30ec5f0f993ec5accfb84873e85dc5147fdf0c.apk Failure [INSTALL_FAILED_OLDER_SDK]
[HTTP] Waiting until the server is closed
[HTTP] Received server close event
[Appium] Welcome to Appium v1.22.0
[Appium] Non-default server args:
[Appium] relaxedSecurityEnabled: true
[Appium] allowInsecure: {
[Appium] }
[Appium] denyInsecure: {
[Appium] }
[Appium] Appium REST http interface listener started on 0.0.0.0:4723
Error
Failed to create session.
A new session could not be created.
Details: pkg: /data/local/tmp/appium_cache/7c30ec5f0f993ec5accfb84873e85dc5147fdf0c.apk Failure [INSTALL_FAILED_OLDER_SDK].
Check https://github.com/appium/appium-espresso-driver#troubleshooting regarding advanced session startup troubleshooting.
修改中
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
//檢查要印出O還是X
char tablecheck(int position_x,
int position_y,
int table[3][3])
{