You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
open the first page of skosmos, the one containing the "Term counts by language"
What is the expected output? What do you see instead?
The "Term counts by language" continue to load and never show what it should show (the number of terms pref and alt per language).
I'm using Varnish, I do not know if this is an important information or not
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Chrome, Firefox
The text was updated successfully, but these errors were encountered:
I think that the problem is the call labelStatistics?lang=en that goes in timeout, but I do not know how to extend such timeout (if inside skosmos or in fuseki)
Fuseki datasets may have a query timeout, specified using arq:queryTimeout
Varnish has per-backend timeouts (connect_timeout, first_byte_timeout, between_bytes_timeout)
Apache has a timeout (often defaults to 120 seconds) adjustable using the TimeOut directive
You could try increasing these to see if it helps. Alternatively, you could use the skosmos:showStatistics setting to disable statistics display on the vocabulary home page.
The problem with Skosmos is that it doesn't detect when the AJAX-ish request to ask for statistics fails, and instead will just show "loading" indefinitely.
At which URL did you encounter the problem?
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The "Term counts by language" continue to load and never show what it should show (the number of terms pref and alt per language).
I'm using Varnish, I do not know if this is an important information or not
What browser did you use? (eg. Firefox, Chrome, Safari, Internet explorer)
Chrome, Firefox
The text was updated successfully, but these errors were encountered: