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

Paths in the injected reader are goofed up. #1

Open
kathi-fletcher opened this issue Dec 19, 2013 · 1 comment
Open

Paths in the injected reader are goofed up. #1

kathi-fletcher opened this issue Dec 19, 2013 · 1 comment

Comments

@kathi-fletcher
Copy link
Member

Testing oerpub.github.io/kathi-empty-book/reader.html I get the following path errors:

I get the following things that look like path bugs:
GET http://oerpub.github.io/empty-book/images/menu-icon.png 404 (Not Found) jquery.js:6163

GET http://oerpub.github.io/empty-book/images/loader.gif 404 (Not Found)
    GET http://kathi-fletcher.github.io/kathi-empty-book/styles/popup.css 404 (Not Found) epub.js:1794
    Resource interpreted as Image but transferred with MIME type application/x-javascript: "https://static.hypothes.is/lib/d3.min.js?f13abccf". embed.js?role=guest&light=true:4
    GET http://kathi-fletcher.github.io/kathi-empty-book/content/styles/annotations.css 404 (Not Found) epub.js:1794

When we get these fixed, please comment them so that we can find all these changes in the future. I commented the caching thing (again).

@TomWoodward
Copy link
Member

the 404s on the images are expected, there is a handler that catches the
image requests and rewrites them to go to the right place but there is no
way to suppress the 404 in the console

On Thu, Dec 19, 2013 at 3:57 PM, Kathi Fletcher [email protected]:

Testing oerpub.github.io/kathi-empty-book/reader.html I get the following
path errors:

I get the following things that look like path bugs:
GET http://oerpub.github.io/empty-book/images/menu-icon.png 404 (Not
Found) jquery.js:6163

GET http://oerpub.github.io/empty-book/images/loader.gif 404 (Not Found)
GET http://kathi-fletcher.github.io/kathi-empty-book/styles/popup.css 404 (Not Found) epub.js:1794
Resource interpreted as Image but transferred with MIME type application/x-javascript: "https://static.hypothes.is/lib/d3.min.js?f13abccf". embed.js?role=guest&light=true:4
GET http://kathi-fletcher.github.io/kathi-empty-book/content/styles/annotations.css 404 (Not Found) epub.js:1794

When we get these fixed, please comment them so that we can find all these
changes in the future. I commented the caching thing (again).


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

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

2 participants