Skip to content
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

Blank white screen after selecting time for todo. #32

Closed
RupGautam opened this issue Nov 30, 2017 · 6 comments
Closed

Blank white screen after selecting time for todo. #32

RupGautam opened this issue Nov 30, 2017 · 6 comments
Labels
bug It's a bug

Comments

@RupGautam
Copy link

It just give me blank white screen after trying to setup alarm for todo list.
And can't do anything other than quitting the app.

@RupGautam RupGautam changed the title Crashes after selecting time for todo. Blank white screen after selecting time for todo. Nov 30, 2017
@laurent22 laurent22 added the bug It's a bug label Nov 30, 2017
@laurent22
Copy link
Owner

On which operating system?

@RupGautam
Copy link
Author

I'm on macOS High Sierra 10.13.1 (17B48)

@laurent22
Copy link
Owner

I can't seem to be able to replicate this. Would you mind running the application with the dev tools open to see if there's any error being logged?

You would just need to add a flag to flags.txt using this command:

echo "--open-dev-tools" > ~/.config/joplin-desktop/flags.txt

Then restart the app and that should open the dev tools. Click on "Console", then try to setup an alarm again. Can you see any error in the console? If so, please post it here. Thanks!

@RupGautam
Copy link
Author

RupGautam commented Dec 1, 2017

Here's the log:

    at onDateTimeChange (/Applications/Joplin.app/Contents/Resources/app/gui/PromptDialog.min.js:125)
    at Object.onChange (/Applications/Joplin.app/Contents/Resources/app/gui/PromptDialog.min.js:149)
    at Object.<anonymous> (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-datetime/DateTime.js:219)
    at commitCallbacks (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:6155)
    at commitLifeCycles (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:8812)
    at commitAllLifeCycles (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:9967)
    at HTMLUnknownElement.callCallback (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:540)
    at Object.invokeGuardedCallbackDev (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:579)
    at invokeGuardedCallback (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:436)
    at commitRoot (/Applications/Joplin.app/Contents/Resources/app/node_modules/react-dom/cjs/react-dom.development.js:10071)

actually, I tired inputting the numbers from keyboard to setup alarm.
Which lead to blank screen. But works fine on selecting it from menu itself.

@laurent22
Copy link
Owner

Thanks for the bug report, I was able to replicate and fix it.

@RupGautam
Copy link
Author

It worked! Thanks.

@lock lock bot locked and limited conversation to collaborators Oct 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug It's a bug
Projects
None yet
Development

No branches or pull requests

2 participants