Error in file C:\Users\hp\AppData\Roaming\Dashcam\logs\main.log [2023-09-12 21:41:23.120] [error] unhandledRejection: Cannot read properties of null (reading 'date')
Watch directory.js Cannot read properties of null (reading 'date') on Dashcam
| # Define the path for the required directory | |
| $directoryPath = "$env:USERPROFILE\AppData\Roaming\Dashcam" | |
| # List of files to be created | |
| $files = @( | |
| ".replayable--mainwindow-ever-launched", | |
| ".replayable--has-accepted-tos", | |
| ".replayable--segment-done", | |
| ".replayable--ever-launched", | |
| ".replayable--do-not-update", |
| # Install the desktop app | |
| # Configure log tracking: https://docs.dashcam.io/dashcam/configure/logs | |
| npm install dashcam | |
| dashcam auth ${{ secrets.DASHCAM_API_KEY }} | |
| dashcam track --name=test --type=application --pattern="C:\Users\Switc\OneDrive\Desktop\*.log*" | |
| dashcam start | |
| Get-ChildItem C:\Windows\System32 | Tee-Object -FilePath 'C:\Users\Switc\OneDrive\Desktop\test.log' | |
| # run the test | |
| dashcam -t "My Test Result" -p --md |
| export PYENV_ROOT="$HOME/.pyenv" | |
| export PATH="$PYENV_ROOT/bin:$PATH" | |
| eval "$(pyenv init --path)" | |
| eval "$(pyenv init -)" |
| ➜ .waveterm /Applications/Wave.app/Contents/Resources/app/bin/wavesrv | |
| 2023/12/21 13:07:56 [wave] *** starting wavesrv version v0.5.2+202312182329 | |
| 2023/12/21 13:07:56 [wave] homedir = "/Users/ianjennings/.waveterm" | |
| 2023/12/21 13:07:56 [base] acquiring lock on /Users/ianjennings/.waveterm/waveterm.lock | |
| 2023/12/21 13:07:56 [db] db version = 0 | |
| 2023/12/21 13:07:56 [db] migrating from 0 to 26 | |
| 2023/12/21 13:07:56 [db] backing up database waveterm.db to backup.waveterm.db | |
| 2023/12/21 13:07:56 [db] migration v1, elapsed 3.610208ms | |
| 2023/12/21 13:07:56 [db] migration v2, elapsed 2.288166ms | |
| 2023/12/21 13:07:56 [db] migration v3, elapsed 1.70675ms |
| [2023-12-07 21:14:39.786] [debug] setting WORKING_DIR_ROOT as /Users/ec2-user/Movies/Dashcam | |
| [2023-12-07 21:14:39.787] [debug] effect for WORKING_DIR_ROOT found | |
| [2023-12-07 21:14:39.787] [debug] directory.js setup called | |
| [2023-12-07 21:14:39.788] [debug] directory.js Problem encountered init WORKING_DIR_ROOT, attempting to recover | |
| [2023-12-07 21:14:39.789] [debug] setting WORKING_DIR_ROOT as /Users/ec2-user/Movies/Dashcam | |
| [2023-12-07 21:14:39.795] [debug] effect for WORKING_DIR_ROOT found | |
| [2023-12-07 21:14:39.795] [debug] directory.js setup called | |
| [2023-12-07 21:14:39.796] [debug] directory.js Problem encountered init WORKING_DIR_ROOT, attempting to recover | |
| [2023-12-07 21:14:39.797] [debug] setting WORKING_DIR_ROOT as /Users/ec2-user/Movies/Dashcam | |
| [2023-12-07 21:14:39.797] [debug] effect for WORKING_DIR_ROOT found |
| Date/Time: 2023-12-07 21:20:04.834 +0000 | |
| End time: 2023-12-07 21:20:33.326 +0000 | |
| OS Version: macOS 14.1 (Build 23B74) | |
| Architecture: arm64e | |
| Report Version: 44 | |
| Incident Identifier: 922D970F-40E2-4E3C-AE40-2A0685356BEE | |
| Data Source: Stackshots | |
| Shared Cache: 43B9F010-3C81-318C-BA80-29C673A7757A slid base address 0x18b7bc000, slide 0xb7bc000 (System Primary) | |
| Shared Cache: 3D4A3000-268A-3F91-8927-34F21C2873C2 slid base address 0x187b94000, slide 0x7b94000 (DriverKit) |
Error in file C:\Users\hp\AppData\Roaming\Dashcam\logs\main.log [2023-09-12 21:41:23.120] [error] unhandledRejection: Cannot read properties of null (reading 'date')
Watch directory.js Cannot read properties of null (reading 'date') on Dashcam
Watch Getting Started with PubNub JS SDK on Dashcam
| 14:02:34.910 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Command: sign | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Client ID: kaXTRACNijSWsFdRKg_KAfD3fqrBlzMbWs6TwWHwAn8 | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - OAuth2 URL: https://login.ssl.com/oauth2/token | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - CSC Endpoint: https://cs.ssl.com | |
| 14:02:34.911 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - TSA URL: http://ts.ssl.com | |
| 14:02:34.912 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Output directory path: /Users/ianjennings/Development/desktop/scripts/release/temp | |
| 14:02:34.912 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - Input file path: /Users/ianjennings/Development/desktop/dist/win-unpacked/resources/bin/ffmpeg.exe | |
| 14:02:34.913 [main] INFO com.ssl.code.signing.tool.commands.SignCommand - File type: exe | |
| 14:02:34.913 [main] INFO com.ssl.code.signing.tool |
Some reveal.js features, like external Markdown, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
Make sure you have Node.js (10.0.0 or later) installed. Then, clone the reveal.js repository: