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

React Native "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0" log after react-native update #22095

Closed
3 tasks done
panda0603 opened this issue Nov 3, 2018 · 15 comments
Closed
3 tasks done
Labels
Bug 🌐Networking Related to a networking API. Resolution: Locked This issue was locked by the bot.

Comments

@panda0603
Copy link

panda0603 commented Nov 3, 2018

Environment

[skip envinfo]

Description

I've just updated from react native version 0.55 to 0.57.

After I start the project,

I keep on getting this log

[20:04:52] ::ffff:(IP address) - - [03/Nov/2018:11:04:52 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"

[20:05:02] ::ffff:(IP address) - - [03/Nov/2018:11:05:02 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"

[20:05:13] ::ffff:(IP address) - - [03/Nov/2018:11:05:13 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"

[20:05:23] ::ffff:(IP address) - - [03/Nov/2018:11:05:23 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"

[20:05:33] ::ffff:(IP address) - - [03/Nov/2018:11:05:33 +0000] "GET /onchange HTTP/1.1" - - "-" "okhttp/3.6.0"

on console.log every 10 seconds. The project works fine though. What is this and why is this outputted on the console log? can i disable it?

p.s. I'm using expo-cli. Could this be expo issue?

@Hermanyo
Copy link
Contributor

Hermanyo commented Nov 3, 2018

I'm face this issue too, when I downgrade to 0.55.4, all works again

@react-native-bot react-native-bot added the 🌐Networking Related to a networking API. label Nov 3, 2018
@soooji
Copy link

soooji commented Nov 3, 2018

Me too. Is there any solution? I hate downgrade.

@aminnoura
Copy link

I have the same issue....

@enanda
Copy link

enanda commented Nov 4, 2018

same here

@stickyburn
Copy link

Looks like something from the update.. Maybe its a watchman issue ? I've been trying to look for a flag to stop these logs but no luck so far..

@clintjansen
Copy link

Yea, I believe this is an Expo issue only.
Happens since it updated to SDK 31.0

@Hermanyo
Copy link
Contributor

Hermanyo commented Nov 4, 2018

My project is to react native cli, and I had the same problem

@fantasy525
Copy link

same issues,and there are too many Http infos.....

@panda0603
Copy link
Author

update your expo-cli to latest version, should fix most of it except the
"POST /symbolicate HTTP/1.1" 200 - "-" "okhttp/3.6.0".

@Hermanyo
Copy link
Contributor

Hermanyo commented Nov 6, 2018

I'm not using expo-cli, I don't have expo in my project, and I face this problem, too... is there any solution? anyone?

@Hermanyo
Copy link
Contributor

UP

@Thimeryan
Copy link

I only had this issue when I enabled live-reloading on the emulators. Once turned off the problem went away.

@elicwhite
Copy link
Member

Based on @Thimeryan's comment, it sounds like this network request is expected with live reloading.

@mwkthang
Copy link

mwkthang commented Mar 29, 2019

Run command on windows set EXPO_DEBUG=false and the error will be gone.

@muhyidin3222
Copy link

sudo lsof -i, and kill your java

@facebook facebook locked as resolved and limited conversation to collaborators Mar 19, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Mar 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug 🌐Networking Related to a networking API. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests