Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Error message when starting the stream #49

Closed
pogzie opened this issue Mar 20, 2018 · 10 comments
Closed

Error message when starting the stream #49

pogzie opened this issue Mar 20, 2018 · 10 comments

Comments

@pogzie
Copy link

pogzie commented Mar 20, 2018

After I was able to figure out the correct RTMP, I tried (settings currently in preview before streaming) to start my stream and got the following message:

Failed to start pusher: {"error":"Bad Request","status":400,"message":"No client id specified"}
@k1ck3r
Copy link

k1ck3r commented Mar 20, 2018

try to re-authenticate against twitch/youtube again. this message appears when the id pushed from multistreamer to upper streaming service doesn't contain anything. also will solve the issue which you are having with OBS once there are defined and switched on authenticated upper streaming services.

@pogzie
Copy link
Author

pogzie commented Mar 20, 2018

probably because i relaunched my container a couple of times this afternoon. ill make it a habit to deauthenticate/auth when relaunching my container for a new version.

twitch was the culprit. did the usual remove/add.

@jprjr
Copy link
Owner

jprjr commented Mar 20, 2018

Having to remove/add the account is a failure, you shouldn't have to do that.

The fundamental error is for a long time, Twitch tokens never expired. Then one day, Twitch started enforcing token expiration on all new apps, so I've got two code paths now.

My production instance is grandfathered in. I thought I had recreated all my dev instances to use new tokens but I may not have. I'll go through and check.

@k1ck3r
Copy link

k1ck3r commented Mar 20, 2018

@jprjr i think you already solved the twitch issue, long versions ago?

@jprjr
Copy link
Owner

jprjr commented Mar 20, 2018

I'm pretty sure I had, but since my main production instance is grandfathered in to the expiration-free tokens, it's very possible that I missed something

@pogzie
Copy link
Author

pogzie commented Mar 20, 2018

Possible to create a button to request a token re-issue? I wouldnt mind just clicking a button rather than removing-adding (since I have 3 streams pre-populated for every game a frequently play).

@jprjr
Copy link
Owner

jprjr commented Mar 20, 2018

That's totally possible - you just add your twitch account without removing it first.

@pogzie
Copy link
Author

pogzie commented Mar 20, 2018

Interesting. I will take note of that.

@pogzie
Copy link
Author

pogzie commented Mar 21, 2018

Token re-issue button now in the profile page, workaround to 're-add' without removing seems to be a reasonable workaround. Will close. thanks!

@pogzie pogzie closed this as completed Mar 21, 2018
@jprjr
Copy link
Owner

jprjr commented Mar 21, 2018

Oh, that token re-issue on the profile page is just for the Multistreamer token, for loading up the chat widget in environments that can't save a cookie (like in OBS)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants