jina-ai / reader

Convert any URL to an LLM-friendly input with a simple prefix https://r.jina.ai/
https://jina.ai/reader
Apache License 2.0
6.26k stars 486 forks source link

Identification error with # in url #92

Closed shutter-cp closed 1 month ago

shutter-cp commented 1 month ago

https://vant-ui.github.io/vant-weapp/#/tabbar

nomagick commented 1 month ago

Hi. I've patched Reader to allow HTTP POST and passing url in body. This should fix your issue. https://github.com/jina-ai/reader?tab=readme-ov-file#spas-with-hash-based-routing

curl -X POST 'https://r.jina.ai/' \
    -d 'url=https://vant-ui.github.io/vant-weapp/#/tabbar'
nomagick commented 1 month ago

Fixed in 873994397a257ccb77b3008e99363b40941c7240

shutter-cp commented 1 month ago

Fixed in 8739943 已修复 8739943

Either request https://vant-ui.github.io/vant-weapp/#/tabbar https://vant-ui.github.io/vant-weapp/#/theme https://vant-ui.github.io/vant-weapp/#/button

They all return the same thing

shutter-cp commented 1 month ago

Fixed in 8739943 已修复 8739943

Either request 任一请求 https://vant-ui.github.io/vant-weapp/#/tabbar https://vant-ui.github.io/vant-weapp/#/theme https://vant-ui.github.io/vant-weapp/#/button

They all return the same thing他们都返回相同的东西

Solved the cache problem x-no-cache: true

nomagick commented 1 month ago

Either request https://vant-ui.github.io/vant-weapp/#/tabbar https://vant-ui.github.io/vant-weapp/#/theme https://vant-ui.github.io/vant-weapp/#/button They all return the same thing

Thanks for reporting again, this is another bug. x-no-cache: true is not required now.