Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad Gateway (android app crash) #557

Closed
KiranRadish opened this issue Dec 9, 2021 · 16 comments
Closed

Bad Gateway (android app crash) #557

KiranRadish opened this issue Dec 9, 2021 · 16 comments

Comments

@KiranRadish
Copy link

Bug Report

Current behavior

(Summarize the bug encountered concisely)

Not able to run application
App getting crashed on android

Steps to reproduce

(How one can reproduce the issue - this is very important)
on android click join call it will crash

Example Project

(If possible, please create an example project here on GitHub.com that exhibits the problematic behaviour, and link to it here in the bug report)

What is the current bug behavior?

(What actually happens)
crash

What is the expected correct behavior?

(What you should see instead)
it should not crash

Relevant logs and/or screenshots

(Paste any relevant logs - please use code blocks (```) to format console output,
logs, and code as it's very hard to read otherwise.)

http://tokbox.bintray.com/maven/com/facebook/react/react-native/maven-metadata.xml

502 bad gateway

@nishanth-saka
Copy link

same issue!

1 similar comment
@SrinuCape
Copy link

same issue!

@15110011
Copy link

tokbox server is dead?

@nishanth-saka
Copy link

bintray is dead!

@enricop89
Copy link
Contributor

#527

@Lexical-Luke
Copy link

Lexical-Luke commented Dec 10, 2021

Jcenter and bintray are dead. Suggestions appreciated.

Screenshot 2021-12-10 at 9 53 35 AM

@vijayrit22
Copy link

i am also having the same issue anyone having solution please update. Thankyou.

@enricop89
Copy link
Contributor

Which version of opentok-react-native are you using?

@Lexical-Luke
Copy link

Lexical-Luke commented Dec 10, 2021

@enricop89, I'm not even using opentok-react-native, I have issues with react-native itself due to bintray being down.

      > Failed to list versions for com.facebook.react:react-native.
         > Unable to load Maven meta-data from https://google.bintray.com/flexbox-layout/com/facebook/react/react-native/maven-metadata.xml.
            > Could not get resource 'https://google.bintray.com/flexbox-layout/com/facebook/react/react-native/maven-metadata.xml'.
               > Could not GET 'https://google.bintray.com/flexbox-layout/com/facebook/react/react-native/maven-metadata.xml'. Received status code 502 from server: Bad Gateway

@enricop89
Copy link
Contributor

@Lexical-Luke
Copy link

@leah9227-arkus
Copy link

Guys, if you still have the bad gateway issue, you are gonna need to update the url with the new package domain. In my case the issue was related to this package:

https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp-bom/4.4.1/okhttp-bom-4.4.1.pom

So I updated the url from this:
http://tokbox.bintray.com/maven

to this:
https://repo1.maven.org/maven2

And the issue got corrected. Hopefully this is gonna help to anybody. Cheers.

@Lexical-Luke
Copy link

@leah9227-arkus, most unfortunately this did not solve it for me.

@GualbertoVannini
Copy link

GualbertoVannini commented Dec 15, 2021

Guys, if you still have the bad gateway issue, you are gonna need to update the url with the new package domain. In my case the issue was related to this package:

https://repo1.maven.org/maven2/com/squareup/okhttp3/okhttp-bom/4.4.1/okhttp-bom-4.4.1.pom

So I updated the url from this: http://tokbox.bintray.com/maven

to this: https://repo1.maven.org/maven2

And the issue got corrected. Hopefully this is gonna help to anybody. Cheers.

OMG MAAAAAN Finally my project works again after struggling 2 days!

@leah9227-arkus
Copy link

@GualbertoVannini I'm happy you solved your issue 👍

@enricop89
Copy link
Contributor

I updated the sample app removing jCenter dependencies and adding mavenCentral. You can find here a working example.

I am going to close the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants