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

Error when opening Teams for Linux when using "--proxy-pac-url" or "--proxyServer" command line option

Open guerini opened this issue 1 year ago • 7 comments

Describe the bug When using one of the two command line options "--proxy-pac-url" or "--proxyServer" Teams for Linux shows an error message (please see screenshot below). Clicking on OK button closes the window and then Teams for Linux asks login/password for proxy and runs normally

To Reproduce Steps to reproduce the behavior:

  1. Run comand "teams-for-linux --proxy-pac-url=http://xxx.yyy.zzz/wpad_fsp.pac
  2. Popup window appears with the error message
  3. Click on OK
  4. Provide Login/password for the proxy

Expected behavior Not showing the error message window

Screenshots image

Desktop (please complete the following information):

  • OS: Ubuntu 22.04.3 LTS
  • Installation package: deb
  • Version 1.3.19 (problem occurs since 1.3.14 I think)

Additional context

guerini avatar Nov 06 '23 08:11 guerini

can you check if this is still a problem in 1.4.1? Might be related to the electron version bump around 1.3.11

IsmaelMartinez avatar Dec 22 '23 12:12 IsmaelMartinez

Same problem with 1.4.1: image

guerini avatar Jan 08 '24 08:01 guerini

I wonder if that proxy configuration has changed how it works in electron since the version upgrade around 1.3.11

IsmaelMartinez avatar Jan 08 '24 10:01 IsmaelMartinez

have you been able to dig around latest electron changes around that area? That is the only think I can think of.

IsmaelMartinez avatar Jan 15 '24 20:01 IsmaelMartinez

Command line option "--proxyServer" is now "--proxy-server" but it causes the same error message

guerini avatar Jan 16 '24 09:01 guerini

in 1.3.14 we increased the version of electron to 27.0.0 (from 24.8.5)

I have check the open/close issues since then, and I can't see anything related to this. I have also check the Breaking changes and I can't see anything around this.

I will see if I find something in https://github.com/electron/electron/compare/v27.0.0...v24.8.5 ...

IsmaelMartinez avatar Jan 16 '24 11:01 IsmaelMartinez

This seems related https://github.com/electron/electron/issues/39773 but is a closed issue, and this other one https://github.com/electron/electron/issues/24948.

I really think this is an electron issue and/or configuration. Hope helps!

IsmaelMartinez avatar Jan 16 '24 11:01 IsmaelMartinez

Closed due inactivity

IsmaelMartinez avatar Mar 26 '24 06:03 IsmaelMartinez