Damianonymous / ChaturbateRecorder

86 stars 43 forks source link

getOnlineModels in main file will only retrieve first 254 models #3

Open HolyMess opened 4 years ago

HolyMess commented 4 years ago

The getOnlineModels method as used in the main file (which is totally different from the one in getModels.py, latter goes the direct way) is working strange:

It will first try to get the first 127 models (which seems to be the max value, I have checked) by /session/start .. then it will get the next 127 models by /session/next .. but after that it will always raise an exception with something like session invalid. Meaning if your model is listed e.g. at position 300, it might be online, but this method will return it is not.