If the following access HTTP status code is 204, then https://github.com/oxylabs/oxylabs-sdk-python/blob/0a98cffdddd83e1bfffa3db87c05c390a91d68f9/src/oxylabs/internal/api.py#L259 the `data` variable will be `None`. https://github.com/oxylabs/oxylabs-sdk-python/blob/0a98cffdddd83e1bfffa3db87c05c390a91d68f9/src/oxylabs/internal/api.py#L273 This will result in a secondary exception.
If the following access HTTP status code is 204, then
oxylabs-sdk-python/src/oxylabs/internal/api.py
Line 259 in 0a98cff
the
datavariable will beNone.oxylabs-sdk-python/src/oxylabs/internal/api.py
Line 273 in 0a98cff
This will result in a secondary exception.