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

Desired result for "from the end"? #35

Closed
k20stitch opened this issue Feb 7, 2018 · 3 comments
Closed

Desired result for "from the end"? #35

k20stitch opened this issue Feb 7, 2018 · 3 comments

Comments

@k20stitch
Copy link
Contributor

After initially searching from the last page, is the desired result to then just search the first page only? Just trying to confirm what i see in my logs.

@k20stitch k20stitch changed the title Desired result for "from the back"? Desired result for "from the end"? Feb 7, 2018
@Bappsack
Copy link
Contributor

Bappsack commented Feb 8, 2018

Idk, what u mean exactly.

Bot tries to find the Last Page with
If( Pagesize = 100)
{
//goto Nextpage
}
Else
{
//Last Page Found, searching this Page
}

@k20stitch
Copy link
Contributor Author

My logs show

Page 1 keep going
Page 2 keep going
Page 3 keep going
Page 4 keep going
Page 5 keep going
Page 6.... this is the last page, look for trade
Can’t find trade go to page 5
Can’t find trade go to page 4
Can’t find trade go to page 3
Can’t find trade go to page 2
Can’t find trade go to page 1
Can’t find trade go to page 1
Can’t find trade go to page 1
Can’t find trade go to page 1
Can’t find trade go to page 1
Can’t find trade go to page 1
Can’t find trade go to page 1

It makes sense since if you didn’t find anything on the last pages then you’re all caught up and you should only be looking at the first page but I’m just trying to clarify if this is by design or a bug/feature

The only way it ever goes back to the last page is if you stop and start the bot... or a trade is found.

@Bappsack
Copy link
Contributor

Bappsack commented Feb 9, 2018

thats how it works, new request will show on Page 1, if some1 deposit it while the bot searching it will be on Page 1.

QualityQuestion pushed a commit to QualityQuestion/Ledybot that referenced this issue Aug 4, 2021
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

2 participants