UpUp icon indicating copy to clipboard operation
UpUp copied to clipboard

404 error

Open yarekc opened this issue 6 years ago • 1 comments

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 ?

yarekc avatar May 05 '19 14:05 yarekc

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

TalAter avatar May 07 '19 14:05 TalAter