dadrewster569
  • Joined on 2023-08-10
dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 04:23:21 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Closing this because something is most likely wrong with my setup, can't reproduce this!

dadrewster569 closed issue Hay1tsme/artemis#28 2023-08-10 04:22:56 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080
dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 03:24:21 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

To make things even funnier, I just took my chunithm setup and switched it over to the IP of the artemis server, and that's working perfectly xD

CXB confirmed cursed

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 03:06:24 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Also I should mention, screenshot shows theyre in example_config, just have it there temporarily so I can take a pic of the diff

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 03:05:03 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Also I had already set all the log levels to debug, at least before I tried going from a clean slate for the above screenshots

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 03:02:44 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

image

image

From a clean slate, only making these changes I still get the same…

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 02:43:46 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Yeah that was the original reason for me not including it. I'm having a hard time figuring out where the requests get processed to plop down a breakpoint. Would you be able to point me in that…

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 02:20:03 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

I should also add, I keep getting this over and over as the game loops on the title screen. Assuming it's making a ping every time it does the loop

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 02:15:31 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

I should have known better xD

Here's a more complete block:

[2023-08-10 02:13:41] Aimedb

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 01:53:19 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

I've added that to my segatools.ini, could I have outdated tools here if it wasn't already there or is that an optional add?

Good news and bad new. I no longer get the original issue!

Bad…

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 01:18:21 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Otherwise I can't just move it over to port 8080 as it'll conflict with the title server:

server:
  listen_address: "192.168.1.64"
  allow_user_registration: True
  allow_unregistered_se…
dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 01:17:19 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Hmmm I'm not too sure how to pull that off. At first I was thinking I could just add a :8082 to my server IP in segatools.ini but that didn't yield anything, is there documentation on that…

dadrewster569 commented on issue Hay1tsme/artemis#28 2023-08-10 00:44:14 +00:00
CXB - Core | DEBUG | Unknown POST endpoint /data, from 192.168.1.xxx to port 8080

Wow, thanks for the insane speed xD

within my cxb.yaml, I've left the port as what it was on default, but c hanged the hostname

server:
  enable: True
  loglevel: "debug"
 …
dadrewster569 opened issue Hay1tsme/artemis#28 2023-08-10 00:34:57 +00:00
CXB - Core