htmlpreview / htmlpreview.github.com

HTML Preview for GitHub Repositories
htmlpreview.github.com
1.53k stars 307 forks source link

Error loading page due to poor network connectivity? #65

Closed kgashok closed 5 years ago

kgashok commented 5 years ago

For the link https://htmlpreview.github.io/?https://github.com/kgisl/cs8251/blob/master/notes/unit5.html#unit-v-file-processing, in the console I noticed this:

screenshot 2019-01-04 at 07 45 07

rgetz commented 5 years ago

This is because : https://developer.yahoo.com/yql/

Important EOL Notice: As of Thursday, Jan. 3, 2019, the YQL service at query.yahooapis.com will be retired.

since this was a client side application, which used YQL, it will need to be re-written to use a different technology... :(

rgetz commented 5 years ago

any comments from the developers? @niutech ?

rgetz commented 5 years ago

For anyone interested - https://raw.githack.com/ is functional.

but is not a client side solution, so you need to be careful about bandwidth.

niutech commented 5 years ago

It should be fixed by not, although there are still some known issues in the latest version, which will be fixed.

As for Githack, it uses server-side processing, unlike HTMLPreview, which works client-side.

rgetz commented 5 years ago

@niutech : Thanks - did you want bug reports on non-functional pages with the updates? (Or you know where the issues are, and you are working on them?)

Thanks again for working on this - its super useful.

niutech commented 5 years ago

Please hold on with filing bugs, I am in the middle of work.

rgetz commented 5 years ago

@niutech - thanks. Know you are working on things, thanks for your effort

https://htmlpreview.github.io/?https://github.com/analogdevicesinc/buildroot/blob/pluto/board/pluto/msd/index.html

Still seems to be broken. I won't open a new issues - I assume you are working through things.