Vasileios Psonis

Results 16 comments of Vasileios Psonis

I commented line 135 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/hangups/client.py and it worked... `self._listen_future = asyncio.async(self._channel.listen()) ` But now I get Login failed (Authorization code cookie not found) when I enter my credentials. I...

I managed to log in but now I got a number of errors ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/hangups/ui/__main__.py", line 125, in __init__ loop.run_until_complete(asyncio.gather(*coros)) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 568,...

Probably shouldn't have commented the line in the first place...

OK reverted to Python 3.6.x I guess 3.7 isn't fully compatible...

Yes you're right. I do get occasionally crashes with Python 3.6.6 (v3.6.6:4cf1f54eb7) and macOS 10.13.5. Here is the traceback: ``` File "/Library/Frameworks/Python.framework/Versions/3.6/bin/hangups", line 11, in load_entry_point('hangups==0.4.4', 'console_scripts', 'hangups')() File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/hangups/ui/__main__.py",...

I just re-installed 3.7 and 0.4.5 but I get this error after logging... ` File "/Library/Frameworks/Python.framework/Versions/3.7/bin/hangups", line 11, in load_entry_point('hangups==0.4.5', 'console_scripts', 'hangups')() File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/hangups/ui/__main__.py", line 1140, in main datetimefmt, notifier_,...

Well, macOS openssl was the culprit. I removed the "official" Python 3.7 and installed this one `brew install python --with-brewed-openssl` and it worked. BUT... after using it for 10-15 minutes,...

@brownielox45 @ghost Steps 7 & 8 are wrong. You don't need to delete folder jstorrent-fresh > js > web-server-chrome. Its an empty folder. You just need to copy the contents...

Still its a fix! Could you help me create one as well?