Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Job History'd URL Lists become blank after pressing "start" #6

Open
flores opened this issue Aug 24, 2012 · 4 comments
Open

Bug: Job History'd URL Lists become blank after pressing "start" #6

flores opened this issue Aug 24, 2012 · 4 comments

Comments

@flores
Copy link
Contributor

flores commented Aug 24, 2012

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.

@andrewvc
Copy link
Owner

Ah good catch, yeah, it's not restoring correctly.

@andrewvc
Copy link
Owner

This is actually a UI bug.

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.

@andrewvc
Copy link
Owner

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.

@andrewvc
Copy link
Owner

I'm gonna revise the spec, instead of uploading a file you'll be available to specify the URL of a file which workers can download and run against.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant