-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Invalid memory address or nil pointer dereference #8
Comments
If you fix the permissions on the |
So I realized that I think this may be my fault and I wasn't paying attention to the configuration. I have the following folder structure.
Full source : https://github.com/jcloutz/sundial to run it in dev I would run app_root: app/
ignored_folders:
- vendor
- logs
- tmp
- bin
included_extensions:
- .go
build_path: tmp/
build_delay: 200ns
binary_name: sundial
command_flags: [serve]
enable_colors: true
log_name: "sundial-log" |
I'm still getting the same error though, and permissions on tmp is 755 with proper owner/group |
Ok, I was able to reproduce this using your app. The problem is you're running |
@markbates thank you! I had a feeling it was user error :) |
I'm not sure if this is due to the permissions issue or not but the app will only build on the initial run. When I save a file it crashes immediately.
The text was updated successfully, but these errors were encountered: