liqiujiong

Results 16 comments of liqiujiong

![image](https://user-images.githubusercontent.com/5794205/191925715-25fd615f-1d87-4aeb-9cf3-635eddc12124.png) 直接调用访问即可,具体格式感觉需要存下来做转换

"react-native-incall-manager": "^4.0.0", had same problem `Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 Warning: �����Ԫ�� (uri:"", local:"base-extension")������Ԫ��Ϊ,, A:\Code\UI\chatroom\node_modules\react-native-incall-manager\android\src\main\java\com\zxcpoiu\incallmanager\AppRTC\AppRTCBluetoothManager.java:224: ����: �Ҳ������� String p = Build.VERSION.SDK_INT >= Build.VERSION_CODES.S ? android.Manifest.permission.BLUETOOTH_CONNECT : android.Manifest.permission.BLUETOOTH; ^ ����:...

> Fixed By Change : > > compileSdkVersion => 31 buildToolsVersion => 31.0.0 targetSdkVersion => 31 thank , success compile

自己有服务器,有什么快速得方式可以自己搭建加速地址吗?

> 没有任何回复呢? 一样的问题,请问你解决了吗

> 哈哈,他多花点钱不就行了?直接用英语问更直接,省钱还可以练习一下水平。 On May 9, 2023, at 8:03 PM, dgqyushen ***@***.***> wrote: @liqiujiong 虽然你写的中文,但是我好像看不懂 它的意思是指,我们问中文,但是next-web帮我们转换为英文来进行询问,花费的token更少,然后gpt用英文回复,next-web帮我们转换成中文 —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because...

i happen same problem in fastapi-0.75.2 that i upload .wav file , ``` # file 参数类型是 UploadFile @app.post("/uploadfile/") async def create_upload_file(file: UploadFile = File(...)): result = { "filename": file.filename, "content-type":...