-
Notifications
You must be signed in to change notification settings - Fork 58
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
Following from mastodon is not possible #268
Comments
Same here, I was able to reproduce this problem. |
I see a similar behavior for my nextcloud instance. Also when I use the mastodon search function on https://mastodon.cloud, I can see the following entries in my access-log:
Is it possible that somehow the Like @dartcafe mentioned, manually calling the webfinger delivers the correct response However I CAN follow users from other mastodon instances by using the nextcloud search function and then clicking FOLLOW. But I don't seem to appear in their follower list. Also, I cannot send direct messages back and forth. My global timeline is also completely empty, I would expect to see messages from the followed accounts from time to time. |
@LeoSum8 try using
In your config.php; then run occ maintenance:update:htaccess It worked for me using '/' (running on root dir, but subdomain) |
I see the same issue with a nextcloud instance running on nginx, obviously, there is no .htaccess here. As per the nginx config instructions, I have uncommented
As webfinger seems to be what is important her, I have also sinderte the line
https://cloud.[myserver]/.well-known/webfinger?resource=acct:[user]@cloud.[myserver] I am served a json in response which looks valid: Also, the profile is publicly accessible at
Still, it is not working. What's wrong there? |
When you compare the json output of the social app to the output of other mastodon instances [1], you'll notice that they give a lot more information. I think the part that looks the most like a subscription link is:
[1] https://mastodon.xyz/.well-known/webfinger?resource=acct:nextcloud@mastodon.xyz |
Indeed, you're right. But it seems for some, Nextcloud social is working, isn't it? I can't imagine they released something that is just not functional yet. |
Can also reproduce this. Running nextcloud social on nextcloud.spinweb.de without subfolder. Having the following in my nginx config: `rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
` |
@sirl1on I think there is some documentation somewhere on how to enable the webfinger on nginx |
Am 06.01.19 um 13:03 schrieb Maxence Lange:
@sirl1on <https://github.com/sirl1on> I think there is some
documentation somewhere
<https://github.com/nextcloud/documentation/pull/1024/files> on how to
enable the webfinger on nginx
Yes, and it is enabled. See my comment above. Webfinger works. But what
the Nextcloud social app returns seems to be incomplete
… —
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#268 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADKOOB3i_K_hQXqHYhTQxxCz4RkEuX5wks5vAeYTgaJpZM4ZfwPO>.
|
Can you describe me your process of following someone ? I am not able to reproduce the bug on my side. |
Am 07.01.19 um 09:11 schrieb Maxence Lange:
Can you describe me your process of following someone ? I am not able
to reproduce the bug on my side.
Go to e.g. https://mastodon.xyz/@nextcloud
Click the "follow" button
Enter [username]@[nextcloud domain]
Btw, my nextcloud is /not/ in a subdir
… —
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#268 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADKOOOFxH6QHstZnhR7V8bEmXyjhXaAXks5vAwEggaJpZM4ZfwPO>.
|
Thanks ! Can confirm that this way of following someone is not implemented (yet) into Nextcloud Social. |
I don't see a follow button there. Am I overlooking something? @daita |
I see now what you mean, but first I have to bring up the user profile, and since I don't see a search function, the workaround is to manually enter the URL https://cloud.XXX/apps/social/@REMOTEUSER@REMOTEHOST/ |
there is a searchbar at the top of the screen ! |
Thanks. Seems to work only for mastodon instances. e.g searching for fsf@status.fsf.org (which is on GNU social or status.net or something) returns no results. But that's probably a different bug already. |
also: https://status.fsf.org/.well-known/webfinger?resource=acct:fsf@status.fsf.org I cannot see any support for ActivityPub |
Not sure what ActivityPub is, but I can subscribe from other Mastodon or GNUsocial instances just fine. rms@gnusocial.no What do Mastodon and GNUsocial handle there that Nextcloud social does not? I first thought that maybe only mastodon is supported, but todon.nl is a mastodon host, and it also doesn't interoperate with nextcloud social |
@daita ... Modifying webfinger.php to add rel => "http://ostatus.org/schema/1.0/subscribe", I was able to follow nextcloud@mastodon.xyz using step 4. My mod:
|
Sorry, was working on this this morning, haven't pushed. |
@vasyugan Please have a look to this: w3c/activitypub#228. There is no issue implementing some feature from OStatus, but we will focus on ActivityPub |
I get this issue
configuration:
|
still having issue with 0.2.6 ? |
let me check |
works for me. |
but pleroma and status.fsf.org dosen't work |
any account I can try ? |
thanks for those links. I will fix the issue with pleroma, however |
Some Mastodon instances seem to work now, some GNUsocial instances still
don't, for instance I tried to subscribe to @RMS@gnusocial.no, which works
from a real Mastodon account but fails from Nextcloud social
Alice Ferrazzi <notifications@github.com> schrieb am Do., 4. Juli 2019,
20:45:
… https://status.fsf.org/fsf
https://pleroma.soykaf.com/main/ostatus
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#268?email_source=notifications&email_token=AAZI4OC3LEPLEW3NMTFIYFTP5ZALNA5CNFSM4GL7APHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZH7E2A#issuecomment-508555880>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZI4ODT2BS5YXTXKFX5HALP5ZALNANCNFSM4GL7APHA>
.
|
Following Mastodon instances seems to work, but I have the same issue as reported above with status.fsf.org, as well as a mirrored.social. I also don't seem to be able to reply to message from their Mastodon host:
|
Unfortunately, gnusocial is not using ActivityPub (yet ?) I will close this issue for now if the only problem is to interact with instance of gnusocial (like status.fsf.org) |
Describe the bug
When trying to follow https://mastodon.xyz/@nextcloud via the "Follow" button, i get an error which says
"Could not find the required redirect URL for your account", after I enter my cloud ID ("dartcafe@nc15.yagst.de").
Calling https://nc15.yagst.de/.well-known/webfinger?resource=acct:dartcafe@nc15.yagst.de gives a JSON:
{"subject":"acct:dartcafe@nc15.yagst.de","links":[{"rel":"self","type":"application\/activity+json","href":"https:\/\/nc15.yagst.de\/index.php\/apps\/social\/@dartcafe\/"}]}
Any idea, what I can do? There is no log entry, debug level.
To Reproduce
Steps to reproduce the behavior:
But it seems, that I follow nextcloud. There are no posts visible (not sure, if there should be some on my startpage).
Social app version:
0.1.1
Operating system:
Linus
Web server:
Apache
Database:
MySQL
PHP version:
7.1
Nextcloud version: (see Nextcloud admin page)
15.0.0
The text was updated successfully, but these errors were encountered: