garycnew

Results 11 comments of garycnew

@Spekpannenkoek It's nice to see that someone actually reads my code; even, if it is from a merge request that's stuck in Lalaland (which I assumed was not world readable)....

I've discovered that I'm able to successfully exec vtop-0.5.5 directly, without the vtop wrapper, but only the cpu and memory graphs work (the pid list is blank). Moreover, is the...

I'm attempting to fix a broken Scrubs python script within my existing kodi installation. Initially, the python script I am working on couldn't find the referenced modules, but I found...

> Still don't understand what you are talking about. Normally, you don't need to manipulate `sys.path` for addon dependencies. They are added automatically if correctly referenced in `addon.xml`. An example...

> Took a long look at resolving the 403 error, with no success. The conclusion I come to is that TextNow is now using Cloudflare which is blocking python requests....

Using wget, I have confirmed that TextNow requires that both the connect.sid & _pxhd must be set to the dedicated browser session for the POST request to be successful. A...

@LongpanZhou Will you share an example of how to configure the user-agent within a sample pythontextnow send message script? Thank you.

After reviewing the pythontextnow code, I believe I understand where @LongpanZhou made the user-agent header change in pythontextnow/api/Client.py. So... I downloaded the raw pythontextnow/api/Client.py and pythontextnow/util/general.py source code. Made the...

@joeyagreco I attempted to initiate a PR; when, I originally provided the patches in July. However, it stated that I didn't have permission and is the reason why I resorted...

I realized that it's simpler to create a shell script and send a POST Request via wget or curl (supplying the variables and cookies from the pre-authenticated, dedicated texnow browser...