lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
198 stars 52 forks source link

what is Rate limited and how to fix it? #75

Closed vduong421 closed 1 year ago

vduong421 commented 1 year ago

There is Rate limited on chaturbate recording and it cannot be recorded

DerBunteBall commented 1 year ago

This happens when the API blocks the request.

The Chaturbate Request works normally.

The issue is normally related to the following things:

  1. Too much models in list.
  2. IP itself is blocked.
  3. Subnet is blocked or limited (mostly cloud providers, VPN and so on).

To fix this you need a "clean IP" and have not much models in list.

vduong421 commented 1 year ago

gotcha thanks