-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tm_player_market_values command: country/ies not found #398
Comments
This is some strange behaviour on the Transfermarkt site... the data displayed at the URL for the 2024 season is the same as the data for the 2023 season: 2024 Season: 2023 Season: Will close this issue and once the J-League gets into their current season, I'm sure this will rectify itself |
Hi JazeViz! |
Can I contribute in any way to help fix this issue? e.g.,
or
Thank you! |
Hey there, More than happy for you to have a go at building a solution. Feel free to create a PR on either this repo, or the Thanks |
Hello,
I'm using the version 0.6.6.0000 of worldfootballr.
I have a similar issue to the one reported here. When I use the tm_player_market_values command, several countries don't work (e.g., Argentina, United States, Japan).
For example, when using:
JP1 <- tm_player_market_values(country_name = c("Japan"),start_year = 2024)
I get the following error:
Alternatively, when I try:
JP1 <- tm_player_market_values(country_name = "", start_year = 2024, league_url = "https://www.transfermarkt.com/j1-league/startseite/wettbewerb/JAP1")
I encounter this error:
Is there any way to resolve this issue?
A couple of weeks ago, I tried adding several league links to the CSV file mentioned in the error, but I'm not sure if helped.
Thank you so much!
The text was updated successfully, but these errors were encountered: