Circular
Circular copied to clipboard
Unknown Twitter API error
I keep receiving an "Unknown Twitter API error".
Here's the error: http://d.pr/i/bd4Y
Happens when I click on the "Sign in via Twitter" button on the home page.
Any pointers on how solve this problem will be helpful....thanks! :)
The issue I raised (#7) may help. I have a fork with an amended readme. spdustin/Circular@e4280db94dfed615570926ef245aecf64602ba41 is the relevant (and only, as of this moment) commit I've made.
@spdustin Merged, thanks.
@abhishekbhardwaj I will try and reproduce this issue tomorrow, thanks for reporting.
@spdustin Thanks for the reply. I tried adding the callback URL but it didn't work for me. What API error were you getting? Was it happening after you were redirected to Twitter for authentication?
For me, it's doesn't even reach Twitter. As soon as I click on the "Sign in with Twitter" button, it gives this error: http://d.pr/i/bd4Y
@julien-c Any luck yet?
I have this error when I rename the "Circular" folder to "circular" folder. Renaming again to "Cirular" = no error.
I was able to resolve the original poster's error by running:
git submodule init
git submodule update
I had not cloned the repository with the --recursive flag.
I'd cloned the repository recursively so I don't think it was the issue in my case.