biolab / orange3-text

🍊 :page_facing_up: Text Mining add-on for Orange3
Other
128 stars 84 forks source link

Tweet Profile again stopped working #295

Closed riksri1 closed 4 years ago

riksri1 commented 7 years ago
Text version

0.2.5

Orange version

3.4.5

Expected behavior

Depict the distributions

Actual behavior

Stopped working

Steps to reproduce the behavior
Additional info (worksheets, data, screenshots, ...)

orange issue

nikicc commented 7 years ago

@riksri1 sorry for your problems! I cannot reproduce this either on 0.2.5 nor on 0.2.3. Also, the server logs look ok. Does the issue still persist for you?

riksri1 commented 7 years ago

Yes its working but very slow. Sometimes getting the same error and need to restart all over again

nikicc commented 7 years ago

I'm afraid there isn't much that could be done about the speed until we move this to the new server architecture. Hopefully, we would manage to move it in the following weeks.

ajdapretnar commented 7 years ago

I can't reproduce either. It might be a RAM issue?

ajdapretnar commented 6 years ago

@acopar @nikicc Has this been moved already?

riksri1 commented 6 years ago

Yes it works now

On Mon, 16 Jul 2018, 18:49 Ajda, notifications@github.com wrote:

@acopar https://github.com/acopar @nikicc https://github.com/nikicc Has this been moved already?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/biolab/orange3-text/issues/295#issuecomment-405273157, or mute the thread https://github.com/notifications/unsubscribe-auth/ABv3ZugeOB-yHKekz3L5FGGWMWZTwNdbks5uHKf3gaJpZM4OnjZY .

riksri1 commented 6 years ago

Is there a method to connect R with orange?

riksri1 commented 6 years ago

Or any other web scraping method?

ajdapretnar commented 6 years ago

Orange uses Python and you can use Python Script widget to access Python libraries.

riksri1 commented 6 years ago

Do we have any widget for web scraping then?

kernc commented 6 years ago

The widget for web scraping is not ready yet. :laughing:

You can scrape documents with custom code into txt files which you can load with Import Documents widget.

nikicc commented 6 years ago

@acopar @nikicc Has this been moved already?

@ajdapretnar it has not been moved yet 🙈

ajdapretnar commented 4 years ago

This will be solved when and if #214 is implemented.