shinymanager icon indicating copy to clipboard operation
shinymanager copied to clipboard

Can only use Progress$new() inside a Shiny app

Open fncalderong opened this issue 8 months ago • 0 comments

Hello folks, when I try to use SQL -bigquery I get this error and the app closes once I login:

Job complete Billed: 0 B Downloading first chunk of data. First chunk includes all requested rows. Job complete Billed: 0 B Downloading first chunk of data. First chunk includes all requested rows. Job complete Billed: 10.49 MB Warning: Error in initialize: Can only use Progress$new() inside a Shiny app 74: <Anonymous> 73: signalCondition 72: signal_abort 71: rlang::abort 70: initialize 69: asNamespace("shiny")$Progress$new 68: h$add 67: cli::cli_progress_update 66: bq_job_wait 65: bq_table_upload 64: dbAppendTable 62: write_sql_db 61: save_logs 60: ui 3: runApp 2: print.shiny.appobj 1: <Anonymous>

thanks in advanced

fncalderong avatar Mar 11 '25 17:03 fncalderong