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

Dont get announcements. #54

Closed
ankx22 opened this issue Jan 28, 2024 · 0 comments
Closed

Dont get announcements. #54

ankx22 opened this issue Jan 28, 2024 · 0 comments

Comments

@ankx22
Copy link

ankx22 commented Jan 28, 2024

Debug Log:
2024-01-28 21:47:12.774 UTC - Weather API Call - Status: 200 OK
2024-01-28 21:47:12.895 UTC - OpenAI GPT API Call - HttpClient Error: 404 NOT_FOUND - {
"error": {
"message": "The model gpt-4 does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}

2024-01-28 21:47:12.973 UTC - OpenAI TTS API Call - HttpClient Error: 429 TOO_MANY_REQUESTS - {
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}

internal server error

Request Data:
{
"openAiApiKey": "xxxxxxxxx",
"flightCrewArray": [
{
"firstName": "Walter",
"lastName": "Carrillo",
"position": "Captain",
"gender": "male",
"voice": "onyx",
"$$hashKey": "object:55"
},
{
"firstName": "Anna",
"lastName": "Pitts",
"position": "First Officer",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:56"
},
{
"firstName": "Emma",
"lastName": "Russell",
"position": "Lead Flight Attendant",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:57"
},
{
"firstName": "Annie",
"lastName": "Beck",
"position": "Flight Attendant 2",
"gender": "female",
"voice": "nova",
"$$hashKey": "object:58"
},
{
"firstName": "Alice",
"lastName": "Steele",
"position": "Flight Attendant 3",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:59"
},
{
"firstName": "James",
"lastName": "Carter",
"position": "Flight Attendant 4",
"gender": "male",
"voice": "echo",
"$$hashKey": "object:60"
},
{
"firstName": "Alice",
"lastName": "Bullock",
"position": "Gate Attendant",
"gender": "female",
"voice": "shimmer",
"$$hashKey": "object:61"
}
],
"airline": "",
"flightNumber": "SJE857",
"currentDateTime": "2024-01-28T21:47:08.596Z",
"departureIcao": "VABB",
"arrivalIcao": "VOMM",
"arrivalTime": "2024-01-28T05:03:04.000Z",
"flightLevelString": "VABB/0370",
"announcementType": "cruise",
"scheduledBoardingTime": "2024-01-28T02:35:00.000Z",
"scheduledDepartureTime": "2024-01-28T03:05:00.000Z",
"aircraftName": "B737-800"
}

@ankx22 ankx22 closed this as completed Jan 28, 2024
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

1 participant