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

Log folder not created on installation #38

Open
akeemphilbert opened this issue Sep 5, 2019 · 4 comments
Open

Log folder not created on installation #38

akeemphilbert opened this issue Sep 5, 2019 · 4 comments

Comments

@akeemphilbert
Copy link

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

@dsheiko
Copy link
Owner

dsheiko commented Sep 5, 2019

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

@akeemphilbert
Copy link
Author

akeemphilbert commented Sep 5, 2019 via email

@dsheiko
Copy link
Owner

dsheiko commented Sep 9, 2019

Thanks, still weird, but I gonna think on it

@priley86
Copy link

priley86 commented Oct 8, 2019

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants