-
Notifications
You must be signed in to change notification settings - Fork 73
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
Empty calendar causes blank screen error on return to free status #47
Comments
I have same issue, how did you solve it? Thank you very much! |
I installed version 0.3.3 and it works, I don't know why. I have 2013 on prem |
Hi, never managed to solve it. We refresh the whole page quite often (show other things on the display also) so the error will not show up for long normally. |
Is there any fix to that? Still having this problem in the newest version. To reproduce: |
I found a fix. Here is the whole class: |
Hi,
We have a single meeting room calendar on the display and everything seems to work ok. When a meeting is in progress and the screen shows busy and when the meeting is over and the screen should return to open (green) the screen goes blank and looking at the console I see the following error:
TypeError: Cannot read property 'Subject' of undefined at s (main.d06b06f7.js:1) at beginWork (main.d06b06f7.js:1) at i (main.d06b06f7.js:1) at c (main.d06b06f7.js:1) at l (main.d06b06f7.js:1) at m (main.d06b06f7.js:1) at h (main.d06b06f7.js:1) at Object.enqueueSetState (main.d06b06f7.js:1) at t.o.setState (main.d06b06f7.js:1) at Object.n.handleSocket [as response] (main.d06b06f7.js:1) p @ main.d06b06f7.js:1 main.d06b06f7.js:1 Uncaught TypeError: Cannot read property 'Subject' of undefined at s (main.d06b06f7.js:1) at beginWork (main.d06b06f7.js:1) at i (main.d06b06f7.js:1) at c (main.d06b06f7.js:1) at l (main.d06b06f7.js:1) at m (main.d06b06f7.js:1) at h (main.d06b06f7.js:1) at Object.enqueueSetState (main.d06b06f7.js:1) at t.o.setState (main.d06b06f7.js:1) at Object.n.handleSocket [as response] (main.d06b06f7.js:1)
There are no upcoming appointments so this seems to be the issue. When I create two upcoming meetings, the first one works correctly and the second one has the same issue returning to open, goes blank as there are no upcoming appointments.
The text was updated successfully, but these errors were encountered: