GithubHelp home page GithubHelp logo

Initial task failed for action RecaptchaAction(action=getOobCode)with exception - An internal error has occurred. [ unexpected end of stream on com.android.okhttp.Address@80d85b16 ] about flutterfire HOT 20 CLOSED

JuYiYang avatar JuYiYang commented on September 27, 2024
Initial task failed for action RecaptchaAction(action=getOobCode)with exception - An internal error has occurred. [ unexpected end of stream on com.android.okhttp.Address@80d85b16 ]

from flutterfire.

Comments (20)

cheejiayuan512 avatar cheejiayuan512 commented on September 27, 2024 1

Hi Tarekk, turns out it was user error. The email was sent to my spam folder which I did not check, and I needed to click on the link within the emulator itself instead of copypasting it from desktop to emulator. Not sure about OP, thank you!

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024 1

@cheejiayuan512 Glad that the issue is solved for you. We'll keep this issue open until the OP provides more insight on whether this solution also helped them or not.

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024

Can you try to reproduce this issue again with the latest flutterfire packages?

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

您能尝试使用最新的 flutterfire 包再次重现此问题吗?

Yes, I tried it with the latest version. Same result
firebase_auth: ^5.0.0
firebase_core: ^3.0.0

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024

Does the same also happen to the flutter auth example app?

https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth/example

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

Flutter auth 示例应用程序是否也发生同样的事情?

https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth/example

Yes the same, is not my computer environment problem
image

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

Flutter auth 示例应用程序是否也发现了一些有趣的事情?

https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth/example

My own projects as well as flutter_auth_example have no problem logging in with google

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024

So is the issue still happening or it has been solved? if so please indicate what was the solution as other users might find it useful.

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

So is the issue still happening or it has been solved? if so please indicate what was the solution as other users might find it useful.

It did not solve, I just explained my current operation situation, running on my machine, using google login is OK, using email login will report an error

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024

Hello @JuYiYang, Can you please send a complete minimal running reproduction of this issue?

from flutterfire.

cheejiayuan512 avatar cheejiayuan512 commented on September 27, 2024

Facing the same issue as well.

from flutterfire.

cheejiayuan512 avatar cheejiayuan512 commented on September 27, 2024

@TarekkMA https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth/example the OP mentioned that the example for email link sign-in is facing the same issue, is that enough for a complete minimal running reproduction of the issue?

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024

@cheejiayuan512 @JuYiYang I wasn't able to replicate this issue with the example app. Maybe check if you are using the AppCheck plugin to set the token correctly?

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

Hello @JuYiYang, Can you please send a complete minimal running reproduction of this issue?

Of course this file is only 80mb but I wonder why the hard disk is so big[https://drive.google.com/file/d/13C9L8HrL_BcoytNg89rO6Jn7AmW1XbO-/view?usp=drive_link](url)

from flutterfire.

google-oss-bot avatar google-oss-bot commented on September 27, 2024

Hey @JuYiYang. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

@JuYiYang。我们需要更多信息来解决此问题,但 7 个工作日内没有更新。我将问题标记为过时,如果接下来 7 天内没有新的更新,我将自动关闭它。

如果您有更多信息可以帮助我们彻底解决此问题,请添加评论!

I send the code link
https://drive.google.com/file/d/13C9L8HrL_BcoytNg89rO6Jn7AmW1XbO-/view?usp=sharing

from flutterfire.

TarekkMA avatar TarekkMA commented on September 27, 2024
I'm getting this error when trying to run your project, please try to fix this issue and upload again (or use GitHub if possible)
[test] flutter pub get --no-example
Resolving dependencies...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because wallpaper_book depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because wallpaper_book depends on intl ^0.18.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because wallpaper_book depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because wallpaper_book depends on intl ^0.18.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Because wallpaper_book depends on intl ^0.19.1 which doesn't match any versions, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Because wallpaper_book depends on intl ^0.19.1 which doesn't match any versions, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because wallpaper_book depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because wallpaper_book depends on intl ^0.18.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

from flutterfire.

JuYiYang avatar JuYiYang commented on September 27, 2024

我在尝试运行您的项目时收到此错误,请尝试修复此问题并再次上传(或尽可能使用 GitHub)

[test] flutter pub get --no-example
Resolving dependencies...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because wallpaper_book depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because wallpaper_book depends on intl ^0.18.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because wallpaper_book depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because wallpaper_book depends on intl ^0.18.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Because wallpaper_book depends on intl ^0.19.1 which doesn't match any versions, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Because wallpaper_book depends on intl ^0.19.1 which doesn't match any versions, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

--

[test] flutter pub get --no-example
Resolving dependencies...
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because wallpaper_book depends on flutter_localizations from sdk which depends on intl 0.19.0, intl 0.19.0 is required.
So, because wallpaper_book depends on intl ^0.18.1, version solving failed.


You can try the following suggestion to make the pubspec resolve:
* Try upgrading your constraint on intl: flutter pub add intl:^0.19.0
exit code 1

This may be the intl version of the problem, my native can work properly, can you try to upgrade to 0.19.0 try

from flutterfire.

google-oss-bot avatar google-oss-bot commented on September 27, 2024

Hey @JuYiYang. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

from flutterfire.

google-oss-bot avatar google-oss-bot commented on September 27, 2024

Since there haven't been any recent updates here, I am going to close this issue.

@JuYiYang if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

from flutterfire.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.