Kevin Huy Trinh

Results 4 comments of Kevin Huy Trinh

> I would like to work on this issue. Please comment 'Yes' so that I will start working on it. @KevinTrinh1227 Yes

> For anyone still having this this issue, I fixed it by enabling http on the legacy 9000 port. > > docker run -d -p 8000:8000 -p 9443:9443 -p 9000:9000...

Hello @ezequiel-kl, Thank you for reaching out! So the way I designed it to work is that it uses a web driver to "hard scrape" the API from Prize Picks....

Hmm im not sure why it's doing that. Try adding this line of code in the for loop: ```py print(type(item)) ``` Inside the `./utils/json_parser.py`... ![image](https://github.com/KevinTrinh1227/Prize-Pick-Predictions/assets/48145892/f78634f4-aca9-4606-ae65-ae0addd9603b) It should be a bunch...