Help

Re: (Error) A: Cannot deserialize 15

571 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Hunter_Parente
4 - Data Explorer
4 - Data Explorer

Hello,
I am working on writing a script for work, and as of about a week ago I ran into an error that I can’t seem to wrap my brain around. From what I can tell this doesn’t appear to be a standard JavaScript error, and I am concerned as to whether or not this correlates to some sort of change the Airtable development team may have made on the backend? Up until about a week ago a TypeError was causing some hangups, then this arose spontaneously without any changes to my code. Below is a screenshot of the error being thrown:
image

2 Replies 2

Difficult to assess without a glimpse of the actual code.

somehats
6 - Interface Innovator
6 - Interface Innovator

As Bill says, it’s hard to provide specific help without seeing the script in question, but I can tell you that this error comes from passing a function value into a scripting API that doesn’t accept functions. It might be that you’re forgetting to call the function before passing it in. Apologies for the unhelpful error message!