tsiens

Results 8 issues of tsiens

* bleak version: 0.21.1 * Python version: 3.10 * Operating System: android ### Description python-for-andorid+flask ### What I Did this is my flask code ``` import asyncio import bleak async...

Backend: Android

家里三个帐号,两个手机验证码登录,一个帐号密码登录,都是两三天就过期。。

### verify - [X] 我已经仔细阅读[项目文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求 - [X] 我已经检索过现有[issue](https://github.com/tindy2013/subconverter/issues),确认与现有issue的内容并不重复 - [X] 我已经尝试自行解决,确认自己没有能力解决 ### 功能描述 现状是,通过subconverter转换,要求返回的节点内必须同时包含总流量、剩余流量,才能转换出这种显示。 ![image](https://github.com/tindy2013/subconverter/assets/24999801/e9ad857b-8096-4f47-b5d8-b9cd895a3b0e) 而我的订阅节点里只返回剩余,所以就无法显示,只能我自己去修改pref配置文件, 把总量写死 ![image](https://github.com/tindy2013/subconverter/assets/24999801/205d812c-dad3-4dc4-8f6a-d510a3531c87) ### 可能的解决方案 在网址里提供total参数,让用户自己输入,如果返回节点有总量,就用节点的,没有的话就用用户输入的 https://host:ip/clash?url=****&total=1666GB

### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...

🐞 bug
stale

``` import gevent ``` ``` --requirements python3==3.11.0,hostpython3==3.11.0,gevent ``` ``` 04-25 14:21:08.514 25683 25791 I python : Traceback (most recent call last): 04-25 14:21:08.515 25683 25791 I python : File "/tda/main.py",...

recipe

Success in PC ```bash adb shell am broadcast -a android.intent.action.shbl.shut_down --ei time 6666 ``` Faild in Phone ```python from jnius import autoclass mActivity = autoclass('org.kivy.android.PythonActivity').mActivity Intent = autoclass('android.content.Intent') intent =...

need-analysis
need-discussion

1、simplepyble='>0.8.1' in pyproject.toml,simplepyble/_simplepyble.so" is for EM_X86_64 (62) instead of EM_AARCH64 (183) 2、build recipe ```from pythonforandroid.recipe import PythonRecipe class SimplepybleRecipe(PythonRecipe): version = '0.8.1' url = 'https://pypi.python.org/packages/source/s/simplepyble/simplepyble-{version}.tar.gz' depends = ['setuptools'] recipe =...

recipe
feature-request

``` self.client = BleakClient(addr, timeout=self.timeout) await self.client.connect(timeout=self.timeout) await self.client.start_notify('abf2', self.notify_info) ``` Packaging through P4A,raise "'BleakGATTCharacteristic' object has no attribute 'notification_descriptor'" Can be used normally in version 0.22.3

bug
Backend: Android