Brenly
Brenly
Update. This issue is still ongoing with Chrome. Chrome does eventually detect OBS virtual but it takes a few minutes. I am not sure what causes it to eventually work,...
session.likes_remaining returns a 401 error in Python 3.6. Am I doing something wrong?
EDIT: Nevermind, reinstalled from source. Played around with it. It works now.
to fix the 401 error i found I was not using positional arguments in function header/ calls in pynder. My Facebook script was perfect but when it passed through pynder...
@bitcoin4cashqc Try to branch from my code. There is a proof of concept on my github. Positional arguments occur in function calls. They are a specific type of way to...
@pietheinn Yes, i recloned the git. I typically actually just use my own personal facebook for testing / proof of concept since I'm very careful with cool down timers and...
I am having this problem as well. Can someone explain the syntax difference between a GET and POST request in the scope of this git project? This help file I...
https://github.com/brenly/pynderscripting/blob/master/session_start.py
I am going to be trying out other peoples code and will post any developments if I resolve my own issue.
Just wanted to get back to this thread. The advice from @avbanks was helpful and worked! It got me past the 401 error. Thank you! my working code as below:...