Chunithm Sun can't connect to server #64

Closed
opened 2023-11-07 09:32:27 +00:00 by qyss233 · 5 comments

In Chunithm Sun,ALL.Net AUTHENTICATION is bad In the game ,and artemis show DEBUG | Unknown GET endpoint .
How should I fix it?

In Chunithm Sun,ALL.Net AUTHENTICATION is bad In the game ,and artemis show DEBUG | Unknown GET endpoint . How should I fix it?
Collaborator

Hello,

This simply means what you have set inside core.yaml is not right, double check the values you have set for the IP/hostname for title and the listen_address for the server

Hello, This simply means what you have set inside core.yaml is not right, double check the values you have set for the IP/hostname for title and the listen_address for the server
Author

I am deploying Artemis on a cloud server, and in the core. yaml of config, I will listen_ The address and hostname are both set to 0.0.0.0, but after opening the game, the ALL. Net Authorization BAD still appears in the network detection section. The content displayed in the command line window on the server is still [2023-11-08 14:02:21] Core | DEBUG | Unknown GET endpoint/from 34.220.186.7 to port 80.

I am deploying Artemis on a cloud server, and in the core. yaml of config, I will listen_ The address and hostname are both set to 0.0.0.0, but after opening the game, the ALL. Net Authorization BAD still appears in the network detection section. The content displayed in the command line window on the server is still [2023-11-08 14:02:21] Core | DEBUG | Unknown GET endpoint/from 34.220.186.7 to port 80.
Contributor

You need to set the hostname to be a DNS-resolvable entry for your server, I believe. That value is fed directly to the game in order to appropriately connect to your server. Also, I would recommend setting the "loglevel" to "debug" for allnet, server, and title, so we can potentially get a more useful log of what is going on.

You need to set the hostname to be a DNS-resolvable entry for your server, I believe. That value is fed directly to the game in order to appropriately connect to your server. Also, I would recommend setting the "loglevel" to "debug" for allnet, server, and title, so we can potentially get a more useful log of what is going on.
Author

I changed the content in core.yaml to something like this in the image, but it still says ALL. Net Authorization BAD. On the management panel of the cloud server, I have set the port clearance of the firewall, and I can access the webUI through port 8090 of the IP normally. In core's log, the following information is recorded:
[2023-11-08 23:58:01,884] core | INFO | ARTEMiS starting in develop mode
[2023-11-08 23:58:49,273] Core | DEBUG | Unknown GET endpoint / from 139.59.238.48 to port 80
[2023-11-08 23:58:50,868] Core | DEBUG | Unknown GET endpoint / from 139.59.238.48 to port 80
[2023-11-08 23:58:52,582] Core | DEBUG | Unknown GET endpoint /_ignition/execute-solution from 139.59.238.48 to port 80
[2023-11-08 23:59:40,252] Core | DEBUG | Unknown POST endpoint /boaform/admin/formLogin from 84.54.51.66 to port 80

I changed the content in core.yaml to something like this in the image, but it still says ALL. Net Authorization BAD. On the management panel of the cloud server, I have set the port clearance of the firewall, and I can access the webUI through port 8090 of the IP normally. In core's log, the following information is recorded: [2023-11-08 23:58:01,884] core | INFO | ARTEMiS starting in develop mode [2023-11-08 23:58:49,273] Core | DEBUG | Unknown GET endpoint / from 139.59.238.48 to port 80 [2023-11-08 23:58:50,868] Core | DEBUG | Unknown GET endpoint / from 139.59.238.48 to port 80 [2023-11-08 23:58:52,582] Core | DEBUG | Unknown GET endpoint /_ignition/execute-solution from 139.59.238.48 to port 80 [2023-11-08 23:59:40,252] Core | DEBUG | Unknown POST endpoint /boaform/admin/formLogin from 84.54.51.66 to port 80
Author

After I tried changing servers, the issue was resolved. Do not use a server with a Chinese mainland IP, it will have problems 😂.

After I tried changing servers, the issue was resolved. Do not use a server with a Chinese mainland IP, it will have problems 😂.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/artemis#64
No description provided.