Skip to main content

(Error) A: Cannot deserialize 15

  • June 5, 2020
  • 2 replies
  • 9 views

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:

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • June 5, 2020

Difficult to assess without a glimpse of the actual code.


  • Participating Frequently
  • 37 replies
  • June 8, 2020

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!