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

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.

Related

Kadena Marmalade api errors

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?

How to get Chatbase data to show on Dashboard

Struggling to find some forum to get help on this.
We've started using chatbase and are struggling to see our data in the dashboard. The API returns 200's with message_ids. Anyone able to point me in the right direction in terms of how to debug this further?
Have followed the docs here: https://chatbase.com/documentation/generic and their 'codelab'. Issues logged on github and tweeted.
Some of our data does show up - specifically the Intents and some of the 'Session flows', but the rest is blank. No messages, no 'active users' ever.
So this was resolved by Chatbase updating their code and by us updating the timestamp to match their docs, i.e.:
"time_stamp: int, milliseconds since the UNIX epoch, used to sequence messages"
The full issue was discussed over on Github: https://github.com/google/chatbase-dotnet/issues/1

Magento 2 save configurable product issue

Magento 2.1 admin:-
When updating configurable product I am getting the following issue.
You don't have permission to access /admin/catalog/product/validate/id/3316/type/configurable/store/0/set/4/key/11c0d458dc11fc072a5fdef7f5fb3fe633c433bbf0342175b987f10588ee2b2c/
Thanks in advance.
I have fixed that.
Just checked the server log and found that it was mod_security extension is enable.
That should be disabled.
Okay, How many products are you going to create or assign while creating configurable product.
I have experienced the same issue and I have sorted out with creating a configurable product with few product assignment.
I hope this may help you
Thanks
We were getting the following error -:
=======
403 Forbidden
You don't have permission to access /admin/catalog/product/validate/id/966/type/simple/store/0/set/9/
=====
Emailed hosting provider and they did change the setting at the server level. As soon as they changed the setting the error went straight away.
If they can’t change the setting on the server for some reason then look for product data. You will find malicious code, in our case it was iFrame code snippet which was causing that trouble.

PageExpiredException occurs after closing of ModalWindow

Currently I'm trying to upgrade the application from wicket 1.4 to wicket 6 and I'm stuck with the following issue:
When I try to close ModalWindow, it is closed but I receive PageExpiredException on the page where I was opening this ModalWindow, so I'm redirected to
/myapp/wicket/bookmarkable/org.apache.wicket.markup.html.pages.PageExpiredErrorPage
I thought maybe the way I create ModalWindow is outdated, so I've tried an example from here
http://www.wicket-library.com/wicket-examples-6.0.x/ajax/modal-window?0
and it gives me the same exception.
Maybe I have to configure something in my WebApplication implementation, but I don't know what.
If anyone could help, it'll be really appreciated. Thanks.
Check your server logs for errors related to the serialization of the opener page. PageExpiredException means that the page cannot be found in the page storage. If there was an error with the serialization then it won't be stored and thus later won't be found too.

getting strange error when submitting to iTunes Connect

I am on the last stage of my upload, and i clicked submit, only to receive the error;
There was an error saving changes: NullPropertyException. Stack is: [Ljava.lang.StackTraceElement;#5528cffb
what does that mean?
I am 99% sure I built correctly.
the error changes ( the # bit) after a refresh and click of submit again.
Help me out please!
Sam
Apple's websites all run on WebObjects, which is Java based. Hence the Java error. This is almost certainly a problem on their side. I'd try submitting again tomorrow and if it still fails, contacting their support.