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

Unable to Access Ephemeris Resource URLs - 404 Error #8

Open
lg-liwanxing opened this issue Nov 21, 2024 · 5 comments
Open

Unable to Access Ephemeris Resource URLs - 404 Error #8

lg-liwanxing opened this issue Nov 21, 2024 · 5 comments

Comments

@lg-liwanxing
Copy link

Hello,
I recently cloned the project from GitHub and encountered an issue when trying to run it. It seems that some resource URLs are returning a 404 error, preventing the application from functioning correctly. For example, the URL in the following code snippet is not accessible:

fetch(
  `https://hdblacklist-proxy.herokuapp.com/https://hungry-goldwasser-6106a1.netlify.app/ephemeris-annual-forecast-${year}-1s-accuracy.json`
).then((response) => {
  response.json().then((jsonData) => {
    console.log("setting json data", jsonData);
    jsonData.year = year;
    ephemeris = jsonData;
    setStateEphemeris(jsonData);
    storage
      .setContents(
        `ephemeris-annual-forecast-${year}`,
        JSON.stringify(jsonData)
      )
      .then(function () {
        setCurrentActivation(getActivationData());
      });
  });
});

I have tried accessing the URLs directly:

Both return a 404 error, even when I change the year to other values.

This issue is not isolated to the above example; similar problems exist in other parts of the code as well.

Could you please help me resolve this issue or provide guidance on how to access the necessary resources?

Thank you for your assistance!

@sparkmagicllc
Copy link

sparkmagicllc commented Nov 22, 2024

@silentMicha
Copy link

The Years 1954 to 1960 are missing. Is there a alternative?

Thanks.

@sparkmagicllc
Copy link

I've used https://github.com/astrorigin/pyswisseph to calculate "raw" planet positions as an alternative

@matthewflasher
Copy link

Would this work?

https://www.astro.com/swisseph/swedownload_e.htm

Not a developer but looking around for functional HD transit data code to give to a potentially non-astro dev for a project I'm working on. Which also means anyone seeing this if you want to code a dope HD transit indicator let me know because I do still need a dev.

@sparkmagicllc
Copy link

sparkmagicllc commented Jan 11, 2025 via email

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

4 participants