Yaya Liang
Yaya Liang
`main()` is not included in the file. Should be: ```python def main(): with Path(filepath).open("rb") as fp: image_binary = fp.read() response = requests.post( PINATA_BASE_URL + endpoint, files={"file": (filename, image_binary)}, headers=headers, )...
Hi, I was trying to run the `create_metadata.py`, but got the error saying the `len(Advanced_Collectible)-1` is out of range. More details of the error is shown as below. I tried...
### Describe the bug Unable to import the `speechly` package ### Steps to reproduce Steps to reproduce the behavior: 1. Go to my codebase 2. Use `swift package init` 3....