AimeDB encountered an error while connecting #97

Closed
opened 2024-01-20 03:35:40 +00:00 by YuxiangWang_0525 · 2 comments
[2024-01-20 11:26:54] Core | INFO | ARTEMiS starting in develop mode
[2024-01-20 11:26:55] IDAC | INFO | Matching listening on 20000 with echos on 20001 and 20002
IDZ: No RSA/AES  keys! IDZ cannot start
[2024-01-20 11:26:55] Title | INFO | Serving 19 game codes on port 8080
[2024-01-20 11:26:55] Allnet | INFO | Serving 19 game codes port 80
[2024-01-20 11:26:55] Mucha | INFO | Serving 2 games
[2024-01-20 11:26:55] Aimedb | INFO | Ready on port 22345
[2024-01-20 11:27:26] Allnet | INFO | A69E01A8888 authenticated from 172.168.10.105: SDEZ v0.00
[2024-01-20 11:27:26] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 36670 is not a valid ADBStatus
[2024-01-20 11:27:26] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 64953 is not a valid ADBStatus
[2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameSettingApi request from 172.168.10.105
[2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameRankingApi request from 172.168.10.105
[2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameEventApi request from 172.168.10.105
[2024-01-20 11:27:26] Mai2 | WARNING | No enabled events, did you run the reader?
[2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameTournamentInfoApi request from 172.168.10.105
[2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameChargeApi request from 172.168.10.105
[2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameNgMusicIdApi request from 172.168.10.105
[2024-01-20 11:27:27] Mai2 | INFO | v0 UpsertClientSettingApi request from 172.168.10.105
[2024-01-20 11:27:27] Mai2 | INFO | v0 UpsertClientTestmodeApi request from 172.168.10.105
[2024-01-20 11:27:30] Mai2 | INFO | v0 GetGameSettingApi request from 172.168.10.105

aimedb.log

[2024-01-20 11:09:23,958] Aimedb | INFO | Ready on port 22345
[2024-01-20 11:26:55,095] Aimedb | INFO | Ready on port 22345
[2024-01-20 11:27:26,781] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 36670 is not a valid ADBStatus
[2024-01-20 11:27:26,787] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 64953 is not a valid ADBStatus

My config is:

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

title:
  loglevel: "info"
  hostname: "172.168.10.105"
  port: 8080
  port_ssl: 0
  ssl_cert: "cert/title.crt"
  ssl_key: "cert/title.key"
  reboot_start_time: "04:00"
  reboot_end_time: "05:00"


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

frontend:
  enable: False
  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: "SwbJcvEqsfQw4S9B9EPuUalmWp9q1r1P"
  id_secret: "SwbJcvEqsfQw4S9B9EPuUalmWp9q1r1P"
  id_lifetime_seconds: 86400

mucha:
  enable: False
  hostname: "localhost"
  loglevel: "info"
``` [2024-01-20 11:26:54] Core | INFO | ARTEMiS starting in develop mode [2024-01-20 11:26:55] IDAC | INFO | Matching listening on 20000 with echos on 20001 and 20002 IDZ: No RSA/AES keys! IDZ cannot start [2024-01-20 11:26:55] Title | INFO | Serving 19 game codes on port 8080 [2024-01-20 11:26:55] Allnet | INFO | Serving 19 game codes port 80 [2024-01-20 11:26:55] Mucha | INFO | Serving 2 games [2024-01-20 11:26:55] Aimedb | INFO | Ready on port 22345 [2024-01-20 11:27:26] Allnet | INFO | A69E01A8888 authenticated from 172.168.10.105: SDEZ v0.00 [2024-01-20 11:27:26] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 36670 is not a valid ADBStatus [2024-01-20 11:27:26] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 64953 is not a valid ADBStatus [2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameSettingApi request from 172.168.10.105 [2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameRankingApi request from 172.168.10.105 [2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameEventApi request from 172.168.10.105 [2024-01-20 11:27:26] Mai2 | WARNING | No enabled events, did you run the reader? [2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameTournamentInfoApi request from 172.168.10.105 [2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameChargeApi request from 172.168.10.105 [2024-01-20 11:27:26] Mai2 | INFO | v0 GetGameNgMusicIdApi request from 172.168.10.105 [2024-01-20 11:27:27] Mai2 | INFO | v0 UpsertClientSettingApi request from 172.168.10.105 [2024-01-20 11:27:27] Mai2 | INFO | v0 UpsertClientTestmodeApi request from 172.168.10.105 [2024-01-20 11:27:30] Mai2 | INFO | v0 GetGameSettingApi request from 172.168.10.105 ``` aimedb.log ``` [2024-01-20 11:09:23,958] Aimedb | INFO | Ready on port 22345 [2024-01-20 11:26:55,095] Aimedb | INFO | Ready on port 22345 [2024-01-20 11:27:26,781] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 36670 is not a valid ADBStatus [2024-01-20 11:27:26,787] Aimedb | ERROR | Error parsing ADB header: Status is incorrect! 64953 is not a valid ADBStatus ``` My config is: ``` server: listen_address: "0.0.0.0" allow_user_registration: True allow_unregistered_serials: True name: "ARTEMiS" is_develop: True is_using_proxy: False threading: False log_dir: "logs" check_arcade_ip: False strict_ip_checking: False title: loglevel: "info" hostname: "172.168.10.105" port: 8080 port_ssl: 0 ssl_cert: "cert/title.crt" ssl_key: "cert/title.key" reboot_start_time: "04:00" reboot_end_time: "05:00" database: host: "localhost" username: "aime" password: "85846143" name: "aime" port: 3306 protocol: "mysql" sha2_password: False loglevel: "warn" user_table_autoincrement_start: 10000 enable_memcached: True memcached_host: "localhost" frontend: enable: False 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: "SwbJcvEqsfQw4S9B9EPuUalmWp9q1r1P" id_secret: "SwbJcvEqsfQw4S9B9EPuUalmWp9q1r1P" id_lifetime_seconds: 86400 mucha: enable: False hostname: "localhost" loglevel: "info" ```
Owner

Hello,
This is because the Aimedb key isn't one you generate, it's a static key that is floating around on the internet. You must find it yourself, as we do not provide it. As a bit of a hint, I'm probably the only open-source sega server that doesn't hard-code the key.

Hello, This is because the Aimedb key isn't one you generate, it's a static key that is floating around on the internet. You must find it yourself, as we do not provide it. As a bit of a hint, I'm probably the only open-source sega server that doesn't hard-code the key.

Thank you. I have found the AimeDB key and successfully resolved the issue. The issue will be closed.

Thank you again.

Have a nice day!

Thank you. I have found the AimeDB key and successfully resolved the issue. The issue will be closed. Thank you again. Have a nice day!
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#97
No description provided.