Video File not found in IOS `
See original GitHub issue RNFetchBlob.config({
path:RNFetchBlob.fs.dirs.DownloadDir+"Developer.mp4",
timeout: 7000,
}).fetch(
'GET',
url, {
'Authorization': 'Bearer ' + userToken,
}).then((res) => {
RNFetchBlob.fs.exists(res.path())
.then((exist) => {
// console.warn(`file ${exist ? '' : 'not'} exists`)
})
Alert.alert(res.path())
}).catch((res) => {
})
Above is the code that i am using but i am unable to find the download file, res.path() is showing like this
Can anybody guide me what’s wrong in Android downloading is working file
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
Html5 video file not found issue - Apple Support Communities
This error typically means that there is a problem with the actual video on the site or that the video has been removed...
Read more >HTML5 Video File Not Found? Fix It with 6 Ways [Updated]
Part 2. How to Solve "HTML5 Video File Not Found"? (5 Methods) hot · 1. Use Latest Browser Version · 2. Erase Caches...
Read more >How to Solve The HTML5 Video 'File Not Found' Error?
This post shares how you can solve the HTML5 video 'File Not Found' error problem and videos playable issue. Read to know ways...
Read more >Error on iOS: “html5: video file not found” - WordPress.org
The video-checker says “Admin: Video OK”. The video file is a self-hosted mp4-file.
Read more >3 Ways to Fix Unsupported Video Format Error on iPhone/iPad
To smoothly play a video on iPhone without video format not supported error, downgrading its frame rate, for instance, turn a 60fps recording...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JerakRus Thanks Will look into this You are the boss
Hi @naxir , I got the same error. Did you resolve this error?