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.

Error: Invalid FileSystem URI since 19.0.0

See original GitHub issue

Hi,

First, thanks for all your hard work, I enjoy a lot using expo for my app project and can’t wait to keep going on with it.

But today I tried to update my project from expo 18 to expo 19, as explained on this tutorial

Firstly I encountered an issue with react-native-svg. The article says that expo updated to 5.3.0 (but found 5.2.0 in the dependencies) and I had to manually apply this PR to remove the first issue.

But I still get stucked now with this issue:

Possible Unhandled Promise Rejection (id: 0): Error: Invalid FileSystem URI 'ExponentAsset-8599704930316b431e827d8e63e916bf.ttf', make sure it's in the app's scope.

I deleted the node_modules folder as explained, quit Expo XDE multiple times, restarted a few dozens of times too. I searched a lot for this issue but found nothing currently. It was working perfectly fine before the update and I didn’t change anything apart from what was explained in the blog’s article.

Thanks for your help!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
nikki93commented, Jul 24, 2017

Yeah that’s the old JS. rm -rf node_modules/ && npm i will get you the new stuff if your package.json is updated.

Simply updating package.json will not affect the change in your node_modules/ directory which is where the JS is bundled from. Often also simply updating package.json and running npm i or npm i <packagename> will also not successfully update the package. An rm -rf node_modules/ is good to be sure.

This:

Delete your project’s node_modules directory and run npm install again (or use yarn, we love yarn)

here: https://blog.expo.io/expo-sdk-v19-0-0-is-now-available-821a62b58d3d points at this being a necessity.

0reactions
zoruninhocommented, Jul 24, 2017

I don’t know why but this time that did the trick! Probably some bad deletion on my previous tries, had to run sudo from the command line to make it properly.

I still have a strange behaviour from the app but I’ll probably fix it soon, most of it is working, thanks a lot 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Read a contents from Dropbox with documentPicker/FileSystem
Error : Invalid FileSystem URI 'file:///private/var/mobile/xxxxxxxx', make sure it's in the app's scope. env is. “expo”: “^19.0.0”; “react”: ...
Read more >
FileSystem (GraalVM SDK Java API Reference)
Decorates the given fileSystem by an implementation that forwards access to files in the language home to the default file system. void, checkAccess(Path ......
Read more >
Error: Invalid: Unrecognized filesystem type in URI when ...
But I received yet another error message after running your code, its says Error: IOError: Couldn't deserialize thrift: don't know what type: – ......
Read more >
File system access API - Isilon Online Help
If the server fails to initiate a copy due to an error (such as an invalid copy source), an error is returned. If...
Read more >
Failed to generate File System Catalog for arcserve UDP for ...
Arcserve UDP creates a catalog file after the backup job is complete, each catalog ... 2015-01-05 04:05:46.920 TraverseIndexAllocation returns error 104
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