biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
127 stars 82 forks source link

Tweet Profiler - Unknown error: JSONDecodeError #598

Closed CarolinaNieto-thomascook closed 2 years ago

CarolinaNieto-thomascook commented 3 years ago

Describe the bug Unknown error in Tweet Profiler

To Reproduce Steps to reproduce the behavior:

  1. File CSV File import
  2. select columns
  3. Corpus
  4. Preprocess Text
  5. Sentiment Analysis
  6. Tweet Profiler
  7. Unknown error

Expected behavior Description of emotions

Orange version: Orange - version 3.27.1

Captura de Pantalla 2020-11-15 a la(s) 16 10 21 Captura de Pantalla 2020-11-15 a la(s) 22 43 48 Captura de Pantalla 2020-11-15 a la(s) 16 10 21

djukicn commented 3 years ago

Could you provide the data you used (if it's not private) and the workflow?

CarolinaNieto-thomascook commented 3 years ago

Could you provide the data you used (if it's not private) and the workflow?

ZIP.zip

Here I attached the information data and workflow

djukicn commented 3 years ago

The issue is that the server where the models for Tweet Profiler are running sometimes returns an error. These models are still running on old servers and are planned to be moved to the new server soon. The error actually happens only occasionally and without any apparent pattern. I noticed that it seems to happen only when running on larger datasets. Until the models are migrated to new servers, you could try splitting the dataset into smaller chunks and joining the results but it's not guaranteed to work.