Rendered at 17:14:41 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
mosbyllc 15 hours ago [-]
It's a website that solves a real need, great. I tried it out, it's overall good, just the purchase options link for buying doesn't seem quite right; I tried bookshop, betterworldbooks, and amazon, but none of them could directly link to the book search page. But overall, it's interesting and useful. I also made a [book quote finder](https://www.aimoviequotes.com/quote-finder/quote-finder-in-b...) before, I'm a beginner at development but it was quite rough, I still have a lot to learn.
AusiasTsel 10 hours ago [-]
Thanks for trying it, and for the honest feedback on purchase links, you’re right. Right now they link to a search on each store rather than directly to the specific edition page. It’s a known limitation: matching an ISBN to a direct product URL across different stores (each with their own catalog system) is surprisingly hard, but it’s on the roadmap.
Glad the core discovery part was useful though. And cool project with the quote finder; we all start rough!
Anna's Archive ISBN visualization is fascinating; it really shows how fragmented and incomplete the ISBN landscape is. We don't use their data directly (licensing concerns), but it confirmed what we were seeing: massive gaps in non-English coverage.
WorldCat is great for library holdings but harder to use for translation discovery specifically, it tells you "this library has this edition" but doesn't easily answer "has this book been translated into Basque?" across its whole catalog. We'd love to integrate it eventually, though.
Right now Wikidata turned out to be the secret weapon: it has structured translation relationships that none of the others provide.
MonkeyIsNull 1 days ago [-]
wow, ok. I definitely need this! This is my life now with French, Russian, German and whatever language of the moment I am messing around with.
However, it stills looks like it's tied to localhost? I get a web socket error (to localhost:8081) and when I type the name of the title into the search title. Nothing happens and the button doesn't look like I can click it (no highlighting)
AusiasTsel 1 days ago [-]
Thanks for trying it! The localhost:8081 websocket isn't from Zenòdot, that's likely a browser extension (React DevTools, a proxy tool, or similar). Could you try in an incognito/private window with extensions disabled?
The search button activates once you've selected at least one language from the selector below the search bar. If you haven't picked any languages yet, it stays inactive... that might be what you're seeing.
Let me know if that helps!
MonkeyIsNull 1 days ago [-]
ahh right, wrong error. This is the one I get:
Uncaught Error: Minified React error #418; visit https://react.dev/errors/418?args[]=HTML&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
That's from an incognito window on Chrome
AusiasTsel 1 days ago [-]
That's a React hydration mismatch. I'm aware of it but hadn't seen it block functionality before. Thanks for flagging that it does for you.
Can I ask: when you load the page, do you see the language selector (a dropdown/search where you pick languages like English, French, etc.)? The search button only activates after selecting at least one language — if the hydration error is breaking the selector, that would explain why the button seems unclickable.
I'm looking into it right now. What Chrome version are you on?
MonkeyIsNull 1 days ago [-]
> Version 145.0.7632.160 (Build officiel) (arm64)
Yeah, I've tried switching the languages, not ALL the text on the page changes from the default language and I've tried not changing the lang. Same thing.
AusiasTsel 1 days ago [-]
Thanks for the details — that's very helpful. Chrome 145 on Mac, got it. The fact that text doesn't fully change when switching languages confirms the hydration error is breaking React's event handling.
I'm actively debugging this right now. I'll reply here when I have a fix deployed. shouldn't be long. Really appreciate your patience.
AusiasTsel 23 hours ago [-]
Update: The hydration bug has been fixed and deployed. The search should now work correctly. Thanks for the report, it helped us catch a real issue. Would love to hear if it works for you now!
Anna's Archive ISBN visualization is fascinating; it really shows how fragmented and incomplete the ISBN landscape is. We don't use their data directly (licensing concerns), but it confirmed what we were seeing: massive gaps in non-English coverage.
WorldCat is great for library holdings but harder to use for translation discovery specifically, it tells you "this library has this edition" but doesn't easily answer "has this book been translated into Basque?" across its whole catalog. We'd love to integrate it eventually, though.
Right now Wikidata turned out to be the secret weapon: it has structured translation relationships that none of the others provide.
However, it stills looks like it's tied to localhost? I get a web socket error (to localhost:8081) and when I type the name of the title into the search title. Nothing happens and the button doesn't look like I can click it (no highlighting)
That's from an incognito window on Chrome
Yeah, I've tried switching the languages, not ALL the text on the page changes from the default language and I've tried not changing the lang. Same thing.