Closed ahndwon closed 1 year ago
Hey @ahndwon I'm sorry. This error did not occur.
Is the error still occurring?
Yes, this error still occurs.
This error only occurs if you are not logged in to Twitter...
i has same problem, how i can fix this
Hi, @thangpnITS could you share minimum reproducible example with me?
@0maru I can't share my code becase security. I only can share for you the image of error. when I login form page webview login of SDK like image: after I enter account then webview will visit to page like this. . but when i tap to icon twitter and login to twitter web and back to app. Request login again then It will login success.
@thangpnITS Ok.
Does the redirectURI use app DeepLink, Custom URL Schema? This plugin will not login successfully with http~~ URL. because this plugin needs to obtain an Access Token and an Access Secret Token.
Do the sample projects work?
Add example://
to the Twitter Developer Platform callback URL and rewrite the apiKey and apiSecretKey to see if it works.
@0maru I was set redirectURI like appname:// and add it to Twitter Developer Platform callback URL. Some time and some device will had error like img, hasn't any log error show when project run debug.
One (some?) of mu user ran into this problem recently. Surprisingly, it doesn't occur for some. My app followed the example and there's no deeplink.
Bug report
Describe the bug After I put in my email and password then click the
Authorize app
button, I the error below. It used to work right after I upgraded to Elevated access. But suddenly that happens. Please help! I tried your example but getting same results.Additional context
Add any other context about the problem here.
Flutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
``` [✓] Flutter (Channel stable, 3.0.2, on macOS 12.3.1 21E258 darwin-arm, locale ko-KR) • Flutter version 3.0.2 at /opt/homebrew/Caskroom/flutter/2.10.0/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision cd41fdd495 (2주 전), 2022-06-08 09:52:13 -0700 • Engine revision f15f824b57 • Dart version 2.17.3 • DevTools version 2.12.2 [✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1) • Android SDK at /Users/ahndwon/Library/Android/sdk • Platform android-32, build-tools 32.1.0-rc1 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 13.4.1) • Xcode at /Applications/Xcode.app/Contents/Developer • CocoaPods version 1.11.2 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.1) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763) [✓] Connected device (4 available) • Pixel 3a (mobile) • 93BAY08XJD • android-arm64 • Android 12 (API 32) • ahndwon (mobile) • 00008110-000A0CDE147A801E • ios • iOS 15.5 19F77 • macOS (desktop) • macos • darwin-arm64 • macOS 12.3.1 21E258 darwin-arm • Chrome (web) • chrome • web-javascript • Google Chrome 102.0.5005.115 ! Error: ahndwon is busy: Preparing the watch for development via ahndwon. Xcode will continue when ahndwon is finished. (code -10) [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ```Which method do you use?
[x] login()
[x] loginV2()