KamandPrompt / kamandprompt.github.io

Kamandprompt Open Source Website
https://pc.iitmandi.co.in
MIT License
10 stars 42 forks source link

Fix the rare error "data.sort() is not a function" #64

Closed rishi-s8 closed 5 years ago

rishi-s8 commented 5 years ago

There is almost no way to check the error or the fix. But I hope this works.

abhigyank commented 5 years ago

Lol nice fix. Were you able to reproduce the error?

rishi-s8 commented 5 years ago

Nope. I tried more than 180 times. No errors.

abhigyank commented 5 years ago

The fix assumes that the request failure occues only once. But still worth something.

rishi-s8 commented 5 years ago

Yes. Because the request failure had occured only once in more than 400 requests overall. So I think it is a nice assumption. And anyways, we can't keep on retrying.