Ziggeo / android-sdk-demo

Ziggeo's Android Client SDK 2.0
Apache License 2.0
8 stars 5 forks source link

NullPointer uploading the video #3

Closed jiahaoliuliu closed 8 years ago

jiahaoliuliu commented 9 years ago

Hi: I got a null pointer exception after record the video and trying to upload it:

11-05 11:30:03.728 E/AndroidRuntime(32096): FATAL EXCEPTION: Thread-7369
11-05 11:30:03.728 E/AndroidRuntime(32096): Process: com.jiahaoliuliu.simpleziggeointegration, PID: 32096
11-05 11:30:03.728 E/AndroidRuntime(32096): java.lang.NullPointerException
11-05 11:30:03.728 E/AndroidRuntime(32096):     at com.ziggeo.androidsdk.ui.fragments.VideoRecorderFragment$1.run(VideoRecorderFragment.java:189)
11-05 11:30:03.728 E/AndroidRuntime(32096):     at java.lang.Thread.run(Thread.java:841)

I am not doing anything special. The source code could be found here: https://github.com/jiahaoliuliu/SimpleZiggeoIntegration

jiahaoliuliu commented 9 years ago

Update: This happens on the full screen video recorder but not with Embedded video recorder

jiahaoliuliu commented 9 years ago

Update2: Now it is happening on embedded video recorder too...

3akat commented 9 years ago

@jiahaoliuliu Hi, I couldn't reproduce, but attempted to fix, please check now. Thanks

jiahaoliuliu commented 9 years ago

@3akat Ok. I will try it tomorrow.