cloudpipe / cloudpipe/cloudpickle
TypeError: __init__() missing 2 required positional arguments: 'e' and 'http_resp'
Open
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 195
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 1
Description
TypeError: __init__() missing 2 required positional arguments: 'e' and 'http_resp'
```
e = ApiResponseInvalidError(Exception("test"), RequestsResp())
p = cloudpickle.dumps(e)
loaded_e = cloudpickle.loads(p)
print(loaded_e)
```
**My code is quite complex and difficult to post. I want to know how to locate it and why there are errors**
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.