Cannot follow Owncast streams #281
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#281
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
My Akkoma instance can't follow Owncast streams when its social function is enabled; when this is attempted via the follow button on the Owncast stream page, the login page is blank and an error appears in the logs. I'm using Owncast 0.0.12 and Akkoma upstream at commit
3e0a5851e5
, both via Docker containers.Debug output:
Let me know if you need anything else.
Hi, it should work.. at least on my install. Maybe its owncast?
Can you try it on this instance and see if that works -> video.mezzo.moe
That worked, but I'm not sure what's different. I'm running Owncast in a docker container, using Caddy with the recommended settings from the documentation.
You sure? this url seems entirly wrong
for me it looks like, that your owncast instance delivers the wrong source url
video.mezzo.moe delivers the same URL format (https://akkoma.domain.tld/ostatus_subscribe?acct=https://video.mezzo.moe/federation/user/notify), and follows the same function call path. Here's a log of that request:
I tried it with another video site, and got the same URL format (https://akkoma.domain.tld/ostatus_subscribe?acct=https://live.hatnix.net/federation/user/hatnix) and log output:
I may be wrong, but this doesn't look like Owncast being the issue. For some reason, a follow request sent to the same domain (but different subdomain) seems to behave differently than follow requests sent to a different domain.
I don't mean the url format.. i mean the domain itself:
Your Owncast Domain:
https://owncast.domain.tld
Working Owncast Domains:
https://live.hatnix.net
https://video.mezzo.moe/
Your Owncast domain doesnt seem to be correct.. thats what i wanted to say
I sanitized all my personally identifying information in those logs. The URLs I replaced with owncast.domain.tld and akkoma.domain.tld point to valid Owncast and Akkoma instances. If it's necessary, I can tell you what instances I run.
Okay, than i'm out of ideas.. maybe someone else, who knows more internal stuff can help you here ^^v
I am able to follow mine and other owncasts from my akkoma account just fine, but neither my owncast nor akkoma are in docker. Perhaps there's something going on in there?