Skip to content
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

Terminating app due to uncaught exception 'NSInternalInconsistencyException' #29

Closed
louisyip opened this issue Apr 2, 2014 · 7 comments

Comments

@louisyip
Copy link

louisyip commented Apr 2, 2014

Nice and thanks!! But I have some problem form the demo
When I run the demo in xcode, it will black screen and return following error.

2014-04-02 09:31:46.835 InstagramKit[5181:60b] *** Assertion failure in -[InstagramEngine init], /Users/louisyip/Downloads/InstagramKit-master 2/InstagramKit/Engine/InstagramEngine.m:115
2014-04-02 09:31:46.839 InstagramKit[5181:60b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid Instagram Client ID.'

Would you please tell me which part I wrong?

@ddaddy
Copy link

ddaddy commented Apr 2, 2014

The clue is here 'Invalid Instagram Client ID.'
You need to change the client ID to your client ID.

@karthisiva
Copy link

i changed my cliend id but not working

1 similar comment
@karthisiva
Copy link

i changed my cliend id but not working

@apheleia5
Copy link

i have changes cliend id and Redirect URI then also its showing an error like
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid Instagram Client ID.'

can i get any solutions on it....pls

1 similar comment
@Sahana17
Copy link

i have changes cliend id and Redirect URI then also its showing an error like
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid Instagram Client ID.'

can i get any solutions on it....pls

@sagarmodakit
Copy link

I have been trying to integrate your InstagramKit into my demo app to integrate Instagram.
But Im also facing the same issue even if I put my app's credentials i.e.
InstagramAppClientId & InstagramAppRedirectURL into the info.plist.
The snapshots for the same has attached.
I have also attached the log message for exception that it throws for the same condition.
Thanks.
errorlogscreenshot
plistscreenshot

@shyambhat
Copy link
Owner

@sagarmodakit I can't spot anything wrong with the code, can you please debug the
- (NSDictionary*)clientConfiguration
method in InstagramEngine.m and see where exactly the issue is with your credentials configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants