GET fails with 'android.os.NetworkOnMainThreadException'
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 48/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 冷清
- 技术栈
- android, javascript
- 领域
- mobile, networking
调研方向
首先,在 Android 上复现 issue 中的 GET 请求,并比较 @nativescript-community/https 路径与 core/http。跟踪请求在哪里被分发,并确定它为何会到达 main thread,然后验证同一个请求能够在不出现 NetworkOnMainThreadException 的情况下完成,并且现有的 Android 行为保持不变。
由索引模型根据 Issue 内容生成。
描述
I'm testing on Android so I don't know about iOS.
Test code:
import * as HTTP from '@nativescript-community/https';
...
let url = "https://historylines.com/nexus/ttw.jsp?a=add&app=LA&uid=test_fde9f33899e13fcc&drill=Open%20Shooting%20-%20Single%20Target&shots=7";
console.log("logSession: "+url);
HTTP.request({
url: url,
method: "GET",
timeout: 30000
})
.then((response) => {
let content = response.content.toJSON();
console.log("logSession response: "+JSON.stringify(content, null, 4));
if(!content){
console.error("logSession response is missing content");
reject("logSession response is missing content");
}else{
resolve(content);
}
})
.catch((err) => {
console.error("logSession failed, "+err);
reject(err);
});
When I run this code or similar with core/http, it succeeds. When I put the URL in a web browser, it succeeds. When I run with https, it fails with:
logSession failed, Error: android.os.NetworkOnMainThreadException
- 主要语言
- Vue
- 星标
- 52
- 派生
- 40
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
nativescript-community/https 的其他 Issue
-
难度 4/5 3-5 天 新手友好度 35/100
nativescript-community/https#110 · 7 条评论 ·
-
难度 3/5 1-2 天 新手友好度 42/100
nativescript-community/https#109 · 2 条评论 ·
-
难度 5/5 一周以上 新手友好度 30/100
nativescript-community/https#100 · 3 条评论 ·
-
难度 3/5 1-2 天 新手友好度 25/100
-
难度 4/5 3-5 天 新手友好度 25/100
查看 nativescript-community/https 的全部 Issue
相似的 Issue
-
Build Failure: agora_rtc_engine compiled against android-31 while dependencies require android-34+ 未关闭
难度 2/5 1-3 小时 新手友好度 72/100
-
bug
难度 2/5 1-3 小时 新手友好度 76/100
avniproject/avni-client#2135 ·
-
react-doctor severity:warning tech-debt
难度 1/5 1 小时以内 新手友好度 88/100
digidem/comapeo-cloud-app#403 ·
-
Icon Requests 未关闭supported
难度 2/5 1-3 小时 新手友好度 68/100
LawnchairLauncher/lawnicons#4100 ·
-
难度 1/5 1 小时以内 新手友好度 92/100
CypherBoxLLC/Cypher-Box#284 ·