Skip to content

fix: resolve 500 error on generate-proxy (malformed cookie, session r…#20

Open
Myrarc wants to merge 1 commit into
flowese:mainfrom
Myrarc:main
Open

fix: resolve 500 error on generate-proxy (malformed cookie, session r…#20
Myrarc wants to merge 1 commit into
flowese:mainfrom
Myrarc:main

Conversation

@Myrarc
Copy link
Copy Markdown

@Myrarc Myrarc commented May 20, 2026

…euse, retry)

Breaking changes: None. Fully backward-compatible.

Bugfixes:

  • Malformed Cookie header fixed: '; sb-api-auth-token' -> 'sb-api-auth-token' (leading semicolon broke Udio's cookie parser, causing 500 Server Error)

  • Added requests.Session with connection reuse (was creating new TCP socket per request, triggering anti-bot heuristics)

  • Exponential backoff retry for 500/502/503/504 (was: fail immediately)

  • Error output now shows Udio's response body (was: just status code)

  • Updated User-Agent from Chrome 123 -> 125

New features:

  • Optional cloudscraper support (pip install cloudscraper, use_cloudscraper=True)
  • Configurable timeout, max_retries, proxies
  • Python logging instead of print()

Refs: #7

…euse, retry)

Breaking changes: None. Fully backward-compatible.

Bugfixes:
- Malformed Cookie header fixed: '; sb-api-auth-token' -> 'sb-api-auth-token'
  (leading semicolon broke Udio's cookie parser, causing 500 Server Error)

- Added requests.Session with connection reuse (was creating new TCP socket
  per request, triggering anti-bot heuristics)

- Exponential backoff retry for 500/502/503/504 (was: fail immediately)

- Error output now shows Udio's response body (was: just status code)

- Updated User-Agent from Chrome 123 -> 125

New features:
- Optional cloudscraper support (pip install cloudscraper, use_cloudscraper=True)
- Configurable timeout, max_retries, proxies
- Python logging instead of print()

Refs: flowese#7
@Myrarc
Copy link
Copy Markdown
Author

Myrarc commented May 20, 2026

/claim #7

@opirebot
Copy link
Copy Markdown

opirebot Bot commented May 20, 2026

👀 We've notified the reward creators here.
Make sure your payment account is ready to receive the payment for your hard work 💪

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

Successfully merging this pull request may close these issues.

1 participant