fmeringdal / nettu-meet

Open source video conferencing system for tutors.
GNU Affero General Public License v3.0
2.28k stars 286 forks source link

Meeting will start in long time #14

Closed kevinadhiguna closed 3 years ago

kevinadhiguna commented 3 years ago

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.

fmeringdal commented 3 years ago

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() ?

kevinadhiguna commented 3 years ago

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

image

kevinadhiguna commented 3 years ago

Tested with Google Chrome as well :

image

fmeringdal commented 3 years ago

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

kevinadhiguna commented 3 years ago

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...

fmeringdal commented 3 years ago

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

kevinadhiguna commented 3 years ago

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