This repository was archived by the owner on May 27, 2025. It is now read-only.
Commit 07d2c5a
authored
Corrected service-account-key.json
Updated Readme to correct service_account_key.json file name to service-account-key.json since the former causes an exception while uploading videos
{ Error: ENOENT: no such file or directory, open '/srv/lib/service-account-key.json'
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/srv/lib/service-account-key.json' }
Hence found that the correct file name should be service-account-key.json as opposed to what was mentioned in the readme.
Also this caused other issues since the video was not converted, but still the number of images was updated and showed incorrect numbers.1 parent d9b3331 commit 07d2c5a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments