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

Robyn not working anymore during "Calculating response curves for all models' media variables (615)." #815

Closed
federicoSalaVv opened this issue Sep 13, 2023 · 2 comments
Assignees

Comments

@federicoSalaVv
Copy link

Project Robyn

Describe issue

Since yesterday afternoon (CET timezone), all our Robyn trainings and allocations stopped working with error:

Error in { : task 1 failed - "argument is of length zero"
Calls: robyn_outputs ... robyn_pareto -> %dorng% -> do.call -> ->

Since we use Robyn through a docker file:
RUN echo "r <- getOption('repos'); r['CRAN'] <- 'http://cran.us.r-project.org'; options(repos = r);" > ~/.Rprofile
RUN Rscript -e "install.packages('remotes');"
RUN Rscript -e "install.packages('extrafont');"
RUN Rscript -e "install.packages('reticulate');"
RUN Rscript -e "remotes::install_github('facebookexperimental/Robyn/R');"
RUN Rscript -e "install.packages('ggplot2');"
RUN Rscript -e "install.packages('data.table');"
RUN Rscript -e "install.packages('stringr');"
RUN Rscript -e "install.packages('bigrquery');"
RUN Rscript -e "install.packages('bursts');"
RUN Rscript -e "install.packages('jsonlite');"
RUN Rscript -e "install.packages('foreach');"

We want to be sure you haven't changed anything on the latest working version, can you please check it?

facebook-github-bot pushed a commit that referenced this issue Sep 13, 2023
usecase error that compared NULL value with character
@gufengzhou
Copy link
Contributor

Hi, thanks for reporting this. I just pushed a fix and it worked on my side. would you please test and confirm.

@federicoSalaVv
Copy link
Author

Hi, it looks like the issue is resolved, thank you!

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