Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of Websites Which Don't Work #8

Open
Miserlou opened this issue Feb 28, 2014 · 43 comments
Open

List of Websites Which Don't Work #8

Miserlou opened this issue Feb 28, 2014 · 43 comments

Comments

@Miserlou
Copy link
Owner

This is the issue for reporting specific websites which don't work. If you stumble on a site which OpenSpritz doesn't work with, please use this issue to report it!

When the cause is diagnosed, that cause can be taken to a new issue.

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 2, 2014

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 2, 2014

http://www.economist.com/blogs/easternapproaches/2014/03/russia-and-ukraine

Looks to be the same as the New Scientist one, will open a ticket.

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 4, 2014

https://gun.io/blog/how-to-hire-hackers/

Extremely annoyingly, my own blog doesn't work with it. Readability returns 504 error.

A brief Google also returns this as having a similar problem: http://www.devshed.com/c/a/PHP/PHP-Application-Development-Part-One/1/

@Miserlou Miserlou closed this as completed Mar 4, 2014
@Miserlou Miserlou reopened this Mar 4, 2014
@Miserlou
Copy link
Owner Author

Miserlou commented Mar 4, 2014

Font rendering is broken on this page: http://www.bbc.com/news/magazine-26260978

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 5, 2014

http://www.huffingtonpost.com/2014/03/05/un-envoy-crimea_n_4905129.html

HuffPo is boned, likely because of the jQ thing, or because HP pages just take so long to load and the jQ requires document complete..

@sfentress
Copy link

reuters.com: http://www.reuters.com/article/2014/03/05/us-usa-senate-nominee-idUSBREA241T320140305

boingboing.net: http://boingboing.net/2014/03/05/this-day-in-blogging-history-166.html

github.com: #8

Since it didn't work on the gun.io blog, or the first three other placed I tried, I just assumed it didn't work, but fortunately tried it again at NYTimes and found that it did.

@jordan112
Copy link

TechCrunch either comes in unstyled, or never starts:

http://techcrunch.com/2014/03/05/is-jawbone-apple-and-googles-biggest-threat/

@SeriousM
Copy link
Contributor

SeriousM commented Mar 5, 2014

@TheSavior
Copy link
Contributor

It seems like there are a couple of issues that cause problems.

I went through a bunch of these sites and the things that seemed to come up were:

  1. Conflicts with jQuery. One site had $ defined, but somehow didn't have $.get, so the ajax call broke.
  2. The readability api is sketch, returns http errors fairly often it seems, and we probably would be better off finding a different option (hopefully something we don't have to send an ajax call for. In the meantime, I've had pretty good luck with selection (even for gun.io)
  3. The techcrunch error is interesting. I've run into that problem before, but it is really difficult to debug with local versions of things due to cross origin errors. I think the error is likely a rendering bug due to using fixed positioning. I think if we got rid of spritz_spacer, made spritz_holder have a min-height of 210 and removed the fixed position on spritz_holder that this issue would be fixed. I'm not sure how we should test that though without just pushing to github.

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 6, 2014

Readability doesn't like this one: http://www.gutenberg.org/files/15250/15250-h/15250-h.htm

works with text selection though.

@mijoharas
Copy link

http://openrules.com/rulelearner.htm doesn't work, I think it is due to request headers and so will not be able to work with this in the form of a bookmarklet:

Failed to load resource: Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers. https://rawgithub.com/Miserlou/OpenSpritz/master/spritz.html
XMLHttpRequest cannot load https://rawgithub.com/Miserlou/OpenSpritz/master/spritz.html. Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers. rulelearner.htm:1

I think extensions should be able to get around this problem, I'm posting this here to double check these assumptions (am I right on those two points?).

@mijoharas
Copy link

Oh and of course github due to the content security policy directive, (I'm just including it for completeness sake):

Refused to load the script 'https://miserlou.github.io/OpenSpritz/spritz.js?callback=cb?callback=cb' because it violates the following Content Security Policy directive: "script-src 'self' https://github.global.ssl.fastly.net https://ssl.google-analytics.com https://collector-cdn.github.com https://embed.github.com https://raw.github.com".

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 6, 2014

Ahhhh, fuck, I think I've been too nice with the pull requests without reviewing. I think this was fixed before but now it's fuxked again. Grr.

Thanks for the bug report.

@mijoharas
Copy link

np, incidentally, it has stopped working completely for me as of today, sometime when the slider bar and play button was added (it will not initialise showing the words). I don't want to add an issue without checking why/whether this problem is reproducible with other people, gonna start digging into it now. btw, you should add a gitter room considering the fast pace of development at the moment.

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 6, 2014

Yeah, it's just gotten a ton of attention over the past 24h and I've accepted some bad pulls, I think. I'm going to just revert it to a known working state until we can get a dev process sorted out properly.

@mijoharas
Copy link

cool, what are your thoughts on the gitter room? also, as always, thanks for the bookmarklet! 👍

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 6, 2014

I don't know what gitter is yet.

aggghhhh this is just a side project that has now consumed quite a few hours of my work day. I'll bang on this a few hours tonight but for now I'm going to revert everything to where it was yesterday and then review all of the merges individually.

@SeriousM
Copy link
Contributor

SeriousM commented Mar 6, 2014

OT:

I'll bang on this a few hours tonight but for now I'm going to revert everything to where it was yesterday and then review all of the merges individually.

accept that you had a very good idea and that people love it! Don't you like all the attention?

@Miserlou
Copy link
Owner Author

Miserlou commented Mar 6, 2014

Haha, I like clean code more than I like attention and responsibility. And
I have a day job managing https://gun.io, a job which I am currently
neglecting today. Fixes coming tonight.

On Thu, Mar 6, 2014 at 2:49 PM, Bernhard Millauer
notifications@github.comwrote:

OT:

I'll bang on this a few hours tonight but for now I'm going to revert
everything to where it was yesterday and then review all of the merges
individually.

accept that you had a very good idea and that people love it! Don't you
like all the attention?

Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-36947671
.

@SeriousM
Copy link
Contributor

SeriousM commented Mar 6, 2014

Haha, I like clean code more than I like attention and responsibility. And
I have a day job managing https://gun.io, a job which I am currently
neglecting today. Fixes coming tonight.

Alright, I understand your point :)

/OT

@mikethrussell
Copy link

OpenSpritz doesn't read articles in Pocket; these are already 'mobilized', however the OpenSpritz just sees the Pocket header info and misses the article text completely. Unable to give you a weblink to demo as it requires a login

@Pishky
Copy link

Pishky commented Mar 7, 2014

Amazing! Congratulations,
I would love to see a start, stop ,pause feature and maybe a rewind by a sentence or so.
In any case many thanks for making this work.

@notken
Copy link

notken commented Mar 7, 2014

Nothing at the rather old-fashioned www.football365.com seems to work. OpenSpritz doesn't respond when speed selected.

@silberzwiebel
Copy link

http://www.staatsschauspiel-dresden.de/spielplan/und_ausserdem/dresdner_reden_2014/offener_brief_an_sibylle_lewitscharoff/
Some words are not displayed - at a first glance this happens only to long words (yes, German ...;) )

