Simon Forsberg
Simon Forsberg
This is really strange, but I'm kinda wondering if it might be related to not having any internet. I noticed that between 23:16 on Friday evening and until today (Sunday)...
Given this payload, what do you propose @DugaBot should write in chat?
See https://dev.twitter.com/streaming/overview/request-parameters#follow and http://www.idfromuser.com/
Use http://twitter4j.org/en/index.html , See http://twitter4j.org/en/configuration.html for how to authorize. Also see https://dev.twitter.com/oauth/overview for authentication. Use the https://dev.twitter.com/oauth/overview/application-owner-access-tokens approach.
Could you provide the relevant part(s) of the payload?
I believe this is the line that needs to be changed: https://github.com/Zomis/Duga/blob/develop/grails-app/services/net/zomis/duga/HookStringification.groovy#L197 Awaiting pull-request ;)
At least let me know what the relevant `state` is that AppVeyor sends.
I think that in newer versions of the HttpClient, there is an alternative method named `setRedirectHandler` which is not deprecated. The only question is how to make that work in...
Work around: Don't use square brackets ;)
@retailcoder Is this and #63 the same issue? (If it is, I will close #63 as I think this description is better)