Closed Tenth-crew closed 3 months ago
It should be due to the dynamic loading of the page. At the beginning, when you retrieve the elements, the network did not load them, causing yourdocument. querySelectorAll (hovercardselector)
query to be empty.
https://github.com/opencv/opencv
At present, such a problem still exists, whether it will be solved.
Can you describe how you encountered this bug? I don't know the details yet, but the possible reason is a network problem. In the code, I set it to ignore the element if it is not loaded within 1500ms. If you do not load it within the first 1500ms of entering the warehouse, the element may not be monitored.
https://github.com/opencv/opencv
At present, such a problem still exists, whether it will be solved.
The first two diagrams are on the same screen. The second diagram shows openrank, but the first one does not. The second diagram is in the contributors screen, for a person whose openrank is there but isn't shown. And no one else's cards in that contributors are shown.
The reason I can think of is network issues. Maybe we can set the waiting time to be longer.
Version
latest
Current Behavior
Expected Behavior
I hope that the user card can add openrank information normally
Environment
Any additional comments?
No response