View Single Post
Old 10-14-2022, 11:29 AM   #7604
ipaqi
Junior Member
ipaqi began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2022
Device: Kindle Android App
Regrettably, it looks like the fix didn't fix enough. The job now fails with Error message "content-type", which I have to imagine you were pulling from the headers field in the return object. Request and response objects haven't changed.

Apparently the headers and userAgent fields have been deprecated. Can you work with that or do you need any of that info to be passed through some way to FFF?

From the new V1RequestBase constructor:
Quote:
headers: list = None # deprecated v2.0.0, not used
userAgent: str = None # deprecated v2.0.0, not used
ipaqi is offline   Reply With Quote