DerBunteBall
DerBunteBall
@lossless1024 Found stuff like this with MFC models: ``` (1920, 1080) 7328000 (1920, 1080) 4928000 (1280, 720) 2728000 (640, 360) 1528000 (320, 180) 878000 ``` Format is ``` Resolution Tuple...
Did it work earlier? How much performers do you have in list?
I don't think that this is due to a limitation by the requests module. This should appear after starting the app because in this case all performers get check and...
This occures because getStatus method fails because share.myfreecams.com requires login now.
I'm not the one to ask for that. The share.myfreecams.com site was used because relevant information were output in HTML. The cam page must have the same information. By a...
Normally this should be possible with quoting or escaping: ``` python3 Controller.py add "usernmae#!" ``` or ``` python3 Ctonroller.py add username\#\! ```
Please try this as the username: ``` -costa-rica-%23%21 ``` I guess the problem is line 22 in the bongacams.py file. Here a URL-encoded string is concatinated. But the part which...
Yes..... That's because the logging explodes because of the % sign. That's related to string formatting which is a chaos in the code. Just cleanup your config.json and start the...
As a hint (I saw this as I closed all my test tabs): It seems that the real username which will always work is shown in the tab title. So...
Such errors are often related to cache stuff. Clear the python cache files e.g. in ```__pycache__``` folder and try again. Also try to setup a virtual environment. On macOS everything...