zyachel / quetre

A libre front-end for Quora
https://quetre.iket.me
GNU Affero General Public License v3.0
418 stars 28 forks source link

couldn't retrieve data error #2

Closed gi-yt closed 2 years ago

gi-yt commented 2 years ago

i installed & started quetre with pnpm as told in README. but i get this error when i try to go to some link

🔴 couldn't retrieve data
Error: couldn't retrieve data
    at fetcher (file:///home/ak/projects/quetre/fetchers/fetcher.js:37:25)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async getAnswers (file:///home/ak/projects/quetre/fetchers/getAnswers.js:12:15)
    at async file:///home/ak/projects/quetre/controllers/viewController.js:25:23 
zyachel commented 2 years ago

oh, so sorry. Quora changed their HTML a couple of days ago that broke the fetcher.js script.
I fixed it and even pushed it to heroku but forgot to push it here. :p I have done so just now after reading your comment.
It should work now should you try again.

gi-yt commented 2 years ago

works now. thanks!