Getting authorization error while pushing selenium webdriver code to Bitbucket - eclipse

While i'm trying to push my selenium code to bitbucket using "EGit - Git integration for Eclipse 5.4.0", getting the below authorization error,
Error Detail:
https://name#bitbucket.org/name/testing.git: not authorized
https://name#bitbucket.org/name/testing.git: not authorized
I have my company account and my account is registered with company email which is managed by Google , eventhough I have provided correct credentials I'm getting this authorization error . I have tried giving many different combinations but getting into the same error.
Can anyone please tell me what is wrong with it, Is there any settings i have missed out or any other things i need to do to overcome this error and push the code to Bitbucket.
Attached the image of the error for reference, if anyone can guide me on this,will be much grateful.
Thanks in advance!!

Related

Can't Connect Google Tag Manager to Meta. Getting "Publishing failed."

I am in need of assistance with my Meta's Conversion API and Google Tag Manager setup. I have successfully set up a web and server container, with the server container being manually configured and running on AWS.
I am currently working on the "Publish resources" section, but am encountering an error that says "Publishing failed. We were unable to publish the resources to your Google Tag Manager account. Please try again." I would greatly appreciate it if someone could provide some guidance in resolving this issue.
For reference, my web container is running on web.example.com, the tagging server is running on tagging.example.com, and the preview server is running on debug.tagging.example.com. I have followed this guide to set up my server-side tag manager on AWS: deploy-server-side-google-tag-manager-aws/.
Here are some screenshots:
The error
Console error
Console error link
I google-searched for this error and all I can find is other people with the same error but no solution was provided. I have also emailed Google and Meta support but I haven't gotten a response yet.

Google Action SmartHome - Publishing a release returns unknown error

I created a SmartHome project with all information provided (all checks are OK in project overview).
When I go to Deploy > Release and click on Submit Production then Submit for review an error occured:
Conversation fulfillment ... has invalid API version '0'
Any idea whats's wrong ?
Problem fixed by Google internal team (direct contact to support).
From aog-support#google.com:
I received a response from our internal team that the issue has been fixed. Please re-submit your Action for review and let us know if the issue still occurs.

Atlassian Connector for Eclipse can't login to Jira

Since today the Atlassian Connector can't login to our Jira installation. It's hosted at atlassian.net.
I can only see this Exception in the eclipse.log:
com.atlassian.connector.eclipse.internal.jira.core.service.JiraAuthenticationException: Client response status: 401
at com.atlassian.connector.eclipse.internal.jira.core.service.rest.JiraRestClientAdapter.call(JiraRestClientAdapter.java:749)
at com.atlassian.connector.eclipse.internal.jira.core.service.rest.JiraRestClientAdapter.getFavouriteFilters(JiraRestClientAdapter.java:274)
at com.atlassian.connector.eclipse.internal.jira.core.service.JiraClient.getNamedFilters(JiraClient.java:562)
at com.atlassian.connector.eclipse.internal.jira.ui.wizards.JiraNamedFilterPage$14.run(JiraNamedFilterPage.java:512)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
The Login on the website works without problem.
Does this problem relate to the Hack on HipChat/Confluence?
Thx
You are seeing Error 401 which is related to invalid authentication. Have you changed your password after incident? If so - check your settings in Eclipse.
Next day it works again. Maybe fixed by atlassian.
thx anyways.

Getting BXNUI0005E error while trying to create a new app

I am trying to create a sample app using the Liberty Java API but I am getting following error:
BXNUI0005E: The 'SampleJavaApp' application could not be added. See
the Troubleshooting topics in the IBM Bluemix Documentation to check
service status, review troubleshooting information, or for information
about getting help.
My dashboard is showing that more than 1GB of space is available in my workspace. It seems to be an issue at Bluemix end. Please help in resolving it.
Thanks & Regards,
Prerna
Usually this problem occurs when an application with the same name already exists. SampleJavaApp is quite generic. Try to choose a unique name.

Github API v3 giving 404 errors

Im using Joomla platform JGithub to communicate with Github API v3.
The code are all ok and i was able to use all GET methods (getComment etc).
But all POST, DELETE methods are failing with 404 error with a message Nothing Found.
Am just using username and password for authentication (No Oauth and stuff..)
Any idea why this error might be.
Another Joomla code was able to do this with the same script.
This is what confusing me.