-
Notifications
You must be signed in to change notification settings - Fork 153
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
How to get this working on a website? #39
Comments
Can you elaborate on the error message you are receiving on your website? Where is it hosted? What services do you have enabled? My first thought is to verify you have php running on the website. My second thought is to check what version if you do - this is rather old code and the php might not be working still. We simply need a lot more info than "it isn't working" to help you. |
You can see my fork for an example: https://github.com/ajmas/ThingsInSpace The only thing is that data set is a little outdated. |
@ajmas how did you get this to run on github pages? I am currently trying to set up this project on pages and cannot for the life of me get it to work properly. I've been converting the php to JS, but I can't get rid of the following error: |
Take a look at what I have, unless something is broken? There is a link to the GitHub pages deploy. I think you need to run it from a server, not just from file:///. This is because of the web workers. BTW I am currently experimenting “modernising” the code to facilitate maintenance, using Vite. I am still working through this. It is turning out to be a little more challenging than I thought. |
@ajmas I had the wrong path for some of the assets. DOH! Thank you though! |
@ajmas could you possibly take a look at my fork. It's stuck "Downloading..." and I can't determine what's wrong. |
Your TLE.json is missing. Compare: |
@ajmas hey thank you so much for your help. I finally got it running thanks to you. Cheers! |
Hi, does anybody have any idea how to get this to work on a website?
I have it working on my local machine but cant get it to work on a website.
Thanks.
The text was updated successfully, but these errors were encountered: