sportradar / ms-teams-linux

Microsoft Teams Capsule - unofficial Microsoft Teams app for Linux
MIT License
16 stars 3 forks source link

Hmm. Your browser version isn't supported #24

Closed linascheryservers closed 6 years ago

linascheryservers commented 6 years ago

Just today (12.12.2017) ms-teams-linux app refused to work with a funny message: Hmm. Your browser version isn't supported. Here's what works: Microsoft Edge - Install for free Google Chrome - Install for free Mozilla Firefox - Install for free

linascheryservers commented 6 years ago

Never mind, solved by myself. Need to build fresh one :) For those, who looks for recipe: git clone https://github.com/sportradar/ms-teams-linux.git cd ms-teams-linux modify ms-teams-linux/src/background.js:

 mainWindow.webContents.setUserAgent(
    'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/**64**.0.2883.87 Safari/537.36'
  );

npm install gulp-install gulp gulp-watch gulp-batch fs-jetpack rollup electron about-window electron-builder npm run release cd dist ./ms-teams-capsule-0.4.0-x86_64.AppImage

karmainside commented 6 years ago

Hello, @linascheryservers. This fork is not maintained any more. Please to the original project for up-to-date version.