Log folder not created on installation
I get an error when I try to run the test "Cannot export into /Users/someuser/Library/Logs/puppetry/.runtime-test. Please make sure that you have write permission for it" . If I create the folder manually it moves pass this error but the next time I start the folder disappears.
version 2.0.4
Thanks. It's weird - apparently the app can remove the folder, but do not create it... Do you have, perchance, anything interesting in /Users/someuser/Library/Logs/puppetry/log.log? I just wonder what did the app reported, what was the exact error on attempt to create the folder
I see some lines that say [2019-09-05 11:45:52.872] [warn] Renderer process: io.exportProject(/Users/someuser/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/someuser/Library/Logs/puppetry/.runtime-test'
On Thu, Sep 5, 2019 at 10:58 AM Dmitry Sheiko [email protected] wrote:
Thanks. It's weird - apparently the app can remove the folder, but do not create it... Do you have, perchance, anything interesting in /Users/someuser/Library/Logs/puppetry/log.log? I just wonder what did the app reported, what was the exact error on attempt to create the folder
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dsheiko/puppetry/issues/38?email_source=notifications&email_token=AAA2VRSKCSF7RP4TZRAT4HTQIEM7VA5CNFSM4IT6IRJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD57OW7Q#issuecomment-528411518, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA2VRXWSLLN6R7X3ELDYWDQIEM7VANCNFSM4IT6IRJA .
-- Akeem Philbert ak33m.com | twitter.com/kanundrum
Thanks, still weird, but I gonna think on it
seeing the same issue here - do you have any suggestion here @dsheiko ?
I am honestly not sure if i'm installing the app correctly on MacOSX. I've downloaded release zip, extracted it to Applications folder, and everything runs fine until I attempt to run a test suite (recording is working OK though). Attempted to chmod the /Users/someuser/Library/Logs/puppetry folder, but still received the same error noted above.
Inside the log.log file:
| => cat log.log
[2019-10-07 17:02:11.397] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:02:11.401] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:04:13.136] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:04:13.171] [warn] Renderer process: io.readProject: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppertyrc'
[2019-10-07 17:04:13.172] [warn] Renderer process: actions.loadProject(/Users/pariley2/Github/puppetry): CaughtException: Project file /Users/pariley2/Github/puppetry/.puppertyrc cannot be open.
Please make sure that the file exists and that you have read permission for it
[2019-10-07 17:04:13.187] [warn] Last open suite is unreachable, so let's try loading the first available
[2019-10-07 17:40:00.374] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:40:25.267] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:40:25.420] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:40:25.420] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:40:25.474] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:40:46.112] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:42:42.189] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:42:42.366] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:42:42.367] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:42:42.411] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:42:55.547] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:43:55.214] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:43:55.372] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:43:55.372] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:43:55.424] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:44:05.466] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:45:05.746] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:45:05.890] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:45:05.890] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:45:05.947] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:45:13.340] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:45:40.478] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:45:40.632] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:45:40.632] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:45:40.674] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:45:49.824] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:46:35.666] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:46:35.821] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:46:35.821] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:46:35.872] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:51:43.365] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:51:43.584] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:51:43.585] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:51:43.647] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:51:53.994] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 17:55:14.796] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 17:55:14.958] [warn] Renderer process: node_modules not found Error: ENOENT: no such file or directory, lstat '/Users/pariley2/Library/Logs/puppetry/.runtime-test/node_modules'
[2019-10-07 17:55:14.958] [warn] Renderer process: removeRuntimeTestPath
[2019-10-07 17:55:15.008] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'
[2019-10-07 17:56:17.175] [warn] Renderer process: io.exportProject(/Users/pariley2/Library/Logs/puppetry/.runtime-test/specs): Error: ENOENT: no such file or directory, scandir '/Users/pariley2/Library/Logs/puppetry/.runtime-test'
[2019-10-07 18:11:48.642] [warn] Suite file /Users/pariley2/Github/puppetry/.snippets.json not found.
[2019-10-07 18:11:49.011] [warn] Renderer process: io.readGit: Error: ENOENT: no such file or directory, open '/Users/pariley2/Github/puppetry/.puppetrygit'