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

Remote Config fetching failure http code 0 #1305

Open
smakarov opened this issue Oct 30, 2022 · 4 comments
Open

Remote Config fetching failure http code 0 #1305

smakarov opened this issue Oct 30, 2022 · 4 comments

Comments

@smakarov
Copy link

smakarov commented Oct 30, 2022

  • Unity editor version: 2020.3.41f
  • Firebase Unity SDK version: 10.0.1
  • Source you installed the SDK: Remote Config
  • Problematic Firebase Component: Remote Config
  • Platform you are using the Unity editor on: Windows
  • Platform you are targeting: Android
  • Scripting Runtime: IL2CPP

(Please list the full steps to reproduce the issue. Include device logs, Unity logs, and stack traces if available.)
I try to learn how to use Remote Config sample from this repo without network connection.
With sample code
public Task FetchDataAsync() { DebugLog("Fetching data..."); Task fetchTask = Firebase.RemoteConfig.FirebaseRemoteConfig.DefaultInstance.FetchAsync(TimeSpan.Zero); return fetchTask.ContinueWithOnMainThread(FetchComplete); }
It shows Debug.LogError "fetching failure: http code 0"
Is it behavior by design?
Full stack
fetching failure: http code 0 UnityEngine.Debug:LogError (object) Firebase.Platform.FirebaseLogger:LogMessage (Firebase.Platform.PlatformLogLevel,string) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseLogger.cs:95) Firebase.LogUtil:LogMessage (Firebase.LogLevel,string) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/src/LogUtil.cs:69) Firebase.LogUtil:LogMessageFromCallback (Firebase.LogLevel,string) (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/src/LogUtil.cs:77) Firebase.AppUtil:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/android_unity/armeabi-v7a/app/swig/Firebase.App_fixed.cs:4614) Firebase.Platform.FirebaseAppUtils:PollCallbacks () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/FirebaseAppUtils.cs:33) Firebase.Platform.FirebaseHandler:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseHandler.cs:208) Firebase.Platform.FirebaseMonoBehaviour:Update () (at /Users/runner/work/firebase-unity-sdk/firebase-unity-sdk/app/platform/Unity/FirebaseMonoBehaviour.cs:45)

Steps to reproduce:

1)Disable network
2)Try to click fetch data from sample Remote Config scene

@smakarov smakarov added the new New issue. label Oct 30, 2022
@google-oss-bot
Copy link

This issue does not seem to follow the issue template. Make sure you provide all the required information.

@argzdev argzdev added api: remoteconfig and removed new New issue. labels Oct 31, 2022
@a-maurice
Copy link
Contributor

I think the error is expected, but the code should likely not be 0. Thanks for bringing this up.

@iremguner
Copy link

@onurclb
Copy link

onurclb commented Feb 21, 2023

Have a same issue. Using Unity 2021.3.15 and Firebase SDK 10.3.0
Trying another Firebase SDK version and facing same issue Firebase SDK 10.2.0

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

No branches or pull requests

7 participants