ropensci-archive / codefinch

:no_entry: ARCHIVED :no_entry: Share R Code on Twitter
Other
37 stars 3 forks source link

Warning: Error in : Not Found when loading the addin #1

Open luisDVA opened 7 years ago

luisDVA commented 7 years ago

Hi all,

I installed codefinch following the readme, but when I load it from either the RStudio addins dropdown or from the console I only see the app in the viewer for a few seconds before it goes blank. I can get gistr and TwitteR to work, but here I'm not sure what to do about credentials here.

This is the error message:

> codefinch:::codefinch_app()
Loading required package: shiny

Listening on http://127.0.0.1:7993
Warning: Error in : Not Found

Stack trace (innermost first):
    50: stopstatus
    49: process
    48: gist_POST
    47: gist_create
    46: <Anonymous>
    45: do.call
    44: server
     3: shiny::runApp
     2: runGadget
     1: codefinch:::codefinch_app
Error : Not Found

This is my session info:

R version 3.4.0 (2017-04-21)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] shiny_1.0.3

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.11         rstudioapi_0.6       knitr_1.16          
 [4] magrittr_1.5         xtable_1.8-2         R6_2.2.2            
 [7] rlang_0.1.1          stringr_1.2.0        httr_1.2.1          
[10] dplyr_0.7.0          pdftools_1.3         tools_3.4.0         
[13] miniUI_0.1.1         gistr_0.4.0          htmltools_0.3.6     
[16] assertthat_0.2.0     digest_0.6.12        rprojroot_1.2       
[19] tibble_1.3.3         curl_2.6             glue_1.1.0          
[22] evaluate_0.10        mime_0.5             rmarkdown_1.6       
[25] codefinch_0.0.0.9002 stringi_1.1.5        compiler_3.4.0      
[28] magick_0.4           backports_1.1.0      jsonlite_1.5        
[31] httpuv_1.3.3 

Thanks

juliasilge commented 7 years ago

I get this same error.

seankross commented 7 years ago

@luisDVA @juliasilge thank you both for trying out this project, I'll look into this error this week.

seankross commented 7 years ago

Here's the source of the issue: https://github.com/rstudio/rstudioapi/issues/64