Do you have another game that you could try instead of only diva? I'm kinda curious to know if you will hit the same issue as by the look of it, this should be working just fine
That is perfectly fine, i looked at my own logs and it is also empty but the game works fine
I guess you could try switching port 8080 to like 9000 and open that port to give it a try?
So at least the machine is able to reach to the server for that port as that error 405 is fine
Not sure what is going on with your setup at the moment as i couldn't reproduce this issue on the…
From what those logs reports, your game isn't sending or receiving a request on http://192.168.1.125:8080/SBZV/710/
Can you try opening that link on a browser through the machine that runs the…
Hello,
Since the port is opened and the config seems fine for the hostname and title IP, the last thing I can see at the moment is the is_develop that should be set to True in your current…
i personally tried CXB without SSL using the edited segatools and it booted just fine on my end
so not sure what is going on in your case to be honest
so far all i can say is it is not an…
maybe you can set every loglevels inside core.yaml to debug and see what gets reported
i just did some tests using postman with a few test requests and it goes through just fine, i'm not seeing any errors on HTTP or HTTPS on the latest artemis master branch
i'm not sure what to…
Do you have better logs than just 1 line? troubleshooting anything without proper logs is not really doable
not sure about your tools, i always use SSL for this game on a cabinet
there is no documentation on Crossbeats segatools, it wasn't by typing the port after the IP but something about title such as this
default=192.168.1.64
title=http://192.168.1.64:8082
```…
Well the logs you provided says it tried to reach port 8080 and not 8082 that you have binded in that cxb.yaml
Make sure the game tried to send a response to 8082 in that case instead of 8080
Hello
Did you double check the cxb.yaml file for the right port and SSL if you use that?
That error you saw is usually when the port isn't set right or if you have SSL enabled without an…
Hello Dniel,
From the look of it, this seems to fix a few things that we did typo and forgot entirely.
I'll approve the merge now
Hello,
By the look of it, it should be all good and you did also test it.
I'll approve the merge now