🌍 Sentiment analysis over real-time social media data, rendering live charts to visualise trends
- lissy93 closed issue #35 Issueissue in yarn run configLI
- lissy93 closed issue #34 IssueUI issue, need help on thisLI
- lissy93 closed issue #32 IssueFR: Docker-compose + DockerfileLI
- lissy93 closed issue #31 IssueError on start: Bad Twitter streaming request: 401LI
- LI
- lissy93 closed issue #25 IssueCritical Security Alert: Event StreamLI
- lissy93 closed issue #29 IssueReplace bower components with node modulesLI
- lissy93 commented on issue #37 Commenthavenondemand.com API
It did used to use it, but not any more since Haven no longer works, now I use my own sentiment-analysis algorithm :)
LI - lissy93 commented on issue #37 Commenthavenondemand.com API
Yeah Haven on Demand has been depricated, I wrote my own module which can do simple Sentiment Analysis ofline (see sentiment-analysis), but for more advanced stuff I recomend taking a look at Google …
LI - lissy93 closed PR #36 PRLI
- lissy93 commented on issue #34 CommentUI issue, need help on this
Hi @GRMK11 This looks like an issue with Bower, probably because it is in the process of being deprecated. So to get around it, install d3.tip and any other frontend modules you'd like to use, with n…
LI - lissy93 commented on issue #33 CommentWatson tone analyzer is not working
Hi @GRMK11 So the older SDK is now deprecated by IBM, (see their change log). But they have now got an official Node package (which they didn't have when I wrote app, hence I have to integrate with t…
LI - lissy93 commented on issue #30 Commentd3.tip is not a function error
Yeah, looks like you've not configured it. Use examples from online documentation, or elsewhere in the app if your unsure how. You'll also need this referenced, if you've not got it already: https://…
LI - lissy93 commented on issue #30 Commentd3.tip is not a function error
Ah, that's a bower issue. Bower is basically dead, so you need to install tippy yourself, it's easy, just follow the steps in the documentation. Hope that helps 😃 Alicia 🚀
LI - lissy93 closed issue #27 IssueHeat map is brokenLI
- lissy93 commented on issue #27 CommentHeat map is broken
This also is an API issue. Google Maps now requires an API key for a client-side embedded map. As per this example from the documentation: <script async defer src="https://maps.googleapis.com/maps/ap…
LI - lissy93 closed issue #28 IssueHome page hexagons don't fill screen witchLI
- lissy93 closed issue #26 IssueTrending Page: Place Not FoundLI
- lissy93 commented on issue #26 CommentTrending Page: Place Not Found
Turns out this was just an API key issue 😌 In the future, this issue should be reopened, as it would be good to get a more useful error message. This also will involve changes to be made to external…
LI - lissy93 opened issue #29 IssueReplace bower components with node modulesLI
- lissy93 opened issue #28 IssueHome page hexagons don't fill screen witchLI
- lissy93 opened issue #27 IssueHeat map is brokenLI
- lissy93 opened issue #26 IssueTrending Page: Place Not FoundLI
- lissy93 opened issue #25 IssueCritical Security Alert: Event StreamLI
- lissy93 commented on issue #24 Comment#error After running NPM RUN CONFIG
Should work fine in any dev environment. I have the prod demo working on a CentOS server but did the development for this app across Windows and Debian. Are you using a VM? If you come across any iss…
LI - lissy93 commented on issue #24 Comment#error After running NPM RUN CONFIG
Also, for future reference when raising an issue (@nithin7vnnr): Include system details, and exact software versions (Node, npm, OS, etc..) Include the exact command you ran (aka not NPM RUN CONFIG, …
LI - lissy93 commented on issue #24 Comment#error After running NPM RUN CONFIG
From that stack trace, looks like everything generated just fine. All that happened is that it couldn't open your text editor (because you're on Unix). Feel free to send a pull request containing you…
LI - lissy93 commented on issue #23 CommentServer automatically terminates when Entity Extraction Link is clicked [Error Log attached]
Closing due to no response, and not able to reproduce this issue in any environment
LI - lissy93 commented on issue #23 CommentServer automatically terminates when Entity Extraction Link is clicked [Error Log attached]
Thanks for raising, and for attaching the error log, but I'm unable to recreate this. And it seems to be working fine in the live environment too. Try updating your dependencies. If the issue still p…
LI - lissy93 commented on issue #20 CommentExplain me step 4
Closing this issue, because it's not an issue.
LI - lissy93 commented on issue #21 CommentError: Cannot find module '../public/data/all_sentiment_results_edwardsnowdon.json'
You need to run the build scripts, to generate these files. Here are the build instructions: https://github.com/Lissy93/twitter-sentiment-visualisation/blob/dev/docs/installation-instructions.md
LI - LI
- lissy93 commented Comment
Fix for issue #19 Maybe not ideal, but it was easy and works nicely (and it's been a longgggg day 😫)
LI - lissy93 commented on issue #8 CommentNPM Run Config Error
Fixed. May require further cross-system testing, so please re-open if the same error is still occurring in your specific environment (and give full details for your setup, so we can try and reproduce…
LI - lissy93 commented on issue #15 CommentProblem while reading keys
This doesn't seem to be a reproducible, or re-occurring problem, so unless you can provide some further info, or steps to reproduce, closing for now
LI - lissy93 commented on issue #17 CommentAction required: Greenkeeper could not be activated 🚨
not relevant, since Greenkeeper is stupid, and didn't want to use it anyway. Closing
LI - lissy93 closed issue #19 IssueStreaming is slower than it should be, when accessing the site via mapped domainLI
- lissy93 commented on issue #19 CommentStreaming is slower than it should be, when accessing the site via mapped domain
Fixed in commit: b2c84ab Cause This issue was caused by socket.io V 2.0+ is not backward compatible. Solution The ideal fix would have been to verify all handshakes and/or make the app fully SL compa…
LI - lissy93 opened issue #19 IssueStreaming is slower than it should be, when accessing the site via mapped domainLI
- lissy93 commented on issue #18 CommentDoesn't work so well on mobile devices
Demo site is now update too: http://sentiment-sweep.com/ I'll also make the now page responsive too, but probably not until next weekend
LI