hanchenglong001

Results 3 issues of hanchenglong001

import time import flet as ft import threading from flask import Flask,send_file app = Flask(__name__) @app.route('/') def hello_world(): return send_file("assets/test.html") def run_flask_in_thread(): print("Starting Flask in thread...") ssl_context = ('assets/10.15.176.117.pem', 'assets/10.15.176.117-key.pem')...

Android use webview Error accessing HTTP service How to support HTTP access and ignore SSL errors?

/home/user/.local/share/python-for-android/build/other_builds/python3/armeabi-v7a__ndk_target_21/python3/Include/pyport.h:601:2: error: "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)." ^ /home/user/.local/share/python-for-android/build/bootstrap_builds/empty/jni/application/src/start.c:17:10: fatal error: 'bootstrap_name.h' file not found #include...