microsoftgraph / meetings-capture-sample

A Microsoft Teams solution that helps teams capture meeting minute notes inside individual channels
MIT License
33 stars 19 forks source link

Getting 404 Error for controller MeetingCapture/GetUpcomingEvents #17

Open anupam-ujjwal opened 3 years ago

anupam-ujjwal commented 3 years ago

I have configured everything as per the guideline but for "MeetingCapture/GetUpcomingEvents" , I am getting 404 error. For other "POST" requests its coming correctly.

https://mydomain/MeetingCapture/GetUpcomingEvents?teamId=db73a01e-b3f9-43a1-886b-84a28c99e614&channelId=19%3Aa0fc0a1a6ff84a33b951fabc6318c67a%40thread.tacv2

Note : mydomain is a dummy text. In actual we have created a separate domain.

ravi16a87 commented 3 years ago

Same Here. I am also getting the same error. All the Get Methods are returning 404 error i.e. GetUpcomingEvents,GetRelevancePeople etc.

nitbij commented 3 years ago

Same Here. I am also getting the same error. All the Get Methods are returning 404 error i.e. GetUpcomingEvents,GetRelevancePeople etc.

Hi @ravi16a87 , are you able to resolve this issue. I am also getting same issue.

kandari7 commented 3 years ago

There might some runtime error in your code. if there is any error at the runtime the console shows 404 error. you can find the root cause by debugging the code.

ikhwanmd commented 3 years ago

Just a quick question, has anyone managed to get this up and running in their environment?

akanimousoro commented 3 years ago

I tried for months but couldn't get it up and running.Finally gave up

Sent from Yahoo Mail on Android

On Thu, 8 Oct 2020 at 7:54, ikhwanmdnotifications@github.com wrote:

Just a quick question, has anyone managed to get this up and running in their environment?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ikhwanmd commented 3 years ago

@akanimousoro, I would say that this app is awesome, but the instructions are not on point. But I managed to get it up and running although there are some bugs that needs to be rectified.

I've downloaded the latest code as of Oct 8th. Deployed in my environment

Next I followed iiivanov1993 by fixing the graph api that i read at https://github.com/microsoftgraph/meetings-capture-sample/pull/7, but basically there were 3 files that need to be edited (GraphService.cs, CommunicationService.cs, Startup.cs) at https://github.com/microsoftgraph/meetings-capture-sample/pull/7/files Remove the red lines and add/update the green ones Deploy that again

In the database, i can see all tables being updated. The meeting is created, i can see it in my calendar, in the PendingMeetings tab, Task in Planner

The bugs, After creating the Meeting, it doesn't show it here

image

When it's time for the meeting, i don't have the Launch Meeting button like this

image

and yeah, I didn't get any emails with regards to the meeting. The Delete meeting also shows as being empty.

isyedmud commented 3 years ago

@ikhwanmd I agree this is one of the best solutoin to have. Unfortunately i am also not able to make it work. Please can you share with me your working version of code link. I will be very grateful

Regards, Syed