JS Error Console on PS3? - ps3

Does anyone know if it's possible to bring up an error console in the P3 web browser? I'm trying to debug a site that isn't rendering on the PS3.

PS3 use NetFront browser,try: http://www.accessdevnet.com/index.php/Downloads/

Related

how to add browser in my bot automation any where for capturing sites

I'm using latest version of automation anywhere and then I want to capture the site elements.my problems is when I select the window for choosing browser it does not adding the browser and showing the error given below.
ERROR PICTURES
this is happening because your device does not have the agent installed or has an error.

automate electron based desktop app using testcafe not working

i am trying to automate tests for 'lens' electron based desktop application.i was following this link enter link description here to setup the test for electron app.This link expects a 'mainwindowurl' but application doesn't have any main page, but testcafe give suggestion of the mainwindowurl as an error so tried it works but am not convinced with the suggrstion urls ,but same way want to give fixture page url on the test what should be the url should i need to give? then have got one more error ERROR Unable to establish one or more of the specified browser connections. This can be caused by network issues or remote device failure.Please can you guys suggest what to do?
Each and every Electron application has to navigate to a page after opening a window.
I guess that the mentioned Lens app is an Kubernetes IDE: https://github.com/lensapp/lens.
This app uses the BrowserWindow.loadURL function to navigate to the main page:
https://github.com/lensapp/lens/blob/a61425124f18b1cc2d8a507084a472029acc3e6b/src/main/window-manager.ts#L101.
Digging the code a bit more, I found that the main window URL is just localhost with some port:
https://github.com/lensapp/lens/blob/a61425124f18b1cc2d8a507084a472029acc3e6b/src/main/window-manager.ts#L33.
I guess it is possible to determine or set the port number by looking at the code a bit more or asking Lens developers about it.

How to debug web project based on vue js on LG Web Os TV

I used Laravel with vue js for creating web site with listings, and faced with problem on LG tv based on Web OS 3.0 where listings or any elements which are generated using vue js templates does not work. Any ideas what could be wrong or how to debug?
They have very old Browser. Better search for plain javascript solutions.
If you are trying to open your website using the built-in webOS web browser there are no options to inspect/debug it unless you use a remote inspector like vorlonjs. I have used vorlonjs in similar scenarios, but I not sure if it would work on webOS TVs
If you are triying to use your own webOS smartTV app to open your website you must enable the developer mode in your TV and debug your app in order to inspect your website
Best regards
Slick slider was the cause of my problem, switching to another vue carusel solved it.
With the ares-cli, you can debug your ipk the following way:
ares-inspect --device tv --app com.example.app --open

QT5 Fancy Browser not rendering Few pages that shows on regular chrome browser

Im a noob with qt5 and fancy browser, there are a few pages that are not rendering on the fancy browser which is on the client SOC.
are there any tools i can use to debug why some pages are not rendering and some are.
i have enable the QWebSettings::DeveloperExtrasEnabled, and is able to inspect the site and found the error. but the site runs seemlessly on a desktop environment
any help would be appreciated.
Thanks in advance.

MLHttpRequest cannot load in sencha touch 2

I am designing app where I am facing following error of cross domain in google chrome:
1.XMLHttpRequest cannot load
2.Origin localhost:8080' is not allowed by Access-Control-Allow-Origin.
Please provide step by step way to resolve this issue.
Thanks
Follow the steps shown in figure.
When you build your app to android kindly use cordova. It handle cross domain issue in mobile application. Unless when you try your application on localhost you have to disable your browser security.
If your chrome browser opened kindly close it and follow the steps.
Right click on your chrome shortcut icon and select properties and type
--disable-web-security
and open your browser you will see the warning from browser in yellow ribbon as shown below.