question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mirroring index files

See original GitHub issue

Following instructions here: https://github.com/scripting/pagePark#v0818-62221-by-dw

What I’ve done

I have an OPML file hosted: http://lo2.geekity.com/andrewshell/myOutlines/pagepark-howto-glitch.opml

In PagePark for the domain glitch-howto.shll.me I have the file config.json with the following contents:

{
  "mirrors": {
    "/index.opml": "http://lo2.geekity.com/andrewshell/myOutlines/pagepark-howto-glitch.opml"
  }
}

What Happens

If I go to http://glitch-howto.shll.me/index.opml it shows the rendered OPML file as expected.

If I go to http://glitch-howto.shll.me/ I see “The file was not found.”

What I Expected

I would expect that if I went to http://glitch-howto.shll.me/ I would see the same output as http://glitch-howto.shll.me/index.opml

Alternative Attempt

If I have the file config.json with the following contents:

{
  "mirrors": {
    "/": "http://lo2.geekity.com/andrewshell/myOutlines/pagepark-howto-glitch.opml"
  }
}

When I go to http://glitch-howto.shll.me/ the OPML contents are returned as text/html but not processed.

See: http://glitch-howto-alt.shll.me/

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gwthompsoncommented, Jul 27, 2021

I just updated my code and it’s working perfectly! I was on vacation last week in OBX and only got around to updating everything tonight! Thanks Dave!!

1reaction
andrewshellcommented, Jul 25, 2021

I just updated PagePark and it looks like it works perfectly. http://glitch-howto-alt.shll.me/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Database mirroring and full-text catalogs (SQL Server)
Learn how to configure a database mirror on a database that has a full-text catalog and about indexes before and after failover.
Read more >
Mirroring — Mayan EDMS 4.3.4 documentation
Indexes and mirrored indexes are Read Only as they are generated as a result of prior activities like document uploads, metadata changes.
Read more >
Mirroring Instructions
By writing the date in this format (year-month-day), your mirrors will be properly sorted chronologically. In order to fetch a complete mirror of...
Read more >
File Mirroring - FairCom
FairCom DB's mirroring facility makes it possible to create and maintain copies of important files on different drive volumes, partitions or ...
Read more >
Mirroring your site | Electronic Frontier Foundation
When you mirror your website, you download a copy of all of the files that make up your website (images, ... The homepage...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found