-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
offline meetings meet URL in message body is ignored #1379
Comments
Hi @joakim-tjernlund , Can you try triggering the meeting link in a second instance? Meaning, while this instance is working, you run another one from the command line like this:
Also, it looks like you got some gpu issues so I would suggest you run your main instance with --disableGpu option. That should get rid of the following errors:
If you then can put the logs in here and let me know what happens that would be great. If that works, it means the problem is in your application handler config. |
I really think is going to be the x-scheme-handler . I suspect you haven't configure that and you would need to do this in order to get it to work with tar.gz. You should be fine if you use any of the other packaging systems provided, but let me know how you get on |
Yes I can, then the meeting opens in Teams
Naa, I was just running from a remote machine. No GPU problems when stating locally.
how should my apphandler config look like? |
It really depends on your configuration but there are a few examples on the closed issues, just look for |
I have:
Does that look OK? Am I missing something for URLs starting with https://teams.microsoft.com/l/meetup-join/ |
I think you need to pass the %U in the EXEC. Something like Exec=/opt/teams-for-linux/teams-for-linux.sh %U Not sure if you need the same on the "TryExec" but you probably also do. Otherwise you aren't passing the meeting URL |
I just did and it did not work, still nothing. I wonder, this is just an There must be something missing here |
I suspect it is in within your script. Something is eating the url to send to the binary. without it, it just doesn't send anything. Maybe that |
Changed that to Exec=/opt/teams-for-linux/teams-for-linux %U which is the true ELF binary |
will open the URL but in my browser |
What happens if you change the https for msteams on that command?
…On Fri, 23 Aug 2024, 16:33 joakim-tjernlund, ***@***.***> wrote:
xdg-open
https://teams.microsoft.com/l/meetup-join/19%3ameeting_OWFmZDg2NWQtMzYwYS00YWRhLTg5NzEtZjFkOGIxYTk5ZWYw%40thread.v2/0?context=%7b%22Tid%22%3a%22285643de-5f5b-4b03
....
will open the URL but in my browser
—
Reply to this email directly, view it on GitHub
<#1379 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJHEEDMHA2XPCPGISRFM3ZS5I3DAVCNFSM6AAAAABNAD2WBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBXGMZTAMRRGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
It opens the meeting in teams-for-linux. Thinking some more, if I pasted URL into chat window, it works too. |
Oh, calendar events are weird. You might be able to work around them by
ctrl+click them. It will open the browser but, if the redirect is well
configured it should load the app with the right meeting.
Otherwise you can copy/paste click. Not ideal but it should also work. I
will see if I get some time to look into that but the amount of people
using the app only grows, while the people helping goes down... And I have
a work to do a side from this!!
I will mark it as workaround available but keep it open (so I don't forget)
…On Fri, 23 Aug 2024, 17:19 joakim-tjernlund, ***@***.***> wrote:
What happens if you change the https for msteams on that command?
It opens the meeting in teams-for-linux.
Thinking some more, if I pasted URL into chat window, it works too.
Why would there be a difference between clicking a link in a calendar and
chat windows.
If Calandar really did something there should be some more log msgs after:
´DEBUG - captured meetup-join url´
log should probably be similar to clicking the chat link.
—
Reply to this email directly, view it on GitHub
<#1379 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJHEDG732UJXO4ARK62UDZS5OHLAVCNFSM6AAAAABNAD2WBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBXGQYDIMJYGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
1.9.5 Ctrl+Click don't work |
oh wait, I just re-read the ticket and non online meetings aren't suppose to have a meeting link (I am surprised you got some sort of link) as they are meant to be offline (in person). If you need people to join a call in teams, the meeting needs to be online. Is a feature by Microsoft, so not much we can do on that. I remember having a similar problem in the company I work for, but the administrators changed the default to be always online meetings (instead of offline) and made a lot of people happy. Not sure where that option is but I can see there is nothing we can do from here to make offline meetings having an online capabilities. Closing as no-issue, but feel free to correct me if this is not for non-online meetings. |
That might have been the original idea with such meetings but then someone added a meet link inside the msg text. Our company/partners send these or a regular basis so it would be nice if it worked. |
I think I figured out why these invites are like this. |
I am getting confused. Can you send me some screenshots and or a video
reproducing the issue? Directly to me if you are worried of sharing info
publicly. Or even better, see if you can forward me an invite and I can try
to join and check the issue.
I really don't understand the issue enough to be able to help. But non
online meetings don't have the ability to have an online meeting (as their
name indicates). If you then edit it and add a link, I am not sure how MS
and the app will deal with it, but it should be the same as clicking a link
on the app.
Are you able to install the app using a packaging system to ensure it
doesn't work either? Otherwise I would recommend debugging that script
(even just putting some log messages) and see what is getting and if it is
getting triggered.
…On Sat, 24 Aug 2024, 11:34 joakim-tjernlund, ***@***.***> wrote:
I think I figured out why these invites are like this.
Invite is a mass invite, like a seminar for all people in an org, sent by
an external partner.
Not everyone has Teams installed etc. so this format ensures that all can
easily join the meeting.
—
Reply to this email directly, view it on GitHub
<#1379 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJHEFJRDCZWZCJEL3XIJ3ZTBOUPAVCNFSM6AAAAABNAD2WBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGMZTMNBYGU>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
have you tried with the redirector workaround from #1098 (comment) ? I assume looking in the calendar that teams provide, the links should work as expected. Can you confirm that? Thanks |
I will see when I can have more time to dig into this. Unfortunately that "new page" is called a bunch of times and adding a loading there would break a few things. I think screensharing been one of them, but I might be wrong as that area hasn't been properly touched for a few years. |
Any news on this issue? |
No updates, sorry. I have tried for a few days but with no luck so far. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This is still a problem. It is odd though that one can expand a normal Teams meeting and click 'Join the meeting now' and |
Microsoft treats them differently as one is an offline meeting that can happen outside of MS Teams. I don't know their reasoning |
yes it is odd, but using Chrome I can click this URL and it just works. |
Describe the bug
Meetings marked non online but with a meet URL embedded in invite message area
are ignored. Clicking on such link does nothing.
To Reproduce
Steps to reproduce the behavior:
Receive a non online meeting with meet URL in invite msg area:
Click on link to open meeting and noting happens.
Desktop (please complete the following information):
Debug
Additional context
Pasting the URL in chat window and clicking on joins the meeting proper
The text was updated successfully, but these errors were encountered: