sfirrin / Clean-Google-Calendar

A chrome app for Google Calendar that makes it more straightforward and enjoyable to use
GNU General Public License v3.0
123 stars 14 forks source link

Opens but nothing displays #6

Open ghost opened 7 years ago

ghost commented 7 years ago

When I open the app, nothing displays (see screenshot). Console displays no errors and looking at the source, it's just a blank page.

Running macOS 10.12.1 and Chrome 55.0.2883.75 (64-bit)

screen shot 2

sfirrin commented 7 years ago

Thanks for opening this issue, that is definitely very odd. I'll look into why it might be happening. In the meantime, some others have told me that exiting the app and restarting Chrome has fixed weird opening issues, so you might want to try that.

ghost commented 7 years ago

I've tried restarting Chrome and also disabling all my extensions. Same result.

sfirrin commented 7 years ago

Sorry it's giving you trouble and thanks for trying to help me fix it. I am pretty busy with finals for the next two weeks so I won't have a lot of time to work on this but once I'm done with exams I will take a deeper look into this. If you're willing, I'll probably ask you for more details here once I get a better sense of what's happening.

njm2112 commented 7 years ago

Having same issue with macOS 10.12.1 using Chrome 54.0.2840.98 (64-bit). Let me know if I can provide any further information to help pinpoint the issue.

Thanks!

ntomka commented 7 years ago

I think this helps you out:

screenshot_20161205_142635

sfirrin commented 7 years ago

Hi all, thanks for your patience. Can someone with this problem show me what comes up when they inspect the window?

ntomka commented 7 years ago

@sfirrin https://github.com/sfirrin/Clean-Google-Calendar/issues/6#issuecomment-264853573

sfirrin commented 7 years ago

Oh thank you yes I fixed that but I'm not sure if it will resolve the issue. I meant the page source - I'm trying to see what's loading, if anything.

ghost commented 7 years ago

This is what I get when I inspect the window.

screen shot

ntomka commented 7 years ago

Now I get this with 1.2.0:

image

sfirrin commented 7 years ago

Hi all, thank you again for giving me this info. I'm sorry to say that I still haven't been able to pin down what the problem is but I'm still looking into it.

From the screenshot you're posting it seems like the very basic functionality that Chrome provides for apps isn't working as it should. Essentially this whole app operates through a 'webview' element that connects to the standard GCal web page and makes changes with CSS and JS. If it's working right, that 'main.js' file from your should open a window with the webview, and the page you're seeing shouldn't load at all. It looks like your setup isn't executing the main.js file, which is puzzling to me.

I'm going to keep trying to figure it out, but in the meantime I have a possibly dumb question - do other Chrome apps / the original GCal web page work fine for you?

ghost commented 7 years ago

I do not have an issue when visiting my calendar at www.google.com/calendar

ntomka commented 7 years ago

Same here.

ghost commented 7 years ago

I think it has something to do with your profile. I can create a new Chrome user and Clean Google Calendar works fine.

corscheid commented 6 years ago

I still get this issue from time to time, and upon inspect, I see all blank stuff everywhere on dev tools. (As seen in the screenshots by tjahjono on Dec 20, 2016 above). It consistently loads blank window, until I open Google Calendar website in a new Chrome tab. Sometimes it loads properly after that, and sometimes it stays blank after that when launched.

I wonder if this has anything to do with having multiple Google users logged in with the Google switch user menu. I also wonder if this has to do with any possible session/cookie timeouts?

Version of the app I'm running is 1.2.1 (from Chrome Web Store) on MacOS 10.13.6 Running Google Chrome Version 68.0.3440.106 (Official Build) (64-bit) I remember this issue existing when using ChromeOS last year too.