I shared a project on GitHub and my friend wanted to send me a pull request but whenever he sends a pull request he gets a error saying "Push failed: unable to access URL LINK The requested URL returned error: 403" what is this error and how to give access ?
Related
I followed this doc to upload my assetlinks.json file to server, and it can be browsed by url like https://host/.well-known/assetlinks.json. However when I tested it using this tool and got an error "No app deep linking permission found for xxx at xxx" with json response as:
{
"maxAge": "599.999999805s",
"debugString": "********************* ERRORS \n Error: unavailable: Error fetching statements from https://host./.well-known/assetlinks.json (which is equivalent to 'https://host/.well-known/assetlinks.json'): URL_ERROR/3 [14] while fetching Web statements from https://host./.well-known/assetlinks.json (which is equivalent to 'https://host/.well-known/assetlinks.json') using download from the web (ID 1).\n* INFO MESSAGES ********************\n Info: No statements were found that match your query\n",
"errorCode": [
"ERROR_CODE_FETCH_ERROR"
]
}
Is there any solution for this issue? Thanks for any idea!
Good day,
I upload a web resource archive to MobileFirst Console, I expected my mobile device will receive the direct update notification.
However, my app just keep loading.
I go check the mfp trace.log, it just keep printing
[3/9/20 19:52:01:788 MYT] 000000c1 id= com.worklight.common.util.JNDIUtils 1 JNDI Access (global scope) not found in cache for key mfp.cloud.devicelimit
[3/9/20 19:52:01:789 MYT] 000000c1 id= com.worklight.common.util.JNDIUtils 1 globalScopeLookup JNDI Access via globalScopeLookup to mfp.cloud.devicelimit => null
I try to google on this error message but didnt get any good result.
I run the following command to generate the web resource file:
mfpdev app webupdate --build
And then I upload it to MFP Console.
My cordova-plugin-mfp version is as follow:
"cordova-plugin-mfp": "^8.0.2020012903"
Its Cordova app.
There is no client side log, the console just log nothing until it hit timeout, then it only log timeout message.
Any Ideas?
i want to commit changes to GitHub
i can do it with GitHub desktop but i get this error when i try with android studio commit changes button :
"Failed with error: fatal: unable to access 'https://github. ... .git/': The requested URL returned error: 403"
You need to first find the correct SSH/ HTTP address to the repository that you would like to commit to then you can run this command in your terminal:
git remote add origin [remote repository URL]
once connected, you should be able to commit the changes.
I created ibm-mobilefirst-starter:latest container in bluemix. And I am able to access the MFS console.I can see MobileFirstStarter run time its working fine. Now I uploaded new .wlapp and one http .adapter file into MFS console and they are visible in Console. When I try to access the Adapter from Common Resources I am getting Error :
[http://134.168.31.10:9080/MobileFirstStarter/authorization/v1/clients/preview] failure. state: 404, response: The server was unable to process the request from the application. Please try again later.
Client registration failed with error: {"responseHeaders":{"Date":"Tue, 01 Mar 2016 12:35:44 GMT","Connection":"Close","X-Powered-By":"Servlet/3.0","Content-Length":"0","Content-Language":"en-US"},"status":404,"responseText":"","errorCode":"UNEXPECTED_ERROR","errorMsg":"The server was unable to process the request from the application. Please try again later.","invocationContext":null}
I tried with Android environment and tested in device. Couldn't see any response from adapter.
Thanks in Advance.
There is no preview available from the console in non-development environments (i.e. MobileFirst Studio plug-in for Eclipse).
It is unclear from your question if only the preview failing or also from a device/emulator.
After Chat module integration in my APP , I am now trying to integrate the Push Notifications/Messsage module. After many trial and errors and reading through many similar issues on web too, I am unable to resolve the error -
Unable to deliver notification 11897158, received error 401
(Unauthorized, check your App auth_key.)"}]}
I am attaching the error log. I have followed all the steps mentioned on the page:
http://quickblox.com/developers/SimpleSample-messages_users-android.
{"notification":{"registration_ids":["APA91bGo_dbGLikYmsLI_iNUAAqjShKNjAokWgCINioAhit4tKdntaA0akZePAWnBXV5ERSnW6Yr9mlYPeta2VUNDILPpYWh-vxijIGQav_o5icwW9MWUbQ","APA91bE_ShWzcXBYIxQuHJV95VWm2M7IqyjdoT8EacOdtFj3EiIwwSrm4lAgZ06OMOmvD4aADNKHEcb77ygClpurpmIZ81QDTMD8pENCDqcjBJfNQbR4Zu8"],"delay_while_idle":false,"data":{"message":"You have a new message dated today","type":"welcome message","collapse_key":"event5781307"},"time_to_live":86400},"log":[{"device_token":null,"created_at":"2016-02-29T16:18:41Z","delivered_at":null,"failed_at":"2016-02-29T16:18:43Z","error_code":401,"error_description":"Unable to deliver notification 11897158, received error 401 (Unauthorized, check your App auth_key.)"}]}