EDIT: Found solution (I accidentally removed some necessary parts of the nginx.conf file).
I am able to connect properly to my mastodon-web container, but I get an error when connecting to the streaming api. I am able to talk to the streaming container, but it throws Subscription error: Unknown stream type
. What could cause this?
I am using a docker setup based around this tutorial. I have integrated it within a jwilder/nginx-proxy
setup by added a intermediate nginx container to place the custom configurations found in the tutorial. So the final setup is client -> nginx-proxy -> nginx -> mastodon-web & mastodon-streaming.
The full logs of the streaming container are below:
info Starting streaming API server master with 7 workers
info Starting worker 7
info Starting worker 4
info Worker 7 now listening on 0.0.0.0:4000
info Starting worker 3
info Starting worker 6
info Starting worker 1
info Starting worker 5
info Worker 4 now listening on 0.0.0.0:4000
info Starting worker 2
info Worker 3 now listening on 0.0.0.0:4000
info Worker 1 now listening on 0.0.0.0:4000
info Worker 5 now listening on 0.0.0.0:4000
info Worker 6 now listening on 0.0.0.0:4000
info Worker 2 now listening on 0.0.0.0:4000
verb Subscribe timeline:access_token:4
verb a37d48cb-4441-4b61-9848-7e1c0cda9850 Subscription error: Unknown stream type
verb Unsubscribe timeline:access_token:4
verb Subscribe timeline:access_token:4
verb c5e70e14-75e5-47dd-983a-53ded5d97774 Subscription error: Unknown stream type
verb Unsubscribe timeline:access_token:4
verb Subscribe timeline:access_token:4
verb eecae3c9-33dd-4d05-86ea-2516c8569040 Subscription error: Unknown stream type
verb Unsubscribe timeline:access_token:4
verb Subscribe timeline:access_token:4
verb 822d5448-4af0-4e63-bfab-ae55706c4cb6 Subscription error: Unknown stream type
verb Unsubscribe timeline:access_token:4
verb Subscribe timeline:access_token:4
verb 5596de18-22a2-4e2c-86e7-bd6a8881d17c Subscription error: Unknown stream type
verb Unsubscribe timeline:access_token:4