[SDHD] Cannot card-in in title screen despite connection appearing to be good #106

Closed
opened 2024-02-24 16:20:59 +00:00 by HiiroSakaki · 3 comments

As title says, when arriving in title screen in SDHD, I cannot card-in, and the icon in the bottom right seems to say that it cannot connect to the server

image

However, everything else tend to say that the connection is established, be it in the Test menu

image

or in the logs of Artemis

image

My artemis config is as follow:

  listen_address: "0.0.0.0"
  allow_user_registration: True
  allow_unregistered_serials: True
  name: "ARTEMiS"
  is_develop: False
  is_using_proxy: False
  threading: False
  log_dir: "logs"
  check_arcade_ip: False
  strict_ip_checking: False

title:
  loglevel: "info"
  hostname: "192.168.1.3"
  port: 8080
  port_ssl: 0
  ssl_cert: "cert/title.crt"
  ssl_key: "cert/title.key"


database:
  host: "localhost"
  username: "aime"
  password: "123456"
  name: "aime"
  port: 3306
  protocol: "mysql"
  sha2_password: False
  loglevel: "warn"
  user_table_autoincrement_start: 10000
  enable_memcached: True
  memcached_host: "localhost"

frontend:
  enable: True
  port: 8090
  loglevel: "info"

allnet:
  loglevel: "info"
  port: 80
  ip_check: False
  allow_online_updates: False
  update_cfg_folder: ""

billing:
  port: 8443
  ssl_key: "cert/server.key"
  ssl_cert: "cert/server.pem"
  signing_key: "cert/billing.key"

aimedb:
  loglevel: "info"
  port: 22345
  key: "" # It is the right key, I just don't want to leak it in this issue
  id_secret: ""
  id_lifetime_seconds: 86400

mucha:
  enable: False
  hostname: "localhost"
  loglevel: "info"

Do you have any idea as of what I've setup wrong?
Thanks a lot for your time!

As title says, when arriving in title screen in SDHD, I cannot card-in, and the icon in the bottom right seems to say that it cannot connect to the server ![image](/attachments/938827e6-676c-4abe-b621-22867b7c3dbf) However, everything else tend to say that the connection is established, be it in the Test menu ![image](/attachments/14da79e4-9729-4073-a6f5-eb7af655b446) or in the logs of Artemis ![image](/attachments/c9779b3c-2cdf-43e6-9610-d5f2e5b993ff) My artemis config is as follow: ```server: listen_address: "0.0.0.0" allow_user_registration: True allow_unregistered_serials: True name: "ARTEMiS" is_develop: False is_using_proxy: False threading: False log_dir: "logs" check_arcade_ip: False strict_ip_checking: False title: loglevel: "info" hostname: "192.168.1.3" port: 8080 port_ssl: 0 ssl_cert: "cert/title.crt" ssl_key: "cert/title.key" database: host: "localhost" username: "aime" password: "123456" name: "aime" port: 3306 protocol: "mysql" sha2_password: False loglevel: "warn" user_table_autoincrement_start: 10000 enable_memcached: True memcached_host: "localhost" frontend: enable: True port: 8090 loglevel: "info" allnet: loglevel: "info" port: 80 ip_check: False allow_online_updates: False update_cfg_folder: "" billing: port: 8443 ssl_key: "cert/server.key" ssl_cert: "cert/server.pem" signing_key: "cert/billing.key" aimedb: loglevel: "info" port: 22345 key: "" # It is the right key, I just don't want to leak it in this issue id_secret: "" id_lifetime_seconds: 86400 mucha: enable: False hostname: "localhost" loglevel: "info" ``` Do you have any idea as of what I've setup wrong? Thanks a lot for your time!
Collaborator

Did you read the warning in the console? It says no events enabled because you did not run the reader

Make sure to do that critical step otherwise networking will not work for chunithm

Did you read the warning in the console? It says no events enabled because you did not run the reader Make sure to do that critical step otherwise networking will not work for chunithm
Author

Oh my bad, I assumed reader meant card reader and not read.py file, I'll try that in a sec

Oh my bad, I assumed reader meant card reader and not read.py file, I'll try that in a sec
Author

Thanks for this, sorry for the issue, it works now!

Thanks for this, sorry for the issue, it works now!
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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#106
No description provided.