Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

term suggestion always returning null value #158

Closed
navanindra opened this issue Jan 3, 2018 · 8 comments
Closed

term suggestion always returning null value #158

navanindra opened this issue Jan 3, 2018 · 8 comments
Assignees
Labels

Comments

@navanindra
Copy link

m implementing the sdk in obj-c, nd using term suggestion for search bar..

when a space is inserted it will call the term suggestion but it returns null value
heres the code:::
[self.client termSuggestions:searchBar.text completionHandler:^(GPHListTermSuggestionResponse * _Nullable response, NSError * _Nullable error) {
NSLog(@"response\n%@",[response data]); }];

@dfinkler dfinkler self-assigned this Jan 5, 2018
@dfinkler
Copy link
Contributor

dfinkler commented Jan 5, 2018

Hi @navanindra - thanks for the bug report! We're looking into the issue now and will be in touch shortly with a resolution.

@dfinkler dfinkler added the bug label Jan 5, 2018
@navanindra
Copy link
Author

navanindra commented Jan 10, 2018

Hi @dfinkler
have you got the resolution for the same??? well I have to finalise the app...

@dfinkler
Copy link
Contributor

dfinkler commented Feb 5, 2018

@navanindra we had our mobile team look into the issue and they were not able to replicate the bug. Can you provide me with the specific request that's returning the unexpected value and what specific lines of code in the SDK that are relevant. Thanks!

@navanindra
Copy link
Author

navanindra commented Feb 9, 2018 via email

@dfinkler
Copy link
Contributor

@navanindra we have our mobile engineering team looking into your bug. Can you send me the API requests you are issuing that return the bad response. You can include them in this ticket - just mask out the API Key you are using in your requests.

eg,
http://api.giphy.com/search/gifs?q=this+is+my+search+term&api_key=FOO

Thank you!

@navanindra
Copy link
Author

navanindra commented Mar 5, 2018 via email

@dfinkler
Copy link
Contributor

dfinkler commented Apr 5, 2018

@navanindra we're investigating this further - please stand by and thanks for the bug report.

@shwetaatgiphy
Copy link

Hey @navanindra

GIPHY has released newer versions of the iOS SDK since this issue was first created. We hope this issue has been fixed.
If not, please do not hesitate to reopen this issue.
Thank you.

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

No branches or pull requests

3 participants