Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gwozniak opened this issue Dec 15, 2017 · 7 comments
Open

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

gwozniak opened this issue Dec 15, 2017 · 7 comments

Comments

@gwozniak
Copy link

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.

@Elkropac
Copy link

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

@ivelkov
Copy link
Owner

ivelkov commented Dec 19, 2017

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.

@Elkropac
Copy link

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 #25 (comment) , same result

@fezu54
Copy link

fezu54 commented Dec 19, 2017

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.

@Elkropac
Copy link

Elkropac commented Jan 2, 2018

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

@gwozniak
Copy link
Author

gwozniak commented Jan 3, 2018

Works for me too :)

@MrObvious MrObvious mentioned this issue Apr 5, 2018
@julian-alarcon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants