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

404 error #137

Open
yarekc opened this issue May 5, 2019 · 1 comment
Open

404 error #137

yarekc opened this issue May 5, 2019 · 1 comment

Comments

@yarekc
Copy link

yarekc commented May 5, 2019

I just pasted the code:

<html>
<head>
  <meta charset="UTF-8">
  <title>Lonely Globe Advisor</title>
</head>
<body>
  <h1>Top Hotels in Rome</h1>
  <ol>
    <li>Villa Domus - Via Piacenza 9, Rome, Italy</li>
    <li>Hotel Trivelli - Piazza Barberini 11, Rome, Italy</li>
  </ol>
  <script src="upup.min.js"></script>
  <script>
    UpUp.start({
      'content': '<html><body><h1>Top Hotels in Rome</h1><p>Villa Domus</p><p>Hotel Trivelli</p></body></html>'
    });
  </script>
</body>
</html>

Got error

A bad HTTP response code (404) was received when fetching the script.

This 404 code is caused when UpUp.start is called
If I comment UpUp.start, everything works fine.
(upup.min.js is well loaded)

Any idea ?

@TalAter
Copy link
Owner

TalAter commented May 7, 2019

Can you upload this somewhere where we can take a look at it and see why it breaks?

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