Skip to content
New issue

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

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

Already on GitHub? # to your account

Rate Limited and 403 response #184

Open
1 task done
ganesh-arumugam opened this issue Jan 8, 2025 · 3 comments
Open
1 task done

Rate Limited and 403 response #184

ganesh-arumugam opened this issue Jan 8, 2025 · 3 comments
Assignees

Comments

@ganesh-arumugam
Copy link

ganesh-arumugam commented Jan 8, 2025

Before submitting please make sure:

  • I have checked all of the other issues and there is no duplication of this issue.

Environment:

  • What environment are you using? (Github codespaces, local run, docker, etc...)
  • What version of the app are you running? (when you start it should say the version of the app)
    Github codespaces, latest version

Describe the bug
A clear and concise description of what the bug is.
When using a manual auth token, it gets rate limited.

To Reproduce
Steps to reproduce the behaviour:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behaviour
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context

[01/08/2025 1:36:32] WARNING -> Got rate limited, sleep for 10s...
[01/08/2025 1:36:42] WARNING -> Got 403 status code
[01/08/2025 1:36:42] Endpoint: /api/Booking
[01/08/2025 1:36:42] ERROR: <html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>Microsoft-Azure-Application-Gateway/v2</center>
</body>
</html>

{
  'Content-Type': 'application/json;charset=UTF-8',
  Origin: 'https://public.txdpsscheduler.com',
  Referer: 'https://public.txdpsscheduler.com',
  Authorization: '-------'
}
[01/08/2025 1:36:42] WARNING -> Got rate limited, sleep for 10s...
[01/08/2025 1:36:52] WARNING -> Got 403 status code
[01/08/2025 1:36:52] Endpoint: /api/Booking
[01/08/2025 1:36:52] ERROR: <html>
Copy link

Branch issue-184-Rate_Limited_and_403_response created!

@phamleduy04
Copy link
Owner

phamleduy04 commented Jan 8, 2025

  • When you login for manual token, do you use the same infomation that on the config file? (first name, last name, last 4 ssn, dob)?

@WenshuGao
Copy link

I tried the manual token method as well as the solver method both gave 403 code..

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

No branches or pull requests

3 participants