KGerhardt / RecruitPlotEasy

A tool for interactive Recruitment Plot generation and viewing
4 stars 3 forks source link

GUI crashes after adding to database #6

Open Kimmmma opened 1 year ago

Kimmmma commented 1 year ago

Hi. Thank you for creating this. The GUI crashes after creating and adding genomes to the database. The screen goes grey and will not let me proceed. This is the full error/warning from R

RecruitPlotEasy() Initiating recruitment plot environment. Please wait a moment. Recruitment plots ready. Loading required package: shiny Warning: package ‘shiny’ was built under R version 4.2.1 Warning: Good news! You don't need to calluseShinyalert()anymore. Please remove this line from your code. If you really want to pre-load {shinyalert} to the UI for any reason, use: useShinyalert(force = TRUE)` This Font Awesome icon ('file-upload') does not exist:

Listening on http://127.0.0.1:5132 Warning: Error in py_call_impl: TypeError: 'NoneType' object is not subscriptable

2: runApp 1: RecruitPlotEasy

Thank you for using Recruitment Plots! Any databases you created or plots you made are stored in: C:/Users/kimsi/OneDrive/Documents`

Please help!

KGerhardt commented 1 year ago

Kimberly,

I'm working on a significant overhaul of the recruitploteasy code. The R code is essentially nonfunctional thanks to updates made to several of the packages on which the R code depends. I am migrating the GUI over to a python implementation that ought to be more stable.

I apologize, but this will take some time. I have been facing some personal issues that I have to resolve first before I can address the recruitploteasy code; however, it IS in-progress.

On Tue, Oct 4, 2022 at 12:04 PM KIMBERLEY NDLOVU @.***> wrote:

Hi. Thank you for creating this. The GUI crashes after creating and adding genomes to the database. The screen goes grey and will not let me proceed. This is the full error/warning from R

RecruitPlotEasy() Initiating recruitment plot environment. Please wait a moment. Recruitment plots ready. Loading required package: shiny Warning: package ‘shiny’ was built under R version 4.2.1 Warning: Good news! You don't need to calluseShinyalert()anymore. Please remove this line from your code. If you really want to pre-load {shinyalert} to the UI for any reason, use:useShinyalert(force = TRUE)` This Font Awesome icon ('file-upload') does not exist:

  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('plus-square') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('question-circle') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('file-upload') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('plus-square') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('question-circle') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('file-upload') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('plus-square') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('question-circle') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('save') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('save') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('save') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE This Font Awesome icon ('save') does not exist:
  • if providing a custom html_dependency these name checks can be deactivated with verify_fa = FALSE

Listening on http://127.0.0.1:5132 Warning: Error in py_call_impl: TypeError: 'NoneType' object is not subscriptable

2: runApp 1: RecruitPlotEasy

Thank you for using Recruitment Plots! Any databases you created or plots you made are stored in: C:/Users/kimsi/OneDrive/Documents`

Please help!

— Reply to this email directly, view it on GitHub https://github.com/KGerhardt/RecruitPlotEasy/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGZXG3NVLXI5AY7XMJYL5Y3WBRIR3ANCNFSM6AAAAAAQ4XEANE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Kimmmma commented 1 year ago

Of course, I understand. Thank you very much!