Trouble after installing Watson Studio Desktop from the Windows 10 64 bits - ibm-watson

The program does not respond from the project creation right after installation. (ID verification is complete) I deleted it several times and tried to install it again, but it is not solved at all and updating all programs of my computer such as Java, R is not solved. Is there anyone who is experiencing the same phenomenon as me?

Most install problems are a result of a incomplete or corrupt download. Try re-downloading the latest version of WSD and see if it resolves the issue.

Related

too many Edge instances open automatically, with “ERROR:file_io_win.cc(180)] CreateFile settings.dat: Access is denied. (0x5)”

a few days ago I tested Selenium Webdriver and I encountered a problem that too many Edge instances started automatically after I turn on my computer.
I know that many people suffer from this problem, and I tried several ways to solve this, but I didn't make it.
Does anyone know how to fix this problem?
I already disabled the Edge instances in Startup tab. However, I want to know the radical solution to this problem.
The information is below ->
OS: Windows 10 Ver 20H2(OS build 19042.630)
Selenium WebDriver: 3.141.0
Visual Studio Code: V 1.51.1(User Setup)
Edge Browser: V 86.0.622.69 (Official build) (64-bit)
Thanks in Advance!
If possible, then I suggest you make a test with this code.
driverOptions.add_experimental_option("excludeSwitches", ["enable-logging"])
You can let us know about your test results.
It may help you to fix this issue.
Reference: answer

pgadmin 4 v4.28 keeps loading

I installed pgadmin 4 v4.28 and it keeps loading but does not open, I tried opening it as administrator and it still does not open. I had the older version previously but I have deleted PostgreSQL DB and pg admin properly before I install the above version. can you guys help me out on this? the link I have the screenshot of the problem.
Do the following steps to resolve this:
Open your registry editor.
Change the value of HKEY_CLASSES_ROOT\.js\Content Type from text/plain to text/javascript.
Restart the pgadmin server. You can do this by ending the pgadmin background task from the task manager.
UPDATED ANSWER
PGAdmin has been tracking this as bug 5996. In it, they recommend the following solution:
You can add the following lines to the "config_distro.py" and
restart the pgAdmin 4 server:
import mimetypes
mimetypes.add_type('text/javascript', '.js')
The above workaround should work for you.
They also mention:
In the next release, we're looking to include that into the code, so
users don't have to do it themselves.
But the answer to your question, the config_distro.py can be overwritten
in the subsequent upgrades.
pgAdmin does provide another option to set the settings in the
config_system.py file which is intended for system administrator to
include settings and which is outside of the pgAdmin installation.
Please refer https://www.pgadmin.org/docs/pgadmin4/4.28/config_py.html
for more details.
PREVIOUS ANSWER
Another answer had comments asking what caused this/how the author figured it out.
For posterity, this is documented in the FAQ:
When I launch pgAdmin 4 v4.28 or later on Windows, the loading page
never closes. Why?
pgAdmin 4 v4.28 includes additional security features, one of which is
intended to prevent security issues caused by Content Sniffing.
Unfortunately some Windows systems are misconfigured such that this
causes Javascripts used by pgAdmin to fail to load. Opening the
developer tools on your browser will show an error similar to this:
> Refused to execute script from
> 'http://127.0.0.1:57313/static/vendor/require/require.min.js?ver=42800'
> because its MIME type ('text/plain') is not executable, and strict
> MIME type checking is enabled.
>
> (index):39 Uncaught ReferenceError: require is not defined at
> (index):39
This will occur when the value of the registry key at
HKEY_CLASSES_ROOT\.js\Content Type is set to text/plain. To resolve
the issue, use the Registry Editor and reset the value of
HKEY_CLASSES_ROOT\.js\Content Type to:
text/javascript
Finally, restart the pgAdmin server.
Interestingly enough, GoLang, TensorBoard, Django, and many others have had issues filed regarding this same problem. Browsers are refusing to load content because the browser thinks it is being transferred as 'text/plain', based on the registry configuration.
Edited on 25 May 2022 (New Link for pgadmin4 download)
You all have great answers...but then on the experience i just had, the simplest way, which worked for me right away is to install the new version of pgadmin4 without necessarily uninstall the existing one.
That is what i did and i was able to still see all my databases and tables unchanged and untempered.
Just run the installation and you are good to go
You can also downgrade your PgAdmin. I didn't want to change anything in registry editor. So I downloaded and installed pgadmin4-3.6. It works fine on Windows 10 (x64).
I just upgraded PG Admin from v4.28 to V4.29 and it resolved my issue. One can download the latest version from here for Linux, here for Windows and here for Mac.
This is similar to vialy's recomendation. Thanks Vialy's for your input it save my day... :)
I had the same issue with pgAdmin 4.28 using Chrome Browser on windows 10. It started working after I switched to Edge Browser.

