Kadena Marmalade api errors - marmalade

Last time I used marmalade(https://kadena-io.github.io/marmalade/), I could see data on it. but I can't see them today.
I was investigating why I could not see any data, and found these api error.
Error Image
This means, server is not working? How can I fix this?

Related

flutter firebase messaging with http to send push notification. i'm going to crazy becuase of this

status is pointing to 401.
I've double-checked to see if I've entered a key or token incorrectly, but that seems unlikely, because I'm not using a
copy-pasted it verbatim, so I'm guessing that something in the
must be going wrong somewhere else.
What I'm trying to do now is, when the post is commented on
So I asked GPT, and he showed me the code in the same form as the picture I posted. Of course, I'm getting the token through firebase messaging just fine, but the problem is that gpt seems to have written the code with an outdated version of the http package, so I googled for the latest version
so I thought it would work, but it didn't.
I've been struggling with this for hours now, and I'm hoping you guys can help me out.

Suddenly receiving firebase database error when logging in through app: " Evaluation error: NSURLErrorDomain: -1003"

I am currently working on an IOS app built through Swift on Xcode. Firebase packages are installed using Cocoapods, and all pods are updated. Additionally, I double-checked that the Plist and Google-Service Info files are correct.
This is the full error line I receive when logging into the app and trying to retrieve user information from the database:
nw_proxy_resolver_create_parsed_array [C3.1.1 proxy pac] Evaluation
error: NSURLErrorDomain: -1003
I am unable to figure out how to resolve this issue as there were no changes in my code and it was working beforehand perfectly.
I can provide code snippets if needed but since the app was working prior, I am assuming this isn't related to my code.
The only time I was able to solve this issue temporarily was to reset the package caches through XCode, allowing me to view posts and other content pulled from the firebase backend. Unfortunately, after I restarted the app, this solution did not work anymore, and the same error from above popped up. Since resetting the package caches worked initially, I am assuming there is no direct correlation between the error and my source code.
Does anyone have any idea as to ways I can solve this issue? It has prevented me from working on my app for several days now. Thanks for any help!
Update: After looking over my code one more time, I found that there was a missing dot in a line of code, leading to my IOS app not running. This did NOT solve the error of nw_proxy_resolver_create_parsed_array [C3.1.1 proxy pac] Evaluation error: NSURLErrorDomain: -1003, but since the app is working successfully, my problem is solved.

Chatbase bot: Unable to load the transcripts. Please try refreshing the page

I tried to apply the suggested method here:
chatbase transcripts not visible
So I filtered only this week and the error is still shown. I'm also filtered past 7days and still getting same issue
We have the same issue. It seems the problem has been appeared since the 30th of July when the Go 1.9 (GA) has been shutted down. Into the borwser console we see this call https://chatbase.com/transcripts/queue_transcript_fetch_job where the response is 503 "Go 1.9 is no longer available. Please refer to ... for more information."
The Chatbase issue seems to have been resolved at this time.

onvif with gsoap 2.8.62 version get error code (SOAP_EMPTY 52)

I get SOAP_EMPTY using gsoap, I have searched for a long time and had no answer,SOAP_EMPTY is newly added to gsoap,and it seems I'm the unlucky guy to meet this problem.
Here is where my code come from:https://github.com/miibotree/ONVIF/blob/master/main.c
Now soap_call___tds__GetCapabilities will return code SOAP_EMPTY,I'm now using gdb to track this problem it seems that I need to set a valid soap->id to avoid this problem,but I'm a fresh guy with onvif and don't know how to set a valid soap->id,and now I'm reading various docs about onvif and trying to solve it.
Hope any guys could help me, sinch searching so many docs makes my eyes pain and I still haven't found the answer,thanks.
SOAP_EMPTY is a validation failure. This error indicates than an element/attribute is empty but is supposed to have content. For example an integer value should not be an empty string. The old error generated by older gSOAP releases in this case was SOAP_TYPE which was less informative. In either case, validation fails. The best way to find out is to use soap_print_fault() and soap_print_fault_location()` where the latter call shows the location in XML where the problem is. Our ONVIF testing with gSOAP did not reveal such an issue.

Getting an error Remote Server is Forbidden(403)

I am getting forbidden error even though the entire code is correct. Can Anyone look in to this.
Thanks in advanceenter image dForbiden errorescription here
You've got to specify Credentials as it's shown in the code sample (comes with the software).