Entities failing to load in DF Console - dialogflow-es

When Clicking on an existing Entity or trying to make a new one DF gets stuck loading
This recently started. it happens to me on all accounts, all browsers and even when clearing application data.
enter image description here

Related

Video Indexer Displays blank dashboard

I want to highlight an issue that I am encountering with video indexer. On my machine, whenever I try to login to video indexer ( either microsoft or gmail account), it shows me blank dashboard like the one below:
I have tried running it on other browsers and incognito as well (clearing browser cookies too). But nothing works on my machine. However, the same works fine when I log in through my other machine. Any help will be appreciated.
Make sure you try incognito mode without any browser plugins/extensions.
Can you open the browser console and see if you are getting any errors or network issues?
Looks like the GRAPH API is hitting a 401.
This is used to return the currently logged in user.
Since you are saying it is working in another machine fine.
The possibility I can think of is because of Conditional Access Policy(Location based mostly).
There could be some policies(for Security) that can be set at the tenant level which is making the Graph API to error out with 401.
The one machine is within the compliance (trusted network/vpn/domain joined etc.) where as the other one is not compliant. Hence the error.

Attempt to update your production data failed - Actions on Google

Where:
In build -> Actions -> Upload content via Google Sheets
Problem: I have the trivia template selected. I've already created a sheet and uploaded and deployed my action. Now I figured out that one of my questions had a wrong answer. So I updated the sheet and then went back to the actions tab to upload content via google sheets
Then I clicked on UPDATE TEST and tested my app in the simulator. The changes were reflected.
Then I clicked on UPDATE PROD and I get the following message
On doing further investigation I found out that the GET request is returning a 403 error
and in the Network tab, this is the response I'm getting:
I'm not sure what is going on.
I have encountered the same situation.
However, there is a workaround or it must be the right action when upgrading your Q&A Sheet. It is to use "submit for production" in Deploy>Release sidebar. See [attached image].1
I also had the same problem. I think you have changed the Google Sheet's name and questions per page, so it gives an error. If you give the same name and questions per page it is taking i.e. updating.

Is there any way to disable self-refresh of page in ChromeDriver by Selenium?

I am using ChromeDriver to navigate to web pages, but the page is getting refreshed itself at short intervals. I don't want that to be happened, because the structure of page will be back to the original after refreshing.
Actually, I used the code driver.get_log() to load the logs of the network all the time, and the structure of page determine which of logs driver get. That is why I need that the page don't refresh itself.
link of page:https://www.bet365.com/?lng=10&cb=10581211257#/IP/

Media images in production vanishes for some time after Impex import

Images in homepage and search result pages are missing for some time, this happens after performing Impex import for products after making some changes in media files. The product details page works fine by showing the updated images after synchronization from staged to the online catalog.
Interestingly this issue will be solved after some time makes it difficult to debug.
This issue is related to the Solr indexing after synchronization. after impex import and synchronization with online cataloge,the media URL will get updated.Since the Product details page fetch image url's from database,it will show up.but the respective images in home page and search pages are taken from solr and that is not valid anymore because the cron job to update sold index not yet completed.
The solution is to replace the image URL which is suppose to be shown in search page as well as in the home page contained in product data to the updated one from DB using modelservice().save(productData) using populator.

WordPress posts keep changing order Android app

I am working on an Android application for my Wordpress site, I've added the Rest API plugins in order to be able to get the data in JSON form.
I am using the following URL to get posts
http://mywordpress.com/wp-json/wp/v2/posts/?categories=1&per_page=100
I am using &per_page=100 because it seems that by default it loads only 10 posts.
My problem is that every time I load posts in my Android app, the posts are displayed in a random order, I am using SwipeRefreshLayout so that I can refresh the posts, but each time I do the refresh the posts are displayed in random ordered, is there a way I can order my posts by date desc?
JSON data can never be relied upon to be in a certain order. Refer to JSON order mixed up
Sort the data to get a certain order.

Resources