frcaton / mtga-tracker-daemon

A server for getting data from MTG Arena process through http requests
GNU General Public License v3.0
17 stars 2 forks source link

Failed to start MTG Arena tracker daemon. #7

Open D1Ck3n opened 2 years ago

D1Ck3n commented 2 years ago

Good day,

i wanted to try the Deamon but it does not want to start :(


[user@PC linux]$ sudo systemctl status mtga-trackerd
× mtga-trackerd.service - MTG Arena tracker daemon
     Loaded: loaded (/etc/systemd/system/mtga-trackerd.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Mon 2022-05-23 21:23:48 CEST; 1s ago
    Process: 12456 ExecStart=/usr/share/mtga-tracker-daemon/mtga-tracker-daemon (code=exited, status=203/EXEC)
   Main PID: 12456 (code=exited, status=203/EXEC)
        CPU: 1ms

Mai 23 21:23:48 PC systemd[1]: mtga-trackerd.service: Scheduled restart job, restart counter is at 5.
Mai 23 21:23:48 PC systemd[1]: Stopped MTG Arena tracker daemon.
Mai 23 21:23:48 PC systemd[1]: mtga-trackerd.service: Start request repeated too quickly.
Mai 23 21:23:48 PC systemd[1]: mtga-trackerd.service: Failed with result 'exit-code'.
Mai 23 21:23:48 PC systemd[1]: Failed to start MTG Arena tracker daemon.
frcaton commented 2 years ago

Could you try running it manually with sudo to see the output? Sadly the tracker doesn't have a logging system implemented.

D1Ck3n commented 2 years ago

when i start it normally with systemd there is no output

frcaton commented 2 years ago

I mean run it like this in bash: cd /usr/share/mtga-tracker-daemon ./mtga-tracker-daemon

Stephenjcl commented 2 years ago

I am having the same issue, here is the output:

Current version = 1.0.5.0  
No usable version of libssl was found  
Aborted (core dumped)

Running Ubuntu 22.04.1 LTS

Manwe-777 commented 2 years ago

Should be fixed with #8