#RNumerai::get_leaderboard() returning errors

1 messages · Page 1 of 1 (latest)

dusk ether
#

in R:

Input: lb <- Rnumerai::get_leaderboard()

Output: Error in if (nrow(result) != 1000) (break)() : argument is of length zero

Was there an update to the API in the last 24 hours? I need this info for the Shiny Numerati dashboard drop-down list feelsbadman

vagrant niche
#

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

dusk ether
#

I just found that the original R package Rnumerai is not available on GitHub search anymore pepesweat and my forked version also disappeared monkastop (update: I can still access them by entering the exact URL ... not sure what happened)

dusk ether
#

@vagrant niche bro, I fixed it. Shiny Numerati is back online now neutralized 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 pepeOK

vagrant niche