Join Discord
Powered by
Error Updating Assistant
# support
h
Haii
03/15/2025, 2:41 AM
I keep getting this error when trying to update the setting on my assistants. Also each time I update the settings they do not save.
https://cdn.discordapp.com/attachments/1350297746694869067/1350297747139461200/Screenshot_2025-03-15_at_12.38.51_pm.png?ex=67d63a46&is=67d4e8c6&hm=d7bbdf952045bf5c8e3ca57e461947e44e10844cf02ded1c22b85f9a16cf7f41&
v
Vapi Support Bot
03/15/2025, 2:42 AM
Hi there! I can see you're having trouble with updating your assistant settings 👋 The error message "transcriber.property numerals should not exist" indicates that there's an unexpected property in your configuration. This typically happens when your request includes properties that aren't expected by the API. ## How to fix this: 1.
Check your transcriber configuration
- The error specifically mentions that a property called "numerals" exists in your transcriber settings but shouldn't be there. You'll need to remove this property from your configuration [source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1340832089351782563
). 2.
Verify your API payload
- Make sure your request structure matches what's expected in the API documentation. Similar errors have been resolved by removing unexpected properties from request payloads [source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333880245681393756
). As for settings not saving, this could be due to: -
UI bugs
- There have been reports of UI glitches where settings appear to save but disappear after refreshing or navigating away [source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336339138898694184
). -
API call formatting
- If you're using the API, ensure you're properly formatting your PATCH requests. Nested properties can be overwritten if only new values are sent [source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334944779850485790
). -
Try refreshing
- Some users report that settings changes only persist if you refresh the page immediately after saving [source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341692740454584331
). Let me know if you need more specific help with your configuration! Sources:
Vapi Support Bot
03/15/2025, 2:42 AM
- [Discord Thread API Documentation](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1340832089351782563
) - [Discord Thread Property Errors](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1333880245681393756
) - [Discord Thread UI Glitches](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336339138898694184
) - [Discord Thread API Call Issues](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334944779850485790
) - [Discord Thread Caching and Refreshing](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341692740454584331
)
a
Aniah
03/15/2025, 11:49 AM
@Liv Refresh your browser to avoid this. Let me know how it goes for you.
Previous
Next