EEXCESS / chrome-extension

Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
2 stars 2 forks source link

Error occurs often when visiting some pages #54

Closed mgrani closed 8 years ago

mgrani commented 8 years ago

On some Wiki pages if often do not receive results. Instead an "Error" is shown.

One example is: https://en.wikipedia.org/wiki/Roman_aqueduct (e.g. Paragraph Romes Aqueducts).

Also, the behaviour of the recommender becomes quite unpredictable. Could it be that the recommender hits already a limit?

mgrani commented 8 years ago

it might be also related to the privacy level. increasing it gives sometimes really unrelated results :) My privacy settings have been medium. It seems to correlate with longer paragraphs/longer lists of entities.

mgrani commented 8 years ago

Just chekced it: Privacy Proxy throws a 500 error.

schloett commented 8 years ago

just to be sure: the errors occur also on privacy level "low"? (In that case, obfuscation is turned off)

mgrani commented 8 years ago

no, the error did not occur now. We should rename low to None and medium to low. so the semantic is clear.

ThomasCerq commented 8 years ago

It was a problem related to PEAS. It came from the fact that it's sometimes impossible to generate fake queries that do not have keywords in common. I fixed it but relaxing this condition when it's not possible to achieve it. It works fine when the query generated from the paragraph Michael mentioned. Can someone check out if it works as expected, and close the issue if it does?

schloett commented 8 years ago

In order to know which steps I need to carry out to update to the new version: The changes have been applied to PEAS, so a updating the code via bower should do the job?

ThomasCerq commented 8 years ago

Yes, bower update should do.

schloett commented 8 years ago

Seems fine now. Updated extension is under deployment (v1.4.1).