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]: bot not firing? #33

Open
1 task done
DoraGor opened this issue Feb 17, 2024 · 5 comments
Open
1 task done

[BUG]: bot not firing? #33

DoraGor opened this issue Feb 17, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@DoraGor
Copy link

DoraGor commented Feb 17, 2024

Is there an existing issue for this bug?

  • I have searched for this issue

Description of the bug

for some reason the bot doesn't seem to be working. I put 3 requests in, two of which have passed and should have fired. yet when I request a list, it says all three are still in progress.
Screenshot 2024-02-17 at 3 16 44 PM

Steps to reproduce

I used semma and via carota as the two restaurants, filled in reqD of 2.15 and 2.17 at midnight. now 3pm on 2.17 and neither have fired.

System Specs

macos ventura

Additional Context

No response

@DoraGor DoraGor added the bug Something isn't working label Feb 17, 2024
@21Bruce
Copy link
Owner

21Bruce commented Feb 20, 2024

Did you run list twice? list is not an in-place operation, i.e., you must run the command again to see if the status of anything updates, and there is often some delay between when the changes in events happen and when they are caught by list

@21Bruce 21Bruce self-assigned this Feb 20, 2024
@DoraGor
Copy link
Author

DoraGor commented Feb 20, 2024 via email

@21Bruce
Copy link
Owner

21Bruce commented Feb 23, 2024

@DoraGor Both me and the other dev have been really busy with school stuff the past two weekends. I'm unsure what's causing this new bug, could be resy using captcha or a bug in the new table type code. Either way, I think you should try cloning an older version of the bot. I think commit 60e88dd should be working if it were an issue with the table type code. If you try this and it doesn't work, then I'd really have to sit down and analyze the network response from the api layer

@DoraGor
Copy link
Author

DoraGor commented Feb 23, 2024 via email

@21Bruce
Copy link
Owner

21Bruce commented Feb 23, 2024

I understand that from your post, but the table type code is still part of the underlying networking routine to make a reservation with resy, so it still might influence it even if table types aren't set. It could just be a bug with the code that we didn't catch in testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants