This repository was archived by the owner on Apr 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Start/stop/cancel button have no impact without restarting application #3
Copy link
Copy link
Closed
Description
Either one of the buttons do not do anything until you restart the application. The log below is from starting on an issue, quitting the app, and then restarting it.
Key seems to be working just fine, as the issues and projects are loading.
Bob@BOBV-LAPTOP MINGW64 ~/Documents/Git/opensource/gitlab-time-tracker-taskbar (master)
$ yarn start run
yarn run v1.5.1
$ electron-forge start run
√ Checking your system
√ Locating Application
√ Preparing native dependencies
√ Launching Application
Done in 120.71s.
Bob@BOBV-LAPTOP MINGW64 ~/Documents/Git/opensource/gitlab-time-tracker-taskbar (master)
$ yarn start run
yarn run v1.5.1
$ electron-forge start run
√ Checking your system
√ Locating Application
√ Preparing native dependencies
√ Launching Application
Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
Arguments:
[0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: false, _f: undefined, _strict: undefined, _locale: [object Object]
Error
at Function.createFromInputFallback (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:320:98)
at configFromInput (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:2606:19)
at prepareConfig (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:2577:13)
at createFromConfig (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:2544:44)
at createLocalOrUTC (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:2631:16)
at createLocal (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:2635:16)
at hooks (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\moment\moment.js:12:29)
at frame.get stop [as stop] (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\gitlab-time-tracker\src\models\frame.js:106:32)
at frames.forEach.frame (C:\Users\Bob\Documents\Git\opensource\gitlab-time-tracker-taskbar\node_modules\gitlab-time-tracker\src\models\frameCollection.js:31:22)
at Array.forEach (native)
(node:8816) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Could not update issue 76 on extern/013-living-textbook
(node:8816) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Metadata
Metadata
Assignees
Labels
No labels