-
Notifications
You must be signed in to change notification settings - Fork 47
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 #39
Comments
I fixed it by correcting permissions |
Which permissions are those? |
I'm getting this same panic in a loop. Can you elaborate as to what causes it? |
We got this kind of error too. It seems we didn't include the phabulous/config/main.ymlserver:
hostname: ''
port: 8085
debug: false
serious: false
modules:
- core
slack:
token: YOUR_TOKEN_HERE
username: phabulous
enable: true
as-user: true
irc:
enable: false
nick: phabulous
hostname: some.irc.server
port: 6667
tls: true
conduit:
api: http://phabricator.url
token: YOUR_TOKEN_HERE
channels:
feed: '#phabricator'
feedTypes: ['TASK']
core:
summon:
expandProjects: true
includeSelf: true
misc:
ignore-ca: false in case it still doesn't work, this is my docker-compose config phabulous/docker-compose.ymlversion: '2'
services:
phabulous:
image: quay.io/etcinit/phabulous:v3.0.0-beta1
environment:
- SLACK_TOKEN=xoxb-000000000000
- CONDUIT_API=http://phabricator.url
- CONDUIT_TOKEN=api-xxxxxxxxxxxxxxx
volumes:
- 'path_to_phabulous/config:/go/src/github.com/etcinit/phabulous/config'
ports:
- '8085:8085' |
Regarding this ticket as closed, I created #67 instead. |
I still get this error:
Config is
|
The text was updated successfully, but these errors were encountered: