Spotify Play Button - spotilocal.com Error - ERR_CONNECTION_REFUSED - button

The integration of the Spotify Play Button widget, causes more then 29 errors on page load. The script (md.b6ade05.js) causes ERR_CONNECTION_REFUSED errors, when trying to connect.
Is there a solution for this issue?
Screenshot:

That is how the Spotify Play Button tries to find the running Spotify webhelper to communicate with it, so there isn't any way to prevent those requests.

I was having this issue and tried opening up my page in a private window, with extensions disabled - and it worked. Looks like an ad blocker is preventing connection ~

Related

Preview mode on Google Tag Manager does not work for me (timeout)

I have installed Google Tag Manager on my sites but since the new version of Google Tag Manager, I cannot use the preview option. Each time I click on it, I see my website page opening but get then the following error: "Tag Assistant could not connect to a tag on..A timeout occurred while attempting to connect."
How can I resolve this issue?
Thanks
Best
I noticed that I had my ad blocker on. When I turned it off, it worked.
I had the same problem. On this new version, before use the preview mode, you need to submit at least an empty container, then perform your preview mode like always.
I had the same problem. Opening GTM in incognito and then running the preview mode fixed it for me. I'm guessing its one of my extensions.

Firebase Crashlytics links from mail, redirect to error-page, due to wrong Chrome user

Setup:
having a firebase project with crashlytics active
receive mails for crashes
try to open the crash from the link within the mail
Example link: https://console.firebase.google.com/project/xxx-8c64/crashlytics/app/android:com.example.project/issues/3fgdfgfdg9e86f653d84df9fdfdfdf3?time=last-seven-days
I have multiple accounts in chrome. One is my private, one is my work account.
My main account is the private one. (/u/0)
Now, once I try to open the link
result: get redirected to wrong user https://console.firebase.google.com/u/0/
expected result: asking which account I want to use to open the link
My current workaround is to stop loading the link in the middle and replacing the u/0 with u/1 and let chrome continue. This will load the link correctly. But it will not always work and is super cumbersome.
Is there anything I can do? Do some of you face the same problem?
(Besides logging in with my work account. No - I don't want to log out from my main and switch forth and back all the time)
Okay I found a way, although I would love to hear a better one.
Using a redirect chrome extension. Redirector
github Link
Chrome Extension Link
RegEx:
From: ^https://console\.firebase\.google\.com/u/./(.*)
to: https://console.firebase.google.com/u/1/$1

Power BI Iframe: Issue with IE and Edge

We have an Application Developed in ASP.NET inside which we have added an embedded Power Bi Dashboard using iFrame.
The Dashboard is working as expected in Chrome but facing the following issues with IE and Edge.
On IE the Dashboard is not being Displayed when viewed from the Embedded Application and upon clicking the power bi Sign-In button (shown within the Iframe), the application as a whole gets redirected to app.Powerbi.com/.... When you click the back button and refresh, still the sign-in prompt is shown in the iframe.
On Edge, the behavior is same as in IE, except that you click the back button from the app.powerbi.com website and then refresh the page, then the report renders correctly within the Iframe.
I tried clearing the Cache and Cookies, tried adding *.microsoft.com site and *app.powerbi.com to trusted sites list(per power bi forums) but still not working.
I suggest you check for the latest Windows updates and try to install it. Then after again try to test this issue on your side.
If the issue persists then hard refresh the page. Clear all the data for that site and again try to load the page.
I tested the issue with IE 11.1.18362.0 and Microsoft Edge 44.18362.1.0. As per my testing results, both browsers display the Power BI dashboard in ASP.NET site without any issue.
Output in IE 11:
Output in MS Edge:
If the issue persists then try to check the console to see whether there is any error or warning message. It can help to narrow down the issue.

Integrating the Skype Web Control into your own website

I'm recently trying to integrate the Microsoft Skype (Skype Web Control) into my own website. (See demo here)
It's quite simple actually, use the 'Web Control Generator' you will get the code, and then put them into a pure HTML file, it's done! Just like this:
<span class="skype-button bubble" data-contact-id="my-skype-id"></span>
<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
It's very simple! you clicked on the 'Bule Bubble' on the bottom right corner of the screen, Skype window popups up, you sign in with your Skype account and then you're good to go!
Chat is ok, you can send messages, even files(didn't try it)! But every time I click on the Video call button which I marked on the attached image, the error message popup up!
It spent me days, asking for Skype support team, googling around and got nothing, PLEASE, any ideas, suggestions will be greatly appreciated!
UPDATE:
My testing environment already install a Skype application [Skype 12.1807.264.0]
The testing browser is Chrome [Version 64.0.3282.186 (Official Build) (64-bit)]
UPDATE:
I already put an SSL Certificate (https://) on my testing environment, doesn't work either.
All calls must be facilitated through HTTPS. This is a security guideline that needs to be enforced for using Skype Web Control. As told Here https://github.com/Microsoft/BotBuilder/issues/4044

IE Window close issue with linkedin javascript SDK

I am using the sign in with LinkedIn javascript SDK on a site. However, some IE and Edge users are experiencing an issue with the login popup. Instead of seeing the login screen, they get a window that says "The webpage you are viewing is trying to close the window. Do you want to close this window? Yes/No".
If yes is clicked, the window closes. If no is clicked, there is a 404 error.
I believe this has something to do with IE/Edge security and privacy settings or, the SDK may be calling a close() function without an open().
Maybe the linkedIn SDK needs to be edited or, is there a way for me to check for the security settings with js prior to showing the login with LinkedIn button?
Has anyone experience this?

Resources