New Variant: "1800: Empires And Coalitions"

11 views
Skip to first unread message

Ttt Ppp

unread,
Feb 24, 2020, 4:39:53 PM2/24/20
to diplicity-talk

To see the new variant - download the latest release of the app, and then you might need to clear your application data.

EmpiresAndCoalitions.png

Let us know if you spot any issues!


Also in case people missed it, we've been using Discord for discussions - to join click "Chat" in Diplicity's dropdown menu, or go to https://discord.gg/NkmXrmW

IAMTERMINATOR

unread,
Feb 25, 2020, 3:21:09 PM2/25/20
to diplicity-talk

Martin Bruse

unread,
Feb 25, 2020, 3:36:46 PM2/25/20
to IAMTERMINATOR, diplicity-talk
I don't understand, what is the problem?

--
You received this message because you are subscribed to the Google Groups "diplicity-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diplicity-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/diplicity-talk/89ad7bab-e6f1-4365-856a-bfd647f06149%40googlegroups.com.

IAMTERMINATOR

unread,
Feb 25, 2020, 3:42:49 PM2/25/20
to diplicity-talk
Every game seems to return that error message instead of showing map. I have no started games yet but I would like to start a few after short break from the game, but only thing I'm getting is that message.
Sorry for posting this problem here since it seems to affect all games/variants

Martin Bruse

unread,
Feb 25, 2020, 3:44:49 PM2/25/20
to IAMTERMINATOR, diplicity-talk
Can you show me a screenshot of when the error happens?
Also, what version of the app are you using?

On Tue, Feb 25, 2020, 21:42 IAMTERMINATOR <ruben...@gmail.com> wrote:
Every game seems to return that error message instead of showing map. I have no started games yet but I would like to start a few after short break from the game, but only thing I'm getting is that message.
Sorry for posting this problem here since it seems to affect all games/variants

--
You received this message because you are subscribed to the Google Groups "diplicity-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diplicity-tal...@googlegroups.com.

Martin Bruse

unread,
Feb 26, 2020, 11:28:53 AM2/26/20
to IAMTERMINATOR, diplic...@googlegroups.com, diplicity-talk
+diplici...@googlegroups.com

Please note that we have a messy bug right now that makes it impossible to see starting maps of not yet started games.

On Wed, Feb 26, 2020, 17:11 Martin Bruse <zond...@gmail.com> wrote:

OOoh.

It seems the recent-ish update to more modern App Engine environment has broken more than I thought. It used to be that the server could know if the client used HTTP or HTTPS by looking at the Request.TLS object. Now, it can't - this object is always nil since App Engine forwards TLS requests to the app as regular HTTP requests...

I have been trying to change the rest of the URL calculation like I did to work around this before: All local development servers will use HTTP, and all non-local development servers will use HTTPS.

I still haven't made it work though.

(This might explain why the server has gone up and down a lot the last hour or so)

Tom: Don't release the server now! It's running on an old version, and the newest code breaks login :/

On Wed, Feb 26, 2020, 13:37 IAMTERMINATOR <ruben...@gmail.com> wrote:
Version 439 on Android 9, right after I try to inspect game.


tiistai 25. helmikuuta 2020 22.44.49 UTC+2 Martin Bruse kirjoitti:
> Can you show me a screenshot of when the error happens?
> Also, what version of the app are you using?
>
>
> On Tue, Feb 25, 2020, 21:42 IAMTERMINATOR <ruben...@gmail.com> wrote:
> Every game seems to return that error message instead of showing map. I have no started games yet but I would like to start a few after short break from the game, but only thing I'm getting is that message.
>
> Sorry for posting this problem here since it seems to affect all games/variants
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "diplicity-talk" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to diplici...@googlegroups.com.

Ttt Ppp

unread,
Feb 26, 2020, 11:45:16 AM2/26/20
to diplicity-talk
Ok - I won't touch anything.

I'm not sure what the issue is though, because I was able to see the starting maps fine (using the latest 439 app release and live server).

When I googled that issue about net::ERR_CLEARTEXT_NOT_PERMITTED then there was a suggestion to include android:usesCleartextTraffic="true" in the map WebView.

Martin Bruse

unread,
Feb 26, 2020, 11:48:15 AM2/26/20
to Ttt Ppp, diplicity-talk
I think it has to do with the server generating http links, but doesn't properly handle anything but https.

I'm not sure why most things still worked, but now that I explicitly make all links https (except for local dev server), I somehow messed up the way OAuth redirects back to the server, and it doesn't accept the redirect anymore.

I hope to fix it tonight or tomorrow.


To unsubscribe from this group and stop receiving emails from it, send an email to diplicity-tal...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/diplicity-talk/c359fee7-85f6-4d13-afba-71f021a94063%40googlegroups.com.

Martin Bruse

unread,
Feb 26, 2020, 5:42:37 PM2/26/20
to Ttt Ppp, diplic...@googlegroups.com, diplicity-talk
Alright, I now know what went wrong, and I was able to change all the generated URLs without breaking the matching of incoming URLs.

It was trickier than expected, mainly because I was stupid enough to clean up some other things at the same time...

What I haven't been able to do is to remove the 'Scheme' property of the 'Phase' class, even if it's no longer used. Since Datastore complains if loaded objects contain fields missing from the class definition that was simply too much of a hassle.

I might clean that up later on. We'll see.

The biggest problem is that I was unable to run the tests on my laptop, since something kills the server after a random number of test requests. I suspect something nasty has changed with the App Engine dev server that breaks some assumptions my tests made.

If anything doesn't work as expected, please report it ASAP to mitigate this hopefully temporary lack of testing.

Best,
Martin

IAMTERMINATOR

unread,
Feb 28, 2020, 8:42:29 AM2/28/20
to diplicity-talk
Hi, I have another problem since game started. Now everything in the map is neutral and there is no armies or fleets at all.
https://diplicity-engine.appspot.com/Game/ahJzfmRpcGxpY2l0eS1lbmdpbmVyEQsSBEdhbWUYgICAwfWSqwkM

Martin Bruse

unread,
Feb 28, 2020, 9:25:05 AM2/28/20
to IAMTERMINATOR, diplicity-talk
I'm on it.

On Fri, Feb 28, 2020 at 2:42 PM IAMTERMINATOR <ruben...@gmail.com> wrote:
Hi, I have another problem since game started. Now everything in the map is neutral and there is no armies or fleets at all.
https://diplicity-engine.appspot.com/Game/ahJzfmRpcGxpY2l0eS1lbmdpbmVyEQsSBEdhbWUYgICAwfWSqwkM

--
You received this message because you are subscribed to the Google Groups "diplicity-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diplicity-tal...@googlegroups.com.

Martin Bruse

unread,
Feb 28, 2020, 9:31:18 AM2/28/20
to IAMTERMINATOR, diplicity-talk
Temporarily solved.

IAMTERMINATOR

unread,
Mar 4, 2020, 6:15:26 AM3/4/20
to diplicity-talk
Thank you very much. It has been working well for now, at least on my device

Martin Bruse

unread,
Mar 4, 2020, 8:51:57 AM3/4/20
to IAMTERMINATOR, diplicity-talk
Good to hear!

On Wed, Mar 4, 2020 at 12:15 PM IAMTERMINATOR <ruben...@gmail.com> wrote:
Thank you very much. It has been working well for now, at least on my device

--
You received this message because you are subscribed to the Google Groups "diplicity-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to diplicity-tal...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages