Whenever I try to comment on an issue or PR, I get a "Something went wrong" error message and the message doesn't send.
If it matters: This is on a public repo within an organization that has not been granted access to githawk ( https://github.com/CodaProtocol/coda ).
Please let me know if you need any more info. Thanks!
Bug Report Dump (Auto-generated)
Version 1.22.0 (1534395229) Device: iPhone X (iOS 12.0) TestFlight: false
@bkase could you try the TestFlight build and see if this still occurs? Also we have Flex enabled so we can get the raw response if necessary.
@rnystrom this probably relates to the credential stuff. I’ve been seeing this a lot
Although you appear to have the correct authorization credentials, the
CodaProtocolorganization has enabled OAuth App access restrictions, meaning that data access to third-parties is limited. For more information on these restrictions, includeing how to whitelist this app, visit https://help.github.com/articles/restricting-access-to-your-organization-s-data/
So I guess I need to authorize Githawk in order to post? Any advice for justifying access to my organization?
(the quote was the error message when posting in the test-flight build)
@rnystrom this probably relates to the credential stuff. I’ve been seeing this a lot
@ijm8710 my thoughts
Sent with GitHawk
Yup, closing in favor of #2165
@bkase if you sign out and sign back in using a PAT w/ repo+user+notification scopes it'll go away. Atm appears to be an auth issue w/ the GraphQL API.

Thanks @rnystrom , that works!