Connect ECONNREFUSED - Backendless - backendless

Im creating an android application. When a enable real time services from Backendless to a specific table, and a trigger that event. The backendless console shows me this error: connect ECONNREFUSED 127.0.0.1:9000, trying to connect...and i not using Backnedless pro.

we already discussed this issue on the Backendless support forum. I informed you that our product team will be investigating it.
https://support.backendless.com/t/connect-econnrefused/10456
Regards,
Mark

Related

Graph Explorer says access denied for view list of Channels. Using Microsoft Graph API

visual representation of graph explorer
"Failed to execute Skype backend request GetThreadsS2SRequest."
Today morning my app failed and when I digged enough I realize that somehow my permission to list the channels is denied. Weird part is if i put channels Id after channels in API, i get valid response.
I went to the documentation and made sure I have groupreadwrite permission, all of the sudden api for viewing channels of specific teams gives me
"Failed to execute Skype backend request GetThreadsS2SRequest." error. Sys admin says that no permissions has been changed.
I would expect graph explorer to list all the channels in that specific teams with the v1 endpoint /teams/teamId/channels
Yes, and yes the issue has been fixed. Whole day I had to debug my app to figure out where did the code went wrong. Sometimes it is better look at the source. I checked with Microsoftgraph dotnet issues forum and found out that channel api has some issue. Graph explorer really helped me understand that it was not my code. By the way, I thought since they are deploying channel with private members features. I thought that could be the reason behind it. Thank you for the all the above comments. I wish there is a page where microsoft could tell us in the future if there is any api that is not working

Why are all pricing tiers disabled when trying to create a QnA Maker service?

I'm trying to create a QnAMaker service, the second one in my azure tenant. But when doing so I can't select any pricing tier because both are disabled stating that they are not available in the current location, which is weird because I try in the same location of the first QnAMaker service and also in different locations and still get the same issue.
Tried on Safari, Chrome and Edge, same results. Also tried with my personal Azure tenant. :(
I can create other resources but not QnA Maker.
Any ideas?
I was facing the same problem, so I got in touch with Microsoft Azure Support and they confirmed the issue originated on their side due to an update to the Azure Portal which caused this problem for some users temporarily.
They suggested for the current time to clear the browser cache + sockets and wait for the TTL to expire, use another browser, or use a completely different system and then login to the Azure Portal again.
The problem got resolved for me using Internet Explorer without waiting for the TTL to expire and using Microsoft Edge and Google Chrome after the TTL has expired.
I just had the issue - I solved by opening the browser incognito.

How to connect to bluetooth services like PBAB with Qt?

I am trying to read contacts from my phone to my Linux machine using Qt application. I am only able to pair my phone, but unable to connect / read contacts from it. In fact I'm not sure about the exact api to be used to connect to PBAB profile.
I found samples using dbus to connect to PBAB profile and read contacts. But I would like to know if QBluetooth module support the same if so how to use it.
Hope somebody can help me out in this case.
Thanks in advance :)

Access to connections denied

Anyone is having problems retrieving Likendin connections with new apps?
With old apps my hybridauth app is retrieving connections just fine. While with new apps (I created 3 different apps) I keep getting Access to connections denied
When authenticating I got the correct scopes on likedin login screen(r_basic_profile, r_network, w_messages, r_emailaddresses)
Im using free plugin http://wordpress.org/plugins/wp-social-invitations/ which uses hybridauth
This is a recent problem with the linked. They have stopped providing member connection in their recent API change. Now you have to obtain a partner certificate in order to access member connection information. Even my production application has stopped this functionality to work. We might be removing linked from our application as it is of no use now with so much of restrictions.
Linkedin api changed recently, that's the reason scopes are not longer working
The get connections API in linked in has been deprecated follow this link to get the API' that are allowed as part of developers program right now.

BigRquery - RUN_QUERY_JOB

I've installed "bigrquery" like this:
devtools::install_github("hadley/bigrquery")
library(bigrquery)
And i get this error, when trying to extract data:
Error: Access Denied: Job triple-xxx-xxx:job_zu6P-qSxxx7DBVICij6_QyDv0: RUN_QUERY_JOB
I've looked here and on the web and everyone says that you just need 2 things to extrac data from Google BigQuery:
1.-Have a Project for it (BigQuery Enabled):
2.-Put a billing address for BigQuery.
I've done that, but still got the problem.
IMPORTAT:
For other packages that interact with Google products (Google Analytics), e.g RGA; you need to create a Client ID (OAUTH), do i need to to this with "bigrquery"???
Someone can update the method to get the data?
Ps. I can get the data in the broswer (with the Web Interface provided by Google). But not in R from "bigrquery" - I'm using the version hosted on CRAN.
Ps2. I don't want that the "authentications" to be stored in the cache, is there a way to make "bigrquery" to ask for authentication everytime it tries to connect to BigQuery?
I found this issue on this post, but with the solution out-of-date:
Google App Engine authorization for Google BigQuery
This error means that the user that was running the query was not authorized to run jobs in the project (triple-xxx-xxx). You'd need to add the user that is running the query to the project via the developers console (https://console.developers.google.com/project).
To answer some of your other questions:
You don't need to create a clientid to use bigquery.
I'm not sure if there is a way to force bigrquery to re-authorize every time. That said, looking at the source code (https://github.com/hadley/bigrquery/blob/master/R/auth.r) you may be able to call set_access_cred with null to clear the authentication.

Resources