Google Cloud Console - SQL - Failed to Load Error - google-cloud-platform

I see the below Failed to load error with a tracking number when I click on the SQL option:
Failed to load
Tracking Number: c7505762059293335
I have tried clearing the browser cache, and I have also tried using different browsers - tried Chrome, Firefox and IE; I see the same issue in all three browsers.

This message can appear for a number of reasons. It could be an intermittent issue or something wrong with your account settings. To troubleshoot do the following steps in order:
-Try to open the page in incognito mode of your browser
-Check your permissions in IAM
-If the issue persists, open a new private case on Issue Tracker mentioning your project-id by clicking here

Related

Create disk in GCP console show fail to load

I created a role in GCP with below permissions
compute.disks.create
compute.disks.use
compute.instances.attachDisk
compute.resourcePolicies.list
compute.snapshots.list
however, users assigned with the role cannot 'Create Disk' in compute engine Disks page in the google console, it shows
Failed to load.
There was an error while loading /compute/disksAdd?project=project01&supportedpurview=project&pli=1. Please try again.
Request ID: 10432464430460216561
without showing what permissions missing. Are there any other permissions needed?
Thanks
If you are using chrome then try by clearing the cache. If you are not using chrome browser then try it in chrome.
If you are still facing the issues, then try using cloud shell. In the cloud console, at the bottom of the disk creation page “Equivalent Command Line” option will be there. Click on that link and run that command in the cloud shell.

Selenium not working properly on remote server (AWS EC2)

I'm using Selenium with chrome driver to scrape facebook, insta and reddit. Everything's working perfectly on local server. However, when I deploy on AWS EC2 (using Elastic Beanstalk) it does not work properly. Reddit is being scraped without any problem but for facebook and instagram it throws: selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element.
Searching for the solution to this problem, I came to know that this error occurs when the page is not yet loaded completely and we try to look for elements of the page. (Note: this issue did not occur on my local machine.)
To resolve this problem I added waiting delay so that the page can load completely. I tried giving delay of up to 60 seconds but it is still failing to load the page. Note: this issue does not occur on page 1 e.g. on facebook: login goes successful, search query goes successful and the results are shown and then when a try is made to load a specific post error occurs (page fails to load) similarly on Instagram: login is successful but when a try is made to access the search box element error occurs.
No idea why the pages are not being loaded when accessing through AWS server but working fine on my local server. The fact that reddit is being scraped confirms that the issue is not with selenium or other environmental dependencies...
If someone has any idea about this problem, please share. Thanks.

Web sites stop opening - why?

My internet connection behaves in a weird way.
At some point, websites stop opening (I am using Chrome), but the tray icon (Wi-Fi or Lan) indicates that everything is alright, and the TroubleShoot Diagnostics tool tells this as well.
One thing to notice is that when I enter Google search requests at google.com, then it provides me with search results. However, when clicking on any of the search results, then websites do not open.
Sometimes, internet gets "frozen" in this way when I open a Jupyter notebook, which also stops working (which is strange, since it uses localhost at 127.0.0.1:8888).
ping 127.0.0.1 does not show any problems as well, and the file 'hosts' also looks OK (there is the line '127.0.0.1 localhost').
What could be the reason and how else I could trace the problem?
Update: here is the screenshot of the Chrome's development tools (Network tab)
All three error are ERR_TIME_OUT
Sounds like you may have blocked some site/sites with Chrome. You can verify by using a different browser and trying out sites that you can't get to in Chrome.
Another good troubleshooting method is to use Chrome Developer Tools. On Mac, the shortcut is Command+Option+I. Open the developer tools and go to a site that's not working. You should see a bunch of error messages in the console (if the console is not shown, press Esc). Also, go to the 'Network' tab and check if any of the requests are in red.
If the red request status says 'blocked' then open the console back up (Esc button) and click the 3 dots in the top left corner of the console pane. Select 'Request Blocking' and deselect the checkbox that says 'Enable request blocking'
Another possibility is that you've disabled cookies on certain sites. In that case, in the navigation bar, go to chrome://settings/cookies and remove any entries from 'Sites that can never use cookies'

Trouble with Securtity Alerts and Script Errors

I working on a web brower in C++ using Windows Form for my final exam in high school.My problem is that i need manualy to accept Security Alerts and Script Error everytime i try to enter page on internet with my browser.
I tried web browser propertie "Script Error Suppresed" but that just hide error and give me other page to aprove that I'm sure that i want to see that page.
I expect that web browser automaticly allow certificates and allow to coninue even i have script errors.

Failed to load SQL in GCP

Not able to see SQL dashboard in Google Cloud Platform. When clicking on SQL link, getting the below error.
Any idea why it's happening and how to fix it ??
Got the solution from google like 'it's browser issue'. In crome its not working. But in other browser(eg firefox, IE) its working.
This message can appear for a number of reasons. It could be an intermittent issue or something wrong with your account settings. To troubleshoot do the following steps in order:
Try to open the page in incognito mode of your browser
Check your permissions in IAM
If the issue persists, open a new private case on Issue Tracker mentioning your project-id by clicking here
Today this error really annoys so much, comes again and again and only come in the SQL instance, every other thing works fine But in the end, I try to login into Incognito mode and then its work so please try in the incognito mode or else try in a different browser.