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
I'd like to replay some of the tests we've already conducted.
a) Job History -> select a job
b) I correctly see results in Engulf.
c) Click "Playback"
d) url list becomes empty and "Playback" turns to "Live". I figure I am doing this step incorrectly.
e) Repeat a)
f) Click "Start"
g) url list becomes empty and I get an error stating "Error processing request: java.lang.Exception: Markov corpus must contain at least 2 URLs. Got: 0"
Either c) or f) should repeat the test.
The text was updated successfully, but these errors were encountered:
So, engulf only stores the final result in the interest of space (it used to store them all, but I decided against keeping that feature around for the time being because it generates a LOT more data than most people want).
The playback button is poorly named, it's really a toggle, going between 'live' and 'playback'. So clicking playback takes you back to 'live' mode. I need to rethink the UI here.
I'll close this out once I've fixed the UI to not be confusing.
FWIW in 'live' mode, you see jobs started by anything, whether it's you, an API client, or another browser. There needs to be some way of getting into live mode somewhere.
I'd like to replay some of the tests we've already conducted.
a) Job History -> select a job
b) I correctly see results in Engulf.
c) Click "Playback"
d) url list becomes empty and "Playback" turns to "Live". I figure I am doing this step incorrectly.
e) Repeat a)
f) Click "Start"
g) url list becomes empty and I get an error stating "Error processing request: java.lang.Exception: Markov corpus must contain at least 2 URLs. Got: 0"
Either c) or f) should repeat the test.
The text was updated successfully, but these errors were encountered: