"Hmm. Your browser version isn't supported."
Even after upgrade to version 0.0.5 I'm getting this message. I'm using Debian jessie. Another teams project https://github.com/karmainside/ms-teams-linux works for me with it latest version.
Version 0.0.5 does not work for me either, running on Debian Sid/Experimental How can i debug it?
Hi, just start it like this.
$ WEB_DEBUG=1 teams
Once you have the chrome dev tools watch for the User Agent HTTP Header. It's hardcoded (gulp) to Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36. See also https://github.com/ivelkov/teams-for-linux/blob/master/app/lib/index.js#L49
The reason for hardcoding the useragent is that electron will support Chrome 60 in version 1.9.0 which is not available yet.
Can you also verify that you are really running 0.0.5 and not 0.0.4? Pressing Alt and clicking on Help will show you the version.
Hi,
header s like you said
user-agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36
version in help is 0.0.5.
# LANG=C dpkg -l teams-for-linux | grep ii
ii teams-for-linux 0.0.5 amd64 Microsoft Teams for Linux
I also tried with user-agent set to Edge/12 from https://github.com/ivelkov/teams-for-linux/issues/25#issuecomment-351262743 , same result
I do have the same problem with version 0.0.5 on KDE neon. On my side, the other project from karmainside is also not working.
Hi, after deleting dirs in ~/.config/teams-for-linux/Partitions/teams
- all Cache dirs (don't know if needed, did not help first)
- Local Storage
it started to work
Libor
Works for me too :)
Check this fork and star it! https://github.com/IsmaelMartinez/teams-for-linux It is currently supported!