Apify Discord Mirror

L
Loum
Offline, last seen 5 months ago
Joined August 30, 2024
Hi,
I hope you doing well.
I try your new custom actions in GPTs,
I followed exactly this instruction but it doesn't works.
https://blog.apify.com/add-custom-actions-to-your-gpts/

But I encounter an error.

LLm error message:
It seems there was an error with the API call. The query parameter should be a string, but it appears there was a mismatch in the expected format. Let's try again with the correct format. I will adjust the query and resend the request.

[debug] Calling HTTP endpoint
[debug] Response received
Talked to
I encountered an issue with the API call due to insufficient permissions. Currently, I'm unable to complete the request to find the best Italian restaurants in New York City using the api.apify.com API.

If you have specific parameters or preferences for the search, you can manually search online or I can assist you with information on Italian restaurants based on general knowledge. Let me know how you'd like to proceed!


error response :
[debug] Calling HTTP endpoint
{
"domain": "api.apify.com",
"method": null,
"path": null,
"operation": "google_search_scraper",
"operation_hash": "",
"is_consequential": true,
"params": {
"queries": "best coffee shops in New York",
"maxPagesPerQuery": 1,
"resultsPerPage": 10
}
}
[debug] Response received
{
"function_name": "google_search_scraper",
"domain": "api.apify.com",
"message": "The requested action requires approval",
"action_id": "g-b0580fdcd2580b432a93388ef8c923b22c7ffa60"
}
[debug] Calling HTTP endpoint
{
"domain": "api.apify.com",
"method": null,
"path": null,
"operation": "google_search_scraper",
"operation_hash": "",
"is_consequential": true,
"params": {
"queries": "best coffee shops in New York",
"maxPagesPerQuery": 1,
"resultsPerPage": 10
}
}
[debug] Response received
{
"response_data": "UnrecognizedFunctionError: google_search_scraper"
}

Can you help me to solve this
4 comments
L
L