question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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, IMG_0458 res.path() is showing like this

Can anybody guide me what’s wrong in Android downloading is working file

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
naxircommented, Feb 28, 2020

@JerakRus Thanks Will look into this You are the boss

1reaction
hvlongcommented, Feb 4, 2020

Hi @naxir , I got the same error. Did you resolve this error?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found