teams-for-linux icon indicating copy to clipboard operation
teams-for-linux copied to clipboard

"Hmm. Your browser version isn't supported."

Open gwozniak opened this issue 8 years ago • 7 comments

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.

gwozniak avatar Dec 15 '17 04:12 gwozniak

Version 0.0.5 does not work for me either, running on Debian Sid/Experimental How can i debug it?

Elkropac avatar Dec 19 '17 08:12 Elkropac

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.

ivelkov avatar Dec 19 '17 08:12 ivelkov

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

Elkropac avatar Dec 19 '17 08:12 Elkropac

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.

fezu54 avatar Dec 19 '17 11:12 fezu54

Hi, after deleting dirs in ~/.config/teams-for-linux/Partitions/teams

  1. all Cache dirs (don't know if needed, did not help first)
  2. Local Storage

it started to work

Libor

Elkropac avatar Jan 02 '18 16:01 Elkropac

Works for me too :)

gwozniak avatar Jan 03 '18 10:01 gwozniak

Check this fork and star it! https://github.com/IsmaelMartinez/teams-for-linux It is currently supported!

julian-alarcon avatar Mar 21 '19 18:03 julian-alarcon