Problem reinstalling Advanced Rest Client

today I saw 2 different versions of ARC in my "Programs and features" Windows 10 list, so I choosed to uninstall the older one because I needed a bit of space. At the end of the uninstall, both of them where disappeared!
So, I downloaded the new version from https://install.advancedrestclient.com/, run as Admin and approved changes to S.O., the program started the installation but stucked at 1/3 of it. I waited for a few minutes, then closed it. Every time I try launching it, it stucks at about 1/3 of the installation.
I've tried searching for registry keys, and simply restarting the PC, with no luck.
Please help me if you can, because I really need that prog.
Thanks in advance
Had the same problem. Uninstall from program files didn't work for me either. I used ccleaner to remove then reinstall. Ccleaner will find appropriate registries.
In addition to using CCleaner, as suggested by Ray above, I had to do the following:
1) In the classic "Programs and Features" list (Control Panel style) of Windows 10, I chose Uninstall, upon which Windows 10 said it cannot find the program and asked if I want to remove the program from the list. I answered Yes.
2) Manually delete the folders "Advanced Rest Client" and "advanced-rest-client" (I had both) from %USERPROFILE%\AppData\Roaming and from %USERPROFILE%\AppData\Local (had only one of them).
After that, a fresh installation with the newest arc-setup.exe (version 15.0.5) worked.

Getting the examples in libspotify to work under Windows 7

I want to get started with libspotify on my Win 7 machine but I dont have a clue on how to get it all setup so that I can even run the examples included in the pack. I have a Spotify Premium account and I have tried installing libspotify by copying libspotify.dll to c:\windows, c:\windows\system32 and to c:\windows\SysWOW64 and also changed the path variable to include the path where libspotify.dll is located but I still dont understand how to get the examples to work.
I have Code::Blocks installed but as soon as I try to import and run any of the .c files included in the /examples/ folder I get all kinds of error messages. The truth is that I am not even sure how to install libspotify and the documentation is absolutely non existent so for a beginner it is impossible to even have a chance at getting started.
Is there somebody out there who can do a simple walkthrough on how to install libspotify and get the examples up and running on a Win 7 (64-bit) machine?
The only thing I really want to do with libspotify is to be able to via a command prompt or something like that be able to queue a song in Spotify so I dont really care about the other parts. But I can probably solve that by myself as long as I can get an example up and running.
Sadly libspotify is not well-supported on Windows, in fact the example code won't even build because there is no Windows audio driver for them. Your best bet to just get up and running would be to use mingw, or linux in a VirtualBox environment.

Eclipse cannot find Android Phone

I recently upgraded my android version from 2.2.3 to 2.3.5 (HTC Desire HD), and now eclipse cannot find it, I had no problems prior. I had no problems before. USB debugging is enabled, and my connection type is on charge only (have tried disk drive too). Restarting the computer did nothing, nor did restarting eclipse. I have also done a factory data reset many times. I am on windows 7.
Any ideas/Know what the problem is?
Thanks.
Answer courtesy of 'Samir Mangroliya':
--> Download and install HTC Sync in your pc.
Downloading HTC Sync installed the necessary drivers to my computer.
Connect your phone to computer before starting Eclipse.

Resources