Engine Bai

Results 17 comments of 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...

![1111](https://cloud.githubusercontent.com/assets/3387462/9347973/38c8befa-4663-11e5-8396-8f3a0966c2ed.png) @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.