-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hangups macOS 10.13.5 / Python 3.7 #419
Comments
I commented line 135 in /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/hangups/client.py and it worked... But now I get Login failed (Authorization code cookie not found) when I enter my credentials. |
I managed to log in but now I got a number of errors
|
Probably shouldn't have commented the line in the first place... |
OK reverted to Python 3.6.x |
Deleting arbitrary lines likely won't get you very far... Regarding the original error: 3.7 hasn't yet landed on Arch so I've yet to test it, not sure if there are any other breaking changes. |
Yes you're right.
|
I just released 0.4.5 which supports Python 3.7. |
I just re-installed 3.7 and 0.4.5 but I get this error after logging...
|
There's a report here that installing |
Well, macOS openssl was the culprit. BUT...
|
I get this error when trying to run it on my Mac:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/hangups", line 7, in
from hangups.ui.main import main
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/hangups/init.py", line 6, in
from .client import Client
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/hangups/client.py", line 135
self._listen_future = asyncio.async(self._channel.listen())
^
SyntaxError: invalid syntax
Any clues?
The text was updated successfully, but these errors were encountered: