Sandbox loading with many errors net::ERR_CONNECTION_CLOSED - paypal

After logging in on sandbox.paypal.com, the site is loading with many errors and looks horribly broken.
This seems to be localized to me as my coworkers do not seem to have the same issue, nor have I found any reports of others sharing the same issue.
I'm running OS X Yosemite, and have tried viewing this in Chrome, & Firefox as well as using Incognito mode, but I still get the same thing.
My system is fairly stock with regard to the networking configuration. I do not have any extra firewall configured that may be blocking these connections.
I have no trouble with the normal live paypal site.
Where to even begin troubleshooting this? Any help is much appreciated.
Update
Safari 8.0 (10600.1.25) works.
I was using Chrome Beta (39). My coworker was using stable and after uninstalling and reinstalling the current stable Chrome 38.0.2125.111, it is now working in Chrome as well.
The current stable version of Firefox 33.0.2 is still not working.

Looks like paypall sandbox is broken since 3 days. Before everything was ok, now it serwes 144 empty lines before HTML tag and lost css and other resources.

Related

does Jscript .NET work on latest browsers, like Mozilla, Edge, Chrome

We are working on some old application. Jscript.NET was used to create this software.
This application only works In Internet Explorer. Other browser do not support it.
Has anyone faced similar issue?

Flutter application suddenly has no internet connection at all

I am running my application on Android emulator.
I verified the emulator itself has internet connection. I could browse via Google Chrome.
2 months ago everything worked as expected, and I didn't touch the code.
Suddenly, when I run it I have no internet access via the application.
What I did:
I verified I have the internet permission: <uses-permission android:name="android.permission.INTERNET"/> in: android/app/src/[main|debug|profile]/AndroidManifest.xml.
flutter doctor - everything is fine.
Any advice? observe? I cannot understand why would I lost the internet connectivity
Reposting my comment, since it seemed to solve your issue.
In the past, I've faced such errors. In my case, it was caused by the antivirus software (namely, Kaspersky Antivirus) that ran on the host machine. Disabling it temporarily solved the issue entirely. Try disabling any antivirus software and see how it goes.
From the information you have shared, it's very difficult to give an exact answer. However you could try to troubleshoot the error. Try below thigs:
Create a Webview inside your app and launch to any URL may be www.youtube.com
Try fetching data from a public REST server API e.g. https://api.covidtracking.com/v1/us/daily.json
If youare able to receive the data from the above 2, then the problem is with your server else you should look into your app code.
I am not sure if I understood your question correctly, please consider adding some additional info.
However, I had a similar problem a while ago, for me it helped to delete the emulator device and simply add a new one. Alternatively, you can try wiping the emulator´s data (right click > wipe data).
I don´t know how you verified that the emulator itself has internet connection, but maybe it helps.

Blazor WASM Standalone Debug stopped working

I've been developing blazor wasm apps in vscode for the past few months without incident. All of a sudden, I can't debug via F5 any longer. I'm literally starting with a brand new app (dotnet new blazorwasm) and when I hit F5 I get the following error:
I've uninstalled/reinstalled vscode, chrome, updated .net core 5, tried Edge put things into my launch and launchsettings.json that have helped others and plenty of other things things that I can't recall. Even created a new account on my computer to eliminate possible plugins or settings, same problem.
One thing that does work is that I can debug the old way where I would run Chrome from the command line: open /Applications/Google\ Chrome.app --args --remote-debugging-port=9222
Then you can hit Cmd+Shift+D in Chrome to start debugging within Chrome. This is a stop gap, but I'd really like to figure out how/why this just stopped working.
I created repo that reproduces it on my machine.
I'm not finding a lot of ways to gather diagnostic details that might help me determine the cause, so would appreciate any tips that would help me solve this.
Using latest chrome and vscode, even tried the insider build. No luck. I'm not sure what I did or how to fix it. Any help is greatly appreciated!
This is todo with omnisharp update. I get the same. You can downgrade omnisharp as a test and it will work again. I am investigating.

Unity Hololens project missing SDK (that is certainly installed)

I made a stackoveflow account just to post about this since it's been bothering me for 3 days time (tinkering after work so not much time every day). And this is my first post so please be forgiving if I break a few rules :)
My problem is that after I have installed and configured everything and I have followed the official guide I get these errors thrown by VS
I have researched as much as I can and still nothing. Things I have tried:
Reinstalling VS
Reinsatlling and manually installing the Windows 10 SDK
Adding all the sdk folders to the Path Env. Variable
Rebuilding the project
Building a new project
Changing the version of the UWP
Has anyone else had this issue or know a way to fix it? I really want to start developing for MR after doing a ~10 page documentation on why its the most promising technology...

Chrome does not show network traffic of Silverlight RIA services messages after update to version 32.0.1700.76 m

Couple days ago Google Chrome automatically updated from version 31.* to version 32.0.1700.76 m. After that happened it does not show in DevTools network traffic request/responses of "application/msbin1" type anymore. These requests are visible in all other browsers' dev tools (FireFox, IE) and in Fiddler, but not in Chrome. Also Chrome's popup menu in this version is very glitchy.
I don't see the way to downgrade Chrome to previous version. Please help I don't want to uninstall Chrome.
Network traffic does not even show resources (XAP file) a page loads.
Example:
http://www.microsoft.com/silverlight/pixel-shader/demo/
This page loads file SilverlightShaderApp.xap, however dev tools of new Chrome's version never shows it in network tab.
I posted the question here, because it's developers question, not just chrome users.
I reported this issue on google chrome forum as well: here.
Possibly related bugs:
Issue 173844: Developer tools (Network section) don't show response of requests from flash applications
Issue 335502: XMLHttpRequests from Silverlight is not visible in devtools network tab
To avoid the bug, you could downgrade to Chrome 31. A fully offline installer can be downloaded from http://download.oldapps.com/Chrome/31.0.1650.39_chrome_installer.exe.
If you downgrade Chrome, don't forget to disable auto-update. Also, "star" the relevant issues on Chromium's issue tracker so you'll receive email notifications for progress updates. When the issue is fixed, enable auto-update again.
Often, starting a new version of Chrome renders a profile unusable for older Chrome versions ("Your profile can not be used because it is from a newer version of Google Chrome."). When you see such message on start-up, either delete your old profile (don't forget to make a back-up!) (you can also try to delete some files, according to various users, deleting "Web Data" and "Web Data-journal" is sufficient), or launch Chrome with a new profile directory (--user-data-dir=path\to\profile-dir).
For more information on user profiles, see http://www.chromium.org/user-experience/user-data-directory.