#RNumerai::get_leaderboard() returning errors
1 messages · Page 1 of 1 (latest)
There shouldn’t have been any API changes AFAIK could you provide more details as to what the query is doing? I can look into what might be happening
I just found that the original R package Rnumerai is not available on GitHub search anymore
and my forked version also disappeared
(update: I can still access them by entering the exact URL ... not sure what happened)
@vagrant niche bro, I fixed it. Shiny Numerati is back online now
I don't really know what happened to the original code ls_username <- sort(get_leaderboard()$username). It just stopped working suddenly. Luckily, the run_query function in R package still works so I can download all usernames with run_query("query LB {v2Leaderboard(limit: 1000000) {username}}", auth = FALSE) . Problem is solved for now 
weird, maybe it was a recent dependent package update?
