Skip to content
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

cannot like, reblog or reply #1250

Open
soerendohmen opened this issue Apr 13, 2021 · 1 comment
Open

cannot like, reblog or reply #1250

soerendohmen opened this issue Apr 13, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@soerendohmen
Copy link

cannot like, reblog or reply

social version: 0.4.2

these are my tables:
oc_social_3_action
oc_social_3_actor
oc_social_3_cache_actor
oc_social_3_cache_doc
oc_social_3_client
oc_social_3_client_auth
oc_social_3_client_token
oc_social_3_follow
oc_social_3_hashtag
oc_social_3_instance
oc_social_3_req_queue
oc_social_3_stream
oc_social_3_stream_act
oc_social_3_stream_dest
oc_social_3_stream_queue
oc_social_3_stream_tag

If i try to like reblog or reply I get this eroor-message:
{"status":-1,"exception":"OCA\Social\Exceptions\InvalidResourceException","message":""}
The corresponding url i.e.:
https://servilo.dohmen.link/index.php/apps/social/ostatus/follow/?uri=https%3A%2F%2Fxn--baw-joa.social%2Fusers%2Flfdi%2Fstatuses%2F105991205287692119

Also weird: I can follow, but in my profile it shows that I am not following anyone - if I klick on it, it shows me the sites I'm following.

@soerendohmen soerendohmen added the bug Something isn't working label Apr 13, 2021
@stefan123t
Copy link
Contributor

stefan123t commented Apr 16, 2021

I have the same as you "0 Following" on the profile page. See #1251 and #1246 for details of my config.
It would be interesting to note what is your rewrite rule returning ?

$ curl 'https://domain.tld.well-known/webfinger?resource=acct:user@domain.tld'
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://domain.tld/nextcloud/public.php?service=webfinger&amp;resource=acct%253auser%2540domain%252etld">here</a>.</p>
</body></html>

I currently get something like the above. I believe I added some more replacement options [NE], etc. which may cause the double-escaping of the resource=value with %253a, %2540 and %252e but the actual problem is the &amp; which I can not do away with, despite using [QSA,L] as suggested in the apache and nextcloud documentations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants