fmeringdal/nettu-meet

Meeting will start in long time

kevinadhiguna opened this issue · 7 comments

Hello @fmeringdal, thank you for your nice work !

I would like to ask how should I start a meeting because I clicked the New Meeting button on the homepage and it says the meeting will start in 479 minutes :
image

Steps to reproduce :

  1. Go to https://meet.nettubooking.com/.
  2. Click the New Meeting button.
  3. Go to a newly opened tab.
  4. See the screenshot above.

Tested with Firefox. Any response will be appreciated.

Thanks for reporting this.
Seems like your browser time is wrong somehow. Do you get the correct time if you open your dev console and type: new Date() ?

This time, it said the meeting has finished but there is an account id :

image

Tested with Google Chrome as well :

image

Mhm, the relevant part is the openingTime attribute that you see in the object.
Do you mind clicking on create meeting and then say what these three values are:

  1. openingTime.startTS
  2. openingTime.endTS
  3. new Date().valueOf()

The third value should be a value between 1 and 2

Suddenly the errors disappeared :

image

and yes, the new Date().valueOf() value was a value between openingTime.startTS and openingTime.endTS. I do not why...

Very strange. I do suspect that there is some instability with your browser / system time that is causing this.

Thank you for your time @fmeringdal , I really appreciate it.