mikkel92 / Live-betting

Repository for live prediction of soccer matches
5 stars 2 forks source link

'str' object has no attribute decode #1

Open nikosvil opened 5 years ago

nikosvil commented 5 years ago

Hi mikkel92, thanks for sharing your amazing work! I have started developing code for the same purpose recently and fell into your repos, you 've done some excellent work here. I would be grateful if you could provide some assistance in an error I get while running scrape_bet365.py, I get Successfully found match data Saving match data: 'str' object has no attribute 'decode' for every match it scrapes, therefore the 2019 folder created is empty. Can you recommend anything? Thank you! Nikos

mikkel92 commented 5 years ago

Hi. Sorry I haven't paid much attention to this project lately. I will update the project the following week and see if everything runs. Then we can check if you still have the issue. I think it has something to do with python 3.x. I am running it on python 2.7.

mikkel92 commented 5 years ago

Did you solve this issue?