Skip to content
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

Using Posit Cloud with hoopR - having issues #142

Open
thaydye opened this issue Jan 24, 2024 · 5 comments
Open

Using Posit Cloud with hoopR - having issues #142

thaydye opened this issue Jan 24, 2024 · 5 comments

Comments

@thaydye
Copy link

thaydye commented Jan 24, 2024

Hi,

I've been using hoopR with local workstation on Rstudio. I recently tried to run my scripts on Posit Cloud, which is a Rstudio on the cloud. I installed the hoopR package and updated it to the latest version. My issue is that some functions work and some do not. I am very confused as what might be the issue. Has anyone seen an issue like this as well?

As can be seen below, the nba_todays_scoreboard() function works fine, but the nba_scoreboardv3() function has an issue.
I also tried nba_leaguestandings() function and having an issue.

I am confused as it works fine on my local station but limited on the cloud.

nba_scoreboardv3(league_id = "00",game_date = "2023-03-26")
2024-01-24 21:17:39.060068: Invalid arguments or no scoreboard v3 data for 2023-03-26 available!
Error in nba_scoreboardv3(league_id = "00", game_date = "2023-03-26") :
object 'games' not found
today_gamesandscores<-nba_todays_scoreboard()

Standings<-nba_leaguestandings(league_id='00',season=year_to_season(most_recent_nba_season()-1))
2024-01-24 21:34:29.279034: Invalid arguments or no league standings data for 2023-24 available!
Error in nba_leaguestandings(league_id = "00", season = year_to_season(most_recent_nba_season() - :
object 'df_list' not found

@mpcen
Copy link

mpcen commented Feb 19, 2024

@thaydye ever figure this out?

@thaydye
Copy link
Author

thaydye commented Feb 20, 2024 via email

@mpcen
Copy link

mpcen commented Mar 17, 2024

having the same issue. Works fine on my local computer but doesn't work on a remote vm

@thaydye
Copy link
Author

thaydye commented Mar 18, 2024 via email

@mpcen
Copy link

mpcen commented Mar 18, 2024

I wanted to send a message to Posit Cloud to ask them to look into it but I couldn't find an email address for customer support. Were you able to find any custom support information?

On Sun, Mar 17, 2024, 8:23 AM Manny Martinez @.> wrote: having the same issue. Works fine on my local computer but doesn't work on a remote vm — Reply to this email directly, view it on GitHub <#142 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZVMAULMGSO7CNFMQGSM4CDYYWYQJAVCNFSM6AAAAABCJO2YUGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBSGUYDOOBZGU . You are receiving this because you were mentioned.Message ID: @.>

I haven't used Posit Cloud but im using Azure VM's. I think it has something to do with Outbound Network settings. Will look more into it tonight. I'd imagine its something similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants