stanstrup / PredRet

Shiny app for retention time prediction
GNU General Public License v2.0
9 stars 6 forks source link

The application unexpectedly exited. #75

Closed soallard closed 6 years ago

soallard commented 6 years ago

Hello,

This is the first time I try using the Predret website, after having uploaded my data when I click on the Process & Add data button I have this error message:

"The application unexpectedly exited. Diagnostic information has been dumped to the JavaScript error console."

Information on the the JavaScript console:

I have tried on different web browsers with no success.

Thanks for your help,

Sophie

stanstrup commented 6 years ago

Dear Sophie,

probably it is because the app is not very robust to the way the CSV file is formatted. You need to be sure it is really comma separated and not something else. If you send me the file I can track down the issue.

Best, Jan.

On Wed, Feb 14, 2018 at 12:07 PM, soallard notifications@github.com wrote:

Hello,

This is the first time I try using the Predret website, after having uploaded my data when I click on the Process & Add data button I have this error message:

"The application unexpectedly exited. Diagnostic information has been dumped to the JavaScript error console."

Information on the the JavaScript console:

https://user-images.githubusercontent.com/36474770/36201189-70d3ee84-117f-11e8-9395-9a1cb4713626.png

I have tried on different web browsers with no success.

Thanks for your help,

Sophie

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stanstrup/PredRet/issues/75, or mute the thread https://github.com/notifications/unsubscribe-auth/AEUpyqJvzniMgYLXy3_XJEotHf3szNfXks5tUr50gaJpZM4SFJEt .

soallard commented 6 years ago

Hello,

Here is the csv file I'am using. Thank you for your help.

Sophie

2018-02-18 15:31 GMT+01:00 Jan Stanstrup notifications@github.com:

Dear Sophie,

probably it is because the app is not very robust to the way the CSV file is formatted. You need to be sure it is really comma separated and not something else. If you send me the file I can track down the issue.

Best, Jan.

On Wed, Feb 14, 2018 at 12:07 PM, soallard notifications@github.com wrote:

Hello,

This is the first time I try using the Predret website, after having uploaded my data when I click on the Process & Add data button I have this error message:

"The application unexpectedly exited. Diagnostic information has been dumped to the JavaScript error console."

Information on the the JavaScript console:

https://user-images.githubusercontent.com/36474770/36201189-70d3ee84- 117f-11e8-9395-9a1cb4713626.png

I have tried on different web browsers with no success.

Thanks for your help,

Sophie

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stanstrup/PredRet/issues/75, or mute the thread https://github.com/notifications/unsubscribe-auth/AEUpyqJvzniMgYLXy3_ XJEotHf3szNfXks5tUr50gaJpZM4SFJEt .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stanstrup/PredRet/issues/75#issuecomment-366520160, or mute the thread https://github.com/notifications/unsubscribe-auth/AiyPkmuTvHqWTvaxHnF3wkoluLUXKIvaks5tWDRAgaJpZM4SFJEt .

stanstrup commented 6 years ago

Can you send it to my email? stanstrup@gmail.com Email attachments doesn't seem to go through.

stanstrup commented 6 years ago

the problem is that the InChI's contain commas also. Your spreadsheet program need to put quotes around the InChI's. it is basically not a valid csv file.

stanstrup commented 6 years ago

In reply to email saying the db was not running

Sorry about that. The database crashed apparently. It should work now.