wcandillon / wcandillon/react-native-webgpu
No suitable URL request handler found for image file error when trying to run example
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 70
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 23
Description
Environment
- device: iPhone 13 Pro
- version: iOS 17.5.1
- node version: v20.11.1
- yarn version: 3.6.1
Reproduce
git clone
git submodule update --init
cd package && yarn
yarn build-dawn
cd example
cd ios && pod install
cd ..
yarn ios
Error logs
No suitable URL request handler found for file:///private/var/containers/Bundle/Application/1058420F-D467-4C7C-B9CC-6F9F079C43F8/WgpuExample.app/assets/src/assets/Di-3d.png
-[RCTNetworking networkTaskWithRequest:completionBlock:]
RCTNetworking.mm:706
-[RCTNetworking sendRequest:responseType:incrementalUpdates:responseSender:]
__38-[RCTNetworking sendRequest:callback:]_block_invoke_2
__46-[RCTNetworking buildRequest:completionBlock:]_block_invoke_2
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
81D355DF-266A-3010-BAB8-113B76A206C1
_pthread_wqthread
start_wqthread
Screenshot
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce from the example entry point using the listed yarn ios setup after building Dawn and installing the iOS pods. Start with the RCTNetworking stack trace and the bundled Di-3d.png file URL, then identify why the image request has no suitable handler; the example should run and load the image without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100