lossless1024 / StreaMonitor

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

Public SM shows return error: "tuple indices must be integers or slices, not str" #125

Open rydiy opened 7 months ago

rydiy commented 7 months ago

More specifically, the script can see the online/offline/public/private state of accounts, and correctly reports them. When an account is online and in a Private Show that state is reported every 2-3 seconds in the log. But as soon as the account returns to public, no recording occurs, and the log is filled with the error:

Can't get playlist, got some error: tuple indices must be integers or slices, not str

throwawayuser111 commented 7 months ago

Looks like SM restricts viewing to logged in users now. But I'm guessing there's still a way to bypass it. other SM clone sites have the cam video visible.

rydiy commented 7 months ago

fwiw i observed this issue in StreaMonitor weeks ago, before the recent change you described. (perhaps the two issues are linked, and restrictions on api access were introduced first, and only later extended to their main webpage, but that's just speculation on my part.)