joenano / rpscrape

Scrape horse racing results data and racecards.
140 stars 57 forks source link

Error in Jockey Data when Scraping #145

Closed DaleG96 closed 2 months ago

DaleG96 commented 2 months ago

When scraping a day or date period the jockey column isn't being populated correctly. It is only assigning the winning jockey and leaving blank the other runners jockeys. I'm wondering if RP have restructured their website and it's causing this issue? Everything else is populated as normal.

The previous days which I scraped on the 07/06/2024 had no issues, so this is a recent development.

joenano commented 2 months ago

what date is the error on?

DaleG96 commented 2 months ago

Hi, the error is occurring on every date that I scrape. An example of the data below: Screenshot 2024-06-13 205257

I have tried scraping previous dates which have worked fine in the past and the same error is still occurring. I've just scraped 2021/03/13 which I confirmed had been correctly scraped previously and the same issue is present.

Any help is greatly appreciated, Thanks

joenano commented 2 months ago

Should be fixed in latest.

DaleG96 commented 2 months ago

Thank you!