File tree Expand file tree Collapse file tree
WordPress/src/main/java/org/wordpress/android/ui/voicetocontent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org.wordpress.android.ui.voicetocontent
22
3+ import android.util.Log
34import kotlinx.coroutines.Dispatchers
45import kotlinx.coroutines.withContext
56import org.wordpress.android.fluxc.model.SiteModel
@@ -35,6 +36,11 @@ class VoiceToContentUseCase @Inject constructor(
3536 transcriptionResponse.model
3637 }
3738 is JetpackAITranscriptionResponse .Error -> {
39+ val message = " ${transcriptionResponse.type} ${transcriptionResponse.message} "
40+ Log .i(
41+ javaClass.simpleName,
42+ " Error transcribing audio file: $message "
43+ )
3844 null
3945 }
4046 }
Original file line number Diff line number Diff line change 2525 automatticTracksVersion = ' 5.0.0'
2626 gutenbergMobileVersion = ' v1.120.0-alpha1'
2727 wordPressAztecVersion = ' v2.1.3'
28- wordPressFluxCVersion = ' trunk-a9a471914d3ebd1093986d3d0a95c2a29b29dca0 '
28+ wordPressFluxCVersion = ' trunk-8b7eeade00f33c5b4296722fb3854b3a32e06ad8 '
2929 wordPressLoginVersion = ' 1.15.0'
3030 wordPressPersistentEditTextVersion = ' 1.0.2'
3131 wordPressUtilsVersion = ' 3.14.0'
You can’t perform that action at this time.
0 commit comments