-
Notifications
You must be signed in to change notification settings - Fork 10
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
Slackbridge seemingly does not work #16
Comments
I suggest you look at the logger. Have it log to stderr/stdout. See: I don't know anything about Heroku myself.. |
wdoekes, thanks for your help. I'm not very experienced with the logging module so far and I'm trying to learn. Where exactly do you suggest I put it? https://github.com/ossobv/slackbridge/blob/master/wsgi.py#L85 suggests I place it in slackbridgeconf. I do not see a method or function with that name. It is unclear to me. Should I place it in a file titled slackbrigeconf.py? I have done that but get this error when trying to run the logger. Trying to solve it myself but it's a bit tricky since I haven't worked with logger too much before, nor know your code.
Still trying to debug. |
That example is not exactly right, I guess. That Further, you don't need to place it in slackbridgeconf, it only helps if you want to run an unaltered wsgi.py from the git repo. You're free to hack away at wsgi.py directly as much as you please. This should help you on your way:
|
I am in search of debugging advice. I just installed the project yesterday and it looked like a perfect solution for my situation. Shortly I setup bots on both workspace, channels, and set up all of my relevant tokens and populated my ini file according to the README.md.
After debugging for a little while I realized that Heroku support is broken. I was able to fix it from my end and as far as I can tell Heroku is working now as far as being deployable, but the bridge is still not working for me. I tested by running python3 wsgi.py and have not received any error messages... I read through the code line by line but I was not able to find exactly what was wrong. I do not know how to proceed from here.
Recap:
8698fb59aaebf55018919a66d1b36fa805706d12
]Any suggestions for how to debug from here? Appreciate your project!
Seth
The text was updated successfully, but these errors were encountered: