SMS verification code request failed: unknown status code: 17093 null E/flutter ( 5810) - one-time-password

I am facing this error when i changed package name in project and connect it to firebase
SMS verification code request failed: unknown status code: 17093 null
E/flutter ( 5810): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Exception: This request is missing a valid app identifier, meaning that neither SafetyNet checks nor reCAPTCHA checks succeeded. Please try again, or check the logcat for more details.

Related

i have faced an error on blazor webassembly when i refresh page on browser after loading first time. Sometime i faced this issue

Failed to find a valid digest in the 'integrity' attribute for resource 'http://localhost:90/_framework/Heir.Blazor.Manager.dll' with computed SHA-256 integrity 'f3IxbqueH8AxtH+5Q92IoxZgKnnKFzO2hJc0KDJWovE='. The resource has been blocked.
login:1 Unknown error occurred while trying to verify integrity.
blazor.webassembly.js:1 Error: Failed to start platform. Reason: TypeError: Failed to fetch
at At (blazor.webassembly.js:1:59510)

Radixx Api Integration

I have been given with the credentials and endpoint from Radixx but when I used to use the endpoint to get security token . I am getting this error :
Additional Source Information: ERR9999: Unexpected error in GetSecurityGUID.Error Generation Source Location: DSAIXUAT1APP01 Session ID: -1 Error Details: Your user ID and Password combination did not validate.

HTTP Status Code: 401 in GCMDemo

Reference:http://developer.android.com/google/gcm/demo.html
Server 401 when trying to send a message to my android device.
HTTP Status 500 - HTTP Status Code: 401
type Exception report
message HTTP Status Code: 401
description The server encountered an internal error (HTTP Status Code: 401) that prevented it from fulfilling this request.
exception
com.google.android.gcm.server.InvalidRequestException: HTTP Status Code: 401
com.google.android.gcm.server.Sender.sendNoRetry(Sender.java:177)
com.google.android.gcm.server.Sender.send(Sender.java:121)
com.google.android.gcm.demo.server.SendAllMessagesServlet.doPost(SendAllMessagesServ let.java:83)
javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
note The full stack trace of the root cause is available in the Apache Tomcat/7.0.29 logs.
Could anybody tell me how to solve?Thank you!
You should take a look at the GCM docs where it explains the GCM response: http://developer.android.com/google/gcm/gcm.html#response and troubleshooting the 401 error code: http://developer.android.com/google/gcm/gcm.html#auth_error
Description from the docs:
Authentication Error
The sender account that you're trying to use to
send a message couldn't be authenticated. Possible causes are:
Authorization header missing or with invalid syntax.
Invalid project number sent as key.
Key valid but with GCM service disabled.
Request originated from a server not whitelisted in the Server Key IPs.
So I would check to make sure that you are setting you authorization header properly and that you Google Project number is properly setup with GCM and accepting your servers IP.

Error 403 403.4 in uploading to Google Docs using Zend

I tried using google docs sample in the Zend Gdata demos and got the following error :
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with
message 'Expected response code 200, got 403 403.4 SSL required' in
F:\PHP_libs\Zend\Gdata\App.php:714 Stack trace: #0
F:\PHP_libs\Zend\Gdata.php(219):
Zend_Gdata_App->performHttpRequest('GET', 'http://docs.goo...', Array,
NULL, NULL, NULL) #1 F:\PHP_libs\Zend\Gdata\App.php(880):
Zend_Gdata->performHttpRequest('GET', 'http://docs.goo...', Array) #2
F:\PHP_libs\Zend\Gdata\App.php(768):
Zend_Gdata_App->get('http://docs.goo...', NULL) #3
F:\PHP_libs\Zend\Gdata\App.php(210):
Zend_Gdata_App->importUrl('http://docs.goo...', 'Zend_Gdata_Docs...',
NULL) #4 F:\PHP_libs\Zend\Gdata.php(162):
Zend_Gdata_App->getFeed('http://docs.goo...', 'Zend_Gdata_Docs...') #5
F:\PHP_libs\Zend\Gdata\Docs.php(130):
Zend_Gdata->getFeed('http://docs.goo...', 'Zend_Gdata_Docs...') #6
F:\xampp\htdocs\ZendGdata-1.11.12\demos\Zend\Gdata\Docs.php(277):
Zend_Gdata_Docs->getDocumentListFeed('http://docs.goo...') #7
F:\xampp\htdocs\ZendGdata-1.11.12\demos\Zend\Gdata\Docs.php(752):
retrieveWPD in F:\PHP_libs\Zend\Gdata\App.php on line 714
I am using Zend library for the first time and am unable to figure out how Authorization works here. Please help
I'm not sure if this is fixed in the latest version of the Zend library but I went and updated this file in my Zend install:
library/Zend/Gdata/Docs.php
The constants around line 62 needed to be updated to change the http to https which now look like this in my install:
const DOCUMENTS_LIST_FEED_URI = 'https://docs.google.com/feeds/documents/private/full';
const DOCUMENTS_FOLDER_FEED_URI = 'https://docs.google.com/feeds/folders/private/full';
const DOCUMENTS_CATEGORY_SCHEMA = 'https://schemas.google.com/g/2005#kind';
const DOCUMENTS_CATEGORY_TERM = 'https://schemas.google.com/docs/2007#folder';
That did the trick.
You must use https instead of http if you want to connect to GoogleDocs, which is stated in the error message you are getting: Expected response code 200, got 403 403.4 SSL required. The parts of the message are interpreted like this:
Expected response code 200: the called method expect the http response code to be 200
got 403: the actual received http code
403.4 SSL required: a short description to the code
Look at List of HTTP status codes to get more information.
The examples from the Zend Framework: Documentation: Using Google Documents List Data API - Zend Framework Manual aren't up-to-date and should be like this:
$feed = $docs->getDocumentListFeed(
'https://docs.google.com/feeds/documents/private/full/-/document');

Dropbox php sdk library errors

I am trying to set dropbox api up on this website http://wedapp.users34.interdns.co.uk/
I am using this library http://code.google.com/p/dropbox-php/
I am getting lots of issues i have contacted my host and they have confirmed that i have The OAuth extension installed.
Just keep getting lots of errors like below.
Fatal error: Uncaught exception 'OAuthException' with message 'Invalid
auth/bad request (got a 401, expected HTTP/1.1 20X or a redirect)' in
/home/wedapp/public_html/Dropbox/OAuth/PHP.php:73 Stack trace: #0
/home/wedapp/public_html/Dropbox/OAuth/PHP.php(73):
OAuth->fetch('https://api.dro...', Array, 'POST', Array) #1
/home/wedapp/public_html/Dropbox/API.php(97):
Dropbox_OAuth_PHP->fetch('https://api.dro...', Array, 'POST') #2
/home/wedapp/public_html/index.php(13):
Dropbox_API->getToken('info#isimpledes...', 'webdesigner1982') #3
{main} thrown in /home/wedapp/public_html/Dropbox/OAuth/PHP.php on
line 73
you can see the errors i am getting here. http://wedapp.users34.interdns.co.uk/
Any thing please guys.
A 401 error means "Bad or expired token. This can happen if the user or Dropbox revoked or expired an access token. To fix, you should re-authenticate the user." ( https://www.dropbox.com/developers/reference/api )
You will need to go through the app authentication process again to get a valid token.