403 for fbjni-0.0.1
See original GitHub issueSince this morning I’ve had an issue compiling, the error is strange because it mentions moat, I have no idea why.
> Could not resolve all task dependencies for configuration ':app:devDebugRuntimeClasspath'.
> Could not resolve com.facebook.fbjni:fbjni:0.0.1.
Required by:
project :app > project :androidutils > com.facebook.flipper:flipper:0.23.7
> Could not resolve com.facebook.fbjni:fbjni:0.0.1.
> Could not get resource 'https://s3.amazonaws.com/moat-sdk-builds/com/facebook/fbjni/fbjni/0.0.1/fbjni-0.0.1.pom'.
> Could not GET 'https://s3.amazonaws.com/moat-sdk-builds/com/facebook/fbjni/fbjni/0.0.1/fbjni-0.0.1.pom'. Received status code 403 from server: Forbidden
These are my gradle lines:
debugApi 'com.facebook.flipper:flipper:0+'
debugApi 'com.facebook.soloader:soloader:0+'
releaseApi 'com.facebook.flipper:flipper-noop:0+'
If I change to 0.23.6
that I’m guessing is what I what I was using yesterday, when it worked fine, then it gives me the same error but with 0.23.6
.
Any idea what could be wrong? literally went from compiling fine last night to not compiling this morning.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:18 (9 by maintainers)
Top Results From Across the Web
403 Forbidden error: What it is and how to fix it - Allconnect.com
A 403 error is an HTTP status code that means “access denied.” If you ever had a treehouse as a kid, you may...
Read more >403 Forbidden Error - What Is It and How to Fix It
The 403 Forbidden error happens when a web server denies access to a webpage to a user trying to access it trough a...
Read more >How to Fix 403 Forbidden Error on Google Chrome
The 403 Forbidden error means that your browser thinks you don't have permission to view the web page or internet resource at the...
Read more >What is a 403 Forbidden Error? - Central Support
The HOSTS file on the host computer is incorrect : Make sure that 127.0.0.1 is part of the HOSTS file. To do this:....
Read more >Django returns 403 error when sending a POST request
The response is 403 because django requires a csrf token (included in the post data) in every POST request you make. There are...
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
Published this, which should hopefully take care of this. https://github.com/facebook/flipper/releases/tag/v0.23.8
One quick note: v0.24.0 is already soft-published and does not contain this version bump. I’ll publish v0.24.1 later today or tomorrow which will include the same change. Please let me know if this works for you. 😃
Yes, let’s keep this open until it’s actually fixed.