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.

403 for fbjni-0.0.1

See original GitHub issue

Since 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:18 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
passycommented, Sep 23, 2019

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. 😃

3reactions
passycommented, Sep 18, 2019

Yes, let’s keep this open until it’s actually fixed.

Read more comments on GitHub >

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

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