Kevin Huy Trinh
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`...  It should be a bunch...