Engine Bai
Engine Bai
Recently, the broadcast received the streaming normally, and I call the code ``` java Transition transitionRequest = youtube.liveBroadcasts().transition( "live", broadcastId, "status"); transitionRequest.execute(); ``` and I always get this error response:...
@JohnLeekk Have you uploaded your stream to youtube successfully?? I solved this problem after uploading the stream successfully. But I encountered another problem when trying to start the broadcast, the...
 @JohnLeekk Have you seen this screen? Is your streaming status good? If not, you should fix the problem first.
@app24hk You can go to the youtube creator console and check the streaming status. Make sure that status is good so that you can call transition api successfully.
Yeap, @mcxycross provides a work-around solution. It works at all, I think that the problem is thread issue.
Yes, I encountered the same problem, `BaseSwipeAdapter.setMode(Mode.Single);` is useless at all.
I encountered the same problem, the exception was gone after adding `app:layout_empty="@layout/view_empty"` to SRV.