blueskyOriginal post
Rank 3: Container
I have error on function with python. Can someone help me what is going on?
Summary
User is experiencing an AttributeError when trying to access the 'bodyRaw' attribute of a 'Request' object in Python. Another user suggests checking Python examples for proper snake-case usage and mentions changing 'queryString' to 'query_string'. A solution is proposed to change 'bodyRaw' to 'body_raw' in the Python code.