-
Notifications
You must be signed in to change notification settings - Fork 137
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
Help wanted with web hosting of app #106
Comments
Hmm... thanks for bringing this to my attention, because getting this new version up and live would be amazing. Sadly, I am not at all proficient in the nuances of hosting. I would note that it does take some time to spin up all of the threads. For example, when running locally, you know you're good to go when you see the following printed: "Everything should be running now, starting Watchdog, to control the herd." If it seems like CSS is failing, my inclination would be to check the external javascript is being called correctly? Beyond that, I would need to defer to folks better at hosting. Does it work locally when you try to run it? |
Thanks for the reply. I just run it like local hosting, changed port in script to 80, then run it inside tmux. Maybe it take some time to come up, here is what i am getting in the console. I see a ZeroDivisionError error, not sure if this is critical or not.
|
Hmm.. that is a little odd. I'm guessing it's something specific to the method of hosting if it's not something that is posing problems for folks who are running it locally. You haven't updated Plotly recently, have you? That was causing problems for folks running the most updated version as shown in the thread #103 . If you don't have success after waiting on it a bit or any further trouble shooting on your end, I'll have to phone a friend on this one -- @CrackLord who has previously hosted versions of this himself. |
Thanks, i am running on server just like we run on local PC. Only differnce is host server have CentOS 7, everything else should be same as local PC.
Not sure, i just run pip3.6 install -r requirments.txt and have following python modules.
Python version is
I will wait few hours and update |
Hello Guys, Best Regards |
@pmaji We have no css yet, as that wasn´t our scope.
The content you see shows its atleast partially working. As you might have noticed there is no .html in our code. After checking the requests and responses from your server it seems like your server network connection is real slow, or something is blocking the updating. So that´s why you can´t see any graphs. |
I don't know how this app works, so even if i noticed, it won't make much sense to me. This is a critical error or just a warning ? Anyway i can avoid this error ?
So if i need to make it look pretty, i have to add HTML ?
Thanks, may be some networking issue or problem with CentOS 7 ? I will try on Ubuntu and see if it make any difference. |
@serverok did Ubuntu ever end up working for you? |
Just calling out here that this issue is still technically active and we are open to collaborators who wish to help us with the hosting of this web app, as per the README. |
I installed at
http://whaledectector.com
Site missing CSS, shows no graph.
On console, i get error "No graphs loaded yet".
Any idea why it is not wokring ?
@pmaji
The text was updated successfully, but these errors were encountered: