Troubleshooting Login Issues with OctoSniff
Below you will find a couple of common and rare error messages when logging in and the fixes.
Error: An error occurred while logging in: Request returned an unsuccessful status code: Forbidden.
FIX: Make sure to allow the tool through your pc and/or AV firewalls. If its still happening it may be your VPN blocking the connection if you are using a VPN simply try a different server
- An error occurred while logging in: Generic failure
- An error occurred while logging in: Invalid Class.
- An error occurred while logging in: Not found.
- An error occurred while logging in: The service cannot be started, either because it is disabled it because it has no enabled devices associated with it.
- an error occurred while logging in: invalid namespace
FIX: For all Rare errors.
1.Press the "WINDOWS KEY + R".
2.Type "services.msc" and hit enter.
- locate "Windows Management Instrumentation" right click on it and click stop .
(if its not running then set it to automatic so it runs then stop it.) - Press the "WINDOWS KEY + R".
- Type "%SystemRoot%\System32\Wbem\Repository" and hit enter.
- Delete everything in the following folder .
- Restart your PC.
- An error has occurred while logging in : An error has occurred while sending the request
FIX: For the very rare error.
- Click on the Window's search section in the bottom left of your PC.
- Copy and paste this - C:\Windows\System32\drivers\etc\hosts
- Press enter and it will ask you how you want to open the file. Press Notepad and it will open up.
- Make sure the only thing in the notepad is the text below :
``# Copyright (c) 1993-2009 Microsoft Corp.
#
This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
This file contains the mappings of IP addresses to host names. Each
entry should be kept on an individual line. The IP address should
be placed in the first column followed by the corresponding host name.
The IP address and the host name should be separated by at least one
space.
#
Additionally, comments (such as these) may be inserted on individual
lines or following the machine name denoted by a '#' symbol.
#
For example:
#
102.54.94.97 rhino.acme.com # source server
38.25.63.10 x.acme.com # x client host
localhost name resolution is handled within DNS itself.
127.0.0.1 localhost
::1 localhost``
- Press Ctrl + S and once it is saved, restart your PC and try to open the software again.
Updated on: 24/06/2024
Thank you!