omaha-consulting / omaha-server

Google Omaha ("Chromium Update") server
https://omaha-consulting.com
Other
209 stars 82 forks source link

Latest Google Omaha client fails to install #268

Closed asesh closed 7 years ago

asesh commented 7 years ago

I have just merged m33: https://github.com/google/omaha/tree/m33 branch from Google Omaha client and after doing so, updating fails. After going through the log, looks like Google have added sending more data to the server which Omaha server doesn't support right now. Can you guys replicate this issue from your side too?

Thanks

asesh commented 7 years ago

@anmekin can you please answer this question? I can provide the logs if you need them. Thanks

anmekin commented 7 years ago

Hi @asesh, Yes, the logs will be very useful.

asesh commented 7 years ago

Thanks for replying. I have fixed the issue. It was because of merged public key from upstream so I replaced those keys with ours and it's working again. Thanks