Artur Khusaenov

Results 10 comments of Artur Khusaenov

Hi @JaseZiv, I have the same issue with functions that extracts data from FBref. I've tried different networks and different laptops, but it throws `HTTP error 403` anyway. I didn't...

Thanks for reopening the issue and investigating it. ```R library(worldfootballR) library(lubridate) library(dplyr) countries % select(Date, Time, Home, Away) history % filter(Date < lubridate::today()) %>% select(Date, Home, Away, HomeGoals, AwayGoals) write.csv(fixture,...

The version is 0.5.7. The output: ``` Response [http://httpbin.org/user-agent] Date: 2022-08-03 06:09 Status: 200 Content-Type: application/json Size: 61 B { "user-agent": "libcurl/7.79.1 r-curl/4.3.2 httr/1.4.3" } ```

Unfortunately, it doesn't help. If I place `httr::GET("http://httpbin.org/user-agent")` after the code you proposed, then I see that my user agent has changed. However, I still get the same error :/

hi @fdjkdf what do you mean by printing scores? if you provide me with more details about the problem you are trying to solve, I might be able to help...

You added a unique URL generated and will work only for you. I am closing this pull request.

I am closing this pull request because the change is incorrect. `download.sh` reads user input and sets it in `PRESIGNED_URL`, but you replaced it with your own URL.

@Hyperblaster had the same issues but gave up trying to make it work. take a look at https://github.com/artiebits/pdf-to-printer

Apologies for the delay, will review it today @chanmathew @lubiah

New version, 1.7.1, has been published. Please test it and let me know if it doesn’t fix the issue. Thanks everyone!