crisp-im / crisp-im/php-crisp-api
Invalid response data
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 59
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
I'm calling updatePeopleData() and it returns an empty array. I debugged it and looks like the code is returning $responseData["data"] which does not exists.

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the updatePeopleData() entry point and inspect how its response is assigned to $responseData["data"]. Compare that lookup with the response shown in the linked screenshot and verify the function returns the people data rather than an empty array. Done means the reported response is handled correctly and updatePeopleData() no longer returns an empty array for it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100