@larsw
Copy link

larsw commented Mar 7, 2014

It doesn't work with the Amazon Cloud Reader (e.g. reading books): http://read.amazon.com/

@amirrajan
Copy link

http://www.gamasutra.com/view/news/212230/A_Dark_Rooms_unique_journey_from_the_web_to_iOS.php

I'd like to help figure out why it's not working if you can give me a few pointers on how to debug (didn't see anything in the wiki).

@NellyM
Copy link

NellyM commented Mar 8, 2014

@christianschmidt
Copy link

http://www.golem.de/news/indie-game-naissancee-wenn-der-ton-das-spiel-macht-1403-104964.html

Not a problem with the website itself, more than with some special characters.

For example the following sentence:

Diese Atmosphäre wird vor allem mit einer außergewöhnlichen Musik erzeugt.

While the word "Atmosphäre" works, "außergewöhnlichen" does get left out. So issume it's not a problem with umlauts, but with characters like "ß".

@smorin
Copy link

smorin commented Mar 9, 2014

cnn.com

@orschiro
Copy link

http://www.theguardian.com/technology/2013/nov/12/international-space-station-virus-epidemics-malware

Does not work on Firefox 27.0.1 on Windows 7. The reading box is not showing up.

@orschiro
Copy link

http://uk.reuters.com/article/2013/10/04/us-russia-tnkbp-idUKBRE99308J20131004

Does not start after selecting the text speed on Firefox 27.0.1 on Windows 7.

@LCC270
Copy link

LCC270 commented Mar 12, 2014

Stopped working since release 1.1 appeared in Firefox last night. Does nothing.

@mijoharas
Copy link

same on chrome, something broke, if this is due to ongoing development, shouldn't you have a stable and a master branch to stop these problems always occuring?

@LCC270
Copy link

LCC270 commented Mar 14, 2014

Version 1.1 is now working. Thanks! I noticed that on one article, it was repeating the same words as if it got stuck in a loop... but I'm not sure the problem is real since my computer was running slow. Request: Some words come out very long for the eye to catch it. Is it possible to truncate words presented to no more than 13 characters (I read the eye can process up to this number instantly)

@LCC270
Copy link

LCC270 commented Mar 14, 2014

Request: Some words come out very long for the eye to catch it. Is it possible to truncate words presented to no more than 13 characters (I read the eye can process up to this number instantly)

@walshie4
Copy link

Another site not reading at all (even when highlighted): http://www.newyorker.com/online/blogs/currency/2014/03/are-malls-over.html

Firefox 27.0.1 on Mac OS X.

@Miserlou
Copy link
Owner Author

One of the services we use, RawGithub.com, is currently down, which is why
that page (and other currently) are broken. I don't know when this will be
resolved, hopefully soon.

On Sun, Mar 16, 2014 at 2:20 PM, Adam Walsh notifications@github.comwrote:

Another site not reading at all (even when highlighted):
http://www.newyorker.com/online/blogs/currency/2014/03/are-malls-over.html

Reply to this email directly or view it on GitHubhttps://github.com//issues/8#issuecomment-37771381
.

@mmasdeu
Copy link

mmasdeu commented Mar 17, 2014

This other digital newspaper does not work as of now.
http://www.ara.cat/

@mauiaw
Copy link

mauiaw commented Mar 18, 2014

http://www.bbc.co.uk/news/

words not centred on pivot

@DamonSun
Copy link

https://read.amazon.com/

@nola
Copy link

nola commented May 14, 2014

@Seanny123
Copy link

Reading TED transcripts.
http://www.ted.com/talks/matt_killingsworth_want_to_be_happier_stay_in_the_moment/transcript

Also, thanks for all the effort you've put into this so far.

@kpmaynard
Copy link

Thanks for the great tool. I ran in to this website which cannot be read with openspritz http://www.garlikov.com/philosophy/Sisyphus.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests