-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级到0.1.4后,Ksoup.parseGetRequest(url)不可用了 #43
Comments
@Matcha-xiaobin we can't reproduce this issue can you please give us link with which you have that issue? |
@itboy87
log: Desktop (win11) 端也是这样: |
@Matcha-xiaobin its working fine if link end with slash |
@Matcha-xiaobin i found this issue related to korlibs-network i already opened pull request for this korlibs/korlibs-io-network-core#4 and for now you need to append |
Okay, thanks! |
Describe the bug
ksoup 升级到0.1.4版本后,
ktor 今天也更新到了3.0.0-beta-2(为了支持wasmJs)
刚刚发现使用Ksoup.parseGetRequest(url)请求页面内容时,android 端会遇到400 Bad Request错误,桌面端也出现了部分页面异常
目前暂时先使用Ktor请求页面数据后,采用Ksoup.parse(result)的方式解决问题
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Sample Code
If applicable, add sample code or snippets to help explain your problem.
Device (please complete the following information):
Additional context
由于时间太晚了,我这里现在是凌晨 00:43分,所以没琢磨是怎么回事,但我有注意到似乎不是使用的ktor作为Ksoup的网络请求工具,也许新的这个存在某种问题。
The text was updated successfully, but these errors were encountered: