Sarpendon / WindowsGSM.MythofEmpires

🧩 WindowsGSM plugin that provides Myth of Empires Dedicated server support!
MIT License
7 stars 3 forks source link

Automatic update not working #1

Closed mwerkmeister closed 2 years ago

mwerkmeister commented 2 years ago

Hi,

first thanks for the Plugin :)

I have the Problem, that autopudate ist not working.

Restart (also the daily) is not triggering the update.

The "autoupdate" fuction is also not working and generates this error:

[12.21.2021-08:02:55][#2] [NOTICE] Fail to get remote build.
[12.21.2021-08:33:02][#2] [NOTICE] Fail to get remote build.
[12.21.2021-09:03:10][#2] [NOTICE] Fail to get remote build.
[12.21.2021-09:33:18][#2] [NOTICE] Fail to get remote build.

Installation (with password+code) was working fine.

The function "update on start" is working fine.

[12.21.2021-05:21:56][#2] [NOTICE] Fail to get remote build.
[12.21.2021-05:52:08][#2] [NOTICE] Fail to get remote build.
[12.21.2021-06:00:00][#2] Action: Restart
[12.21.2021-06:01:52][#2] Server: Restarted | Restart Crontab
[12.21.2021-06:32:33][#2] [NOTICE] Fail to get remote build.
[12.21.2021-07:02:41][#2] [NOTICE] Fail to get remote build.
[12.21.2021-07:32:48][#2] [NOTICE] Fail to get remote build.
[12.21.2021-08:02:55][#2] [NOTICE] Fail to get remote build.
[12.21.2021-08:33:02][#2] [NOTICE] Fail to get remote build.
[12.21.2021-09:03:10][#2] [NOTICE] Fail to get remote build.
[12.21.2021-09:33:18][#2] [NOTICE] Fail to get remote build.
[12.21.2021-09:34:33][#2] Action: Restart
[12.21.2021-09:36:20][#2] Server: Restarted
[12.21.2021-09:43:13][#2] Action: Restart
[12.21.2021-09:44:56][#2] Server: Restarted
[12.21.2021-09:48:35][#2] Action: Stop
[12.21.2021-09:48:55][#2] Server: Stopped
[12.21.2021-09:49:08][#2] Action: Update | Update on Start
[12.21.2021-09:49:20][#2] [NOTICE] 
[12.21.2021-09:49:20][#2] Checking: Version (7907030) => ()
[12.21.2021-09:49:33][#2] Server: Updated ()
[12.21.2021-09:49:33][#2] Action: Start
mwerkmeister commented 2 years ago

Found the Problem, it's nothing in the Plugin, its because MoE is not public available at the moment (removed from store) and because of this the Metadata of it is only visible for Accounts own the Game. The Update Check Funktion of the autoupdate is using anonymous Login and can't get the Data..

Sarpendon commented 2 years ago

sorry for the late answer and yes for now nothing we can do about that then wait for Angela to unlock the Account binding.

mwerkmeister commented 2 years ago

I adjusted the WindowsGSM code in a local copy to use my credentials, with that change it is working fine, since this is probably a very rare exception, I have not made any general adjustment to the code, but perhaps it would be something for the future.