Ryan Gillette
Ryan Gillette
I am running the snap version, with SELinux disabled for testing ~ » hangups Sign in with your Google account: Email: [email protected] Password: Verification code: 123456 Traceback (most recent call...
~ » python test.py > File "test.py", line 7 > --response = yield from aiohttp.request('GET', 'https://0.client-channel.google.com') > ----------------------------^ > SyntaxError: invalid syntax ~ » cat test.py `#! /usr/bin/env python import...
aiohttp python module was not installed. ~ » python3 connection_test.py Unclosed client session client_session:
@das7pad Nope, I am still getting the same error.
@das7pad yes, that worked for me
@das7pad Been working for 2 days, possible to get the snap updated with that fix, or something I can do to fix the snap?
@jrredhorse I have removed my pull request. Looks like someone else submitted it correction with pull request #305
When I run the occ command, I get https://nextcloud.domain.com That is the correct URL to reach my nextcloud instance.
Here is the raw output. `{"subject":"acct:[email protected]","links":[{"rel":"self","type":"application\/activity+json","href":"https:\/\/nextcloud.domain.com\/apps\/social\/@dabbill\/"}]}` Here is snip from my Nginx Nextcloud config. ` # The following 2 rules are only needed for the user_webfinger app. # Uncomment it...
`{ "@context": [ "https://www.w3.org/ns/activitystreams" ], "id": "https://nextcloud.domain.com/apps/social/@dabbill", "type": "Person", "url": "https://nextcloud.domain.com/apps/social/@dabbill", "local": true, "aliases": [ "@dabbill", "users/dabbill" ], "preferredUsername": "dabbill", "name": "", "inbox": "https://nextcloud.domain.com/apps/social/@dabbill/inbox", "outbox": "https://nextcloud.domain.com/apps/social/@dabbill/outbox", "account": "[email protected]", "following": "https://nextcloud.domain.com/apps/social/@dabbill/following",...