-
Notifications
You must be signed in to change notification settings - Fork 3
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
Live demo doesn't work #66
Comments
Thanks for the report! Looks like the graphql provider is down. Probably has been for a long time, as this has been a dead project for more than a year now. But timing is perfect, I intend to revive it and play around with it some more very soon. I will look into it then and come back to this issue. |
@fadeevab it should be working again! |
@jakmeier Well, graphql works but the loading stuck on "Construct Buildings"
|
Indeed, you are right. But only for new accounts. At least that's my suspicion, since everything worked fine when I tested with an existing accounts but I see the same problem when I use a new account. This will need a bit more debugging then. But I hope I will get it resolved tomorrow. |
Short-term patch for #66. This makes the `streams_to_add_village` a bit less efficient but it should still not be an issue.
Well, I had to take off a lot of dust before I could even start debugging this locally. (The code base was depending on a 3 year old rustc nightly with 3 year old packages...) And some more dust had to be removed to get a fix deployed. (old docker images no longer being supported by my hosting provider) But finally I get passed the loading bar on a newly created player account. (You will need to register again.) The problem was quite simple. Too many players signed up and I have an unfortunate limit for how far the map can expand.
I have this fixed on the live demo now. Sadly, the game is still not playable, as you get stuck in the initial quest state. There is now a version mismatch between frontend / backends which causes this. I will redeploy everything as-is master soon-ish. But it will require a bit more devops dusting... Hopefully I've pushed through all the pain of reviving this soon. :S |
@jakmeier More problems 🙈 |
yeah I know, it's completely broken now :) |
@fadeevab soo, I finally redployed it all in a new setup. And it seems like things work again. This includes a reset of the DB, all old accounts have been deleted. You will need to register again. Please take a look and let me know if things are still broken for you. The game isn't much and there are many ugly and rough corners. But there shouldn't be any broken pages at this point. (Maybe you'll need to disable caches for a first load to get the newest JS, any maybe the first page load after registration hangs in the loading page, a refresh should resolve it, however.) |
@jakmeier Alright, I did it!.. However, I can do nothing except click on the duck, and then it says "God visits me" :) |
@fadeevab hm, interesting. So you get to the first dialogue. But the button to go to the next slide doesn't work? |
@jakmeier I found the problem, in my case the clicking area of the buttons is shifted higher by the vertical axis. FYI, my browser is Firefox. |
Thanks for the report @fadeevab! For now, I filed #68 to track this problem. |
Hi @jakmeier , the live demo of Paddlers doesn't work at this moment:
The text was updated successfully, but these errors were encountered: