opentok-react-native: Bad Gateway (android app crash)

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

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 5
  • Comments: 16 (4 by maintainers)

Most upvoted comments

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.

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!

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

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