augustwester / searchthearxiv

The code powering searchthearxiv.com, a simple semantic search engine for more than 300,000 ML papers on arXiv.
https://searchthearxiv.com
GNU General Public License v3.0
112 stars 11 forks source link

Server down? #1

Closed jaens closed 1 year ago

jaens commented 1 year ago

The https://searchthearxiv.com/search?query= endpoint seems to be currently returning 500 Internal Server Error.

augustwester commented 1 year ago

I'm unable to reproduce this. Are you still experiencing the issue?

jaens commented 1 year ago

Yep, for example the request: https://searchthearxiv.com/search?query=https%3A%2F%2Farxiv.org%2Fabs%2F2203.09452 (searching for https://arxiv.org/abs/2203.09452)

augustwester commented 1 year ago

Thanks for the clarification. I think I've found the problem. Will be pushing a fix soon.

augustwester commented 1 year ago

Should be working now. The problem was due to faulty handling of papers not already in the database (like the one you referred to). Thanks for letting me know! 👍