Canapin
(Coin-coin le Canapin)
12월 10, 2024, 12:04오후
1
Reproduction steps:
Open the quick search input while being in a category
Click on the “in this category” option
Type a few letters
There is a search query performed for each character typed with no waiting time, leading to a 403 error
It seems to happen more when unregistered, maybe because of a different rate limit.
Notes: It doesn’t happen if you write the #categoryname manually, and after you delete your search query input to perform another search.
4개의 좋아요
Canapin
(Coin-coin le Canapin)
3월 20, 2025, 7:04오후
3
The bug is still here, I see all the requests in the network tab, but I haven’t experienced the error message for a while. Were the max requests per second increased for users?
Also, it’s to be noted that while this bug happens on meta.discourse.org and try.discourse.org , it doesn’t happen on my instances.
Perhaps is it related to some setting?
3개의 좋아요
sam
(Sam Saffron)
3월 23, 2025, 10:50오후
4
will put a pri-medium on investigating, cause this has potential of driving too much traffic, unnecessarily.
2개의 좋아요
pmusaraj
(Penar Musaraj)
3월 25, 2025, 1:34오후
6
타자 속도에 따라 다릅니다. 충분히 빠르게 입력하면 키스트로크마다 요청이 전송되지 않습니다. 위젯은 400밀리초마다 요청 전송을 디바운스(debounce)하며, 사용자가 이 임계값보다 느리게 입력하는 경우 요청이 전송되지 않습니다. macOS에서 Safari/Firefox/Chrome으로 테스트했으며, 각 브라우저에서 모두 잘 작동했습니다.
다음은 이를 증명하는 것입니다:
"Customization > Theme component data"와 "Customization > Theme component data expl"를 입력하는 사이에 요청이 두 번만 전송되었습니다. 즉, 그 사이의 문자들에 대해서는 요청이 전송되지 않았습니다.
2개의 좋아요