Skip to main content

Login Issues in Receiver πŸ”’

Issue: Invalid Username or Password Error Message πŸš«β€‹

Login Issue

This issue can happen due to the following reasons -​


1. Issue: Incorrect Username or Password πŸ”β€‹

Ensure the username and password are correct. Contact the CSR team if you are uncertain about the credentials.


2. Older SSL/TLS Protocol Support πŸŒβ€‹

Older versions of Windows might not support newer SSL/TLS protocols required for secure HTTPS connections.

Solution:

  • Change the server_address in config.json to http://live.radsmart.in:8000

3. Windows Firewall Blocking πŸ§±β€‹

The Windows Firewall might be blocking the public access of the application.

Solution:

  • Check the firewall settings to ensure the application is allowed internet access.
  • Allow public access to the radsmart_receiver.exe application.
Follow the steps in this collapsible to allow the application through the firewall
For Windows 10/11 πŸ’»
  1. Search for Firewall:

    • Press Windows Key and type β€œFirewall”.
    • Select Windows Defender Firewall from the search results.
  2. Allow an App through Firewall:

    • In the left pane, click on Allow an app or feature through Windows Defender Firewall.
  3. Change Settings:

    • Click the Change settings button. ⚠️ You might need administrator privileges for this step.
  4. Find or Add the Application:

    • Look for the application in the list. If it's not there, click Allow another app… to browse and add the application to the list.
  5. Allow Public Access:

    • Once the application is listed, check the boxes under both Private and Public columns to allow it to communicate through the firewall in all network types.
  6. Confirm and Apply:

    • Click OK to apply the changes.
For Windows 7/8 πŸ’»
  1. Open Windows Firewall:

    • Go to Control Panel > System and Security > Windows Firewall.
  2. Allow a Program through Firewall:

    • Click on Allow a program or feature through Windows Firewall.
  3. Change Settings:

    • Select Change settings. ⚠️ Administrative privileges might be required.
  4. Add the Application:

    • Find the application in the list, or click on Allow another program… to add it.
  5. Set Network Permissions:

    • Check the boxes for Home/Work (Private) and Public to set the desired network types where the application should be allowed.
  6. Save the Settings:

    • Click OK to save your settings.
tip

You might need administrator rights to change firewall settings.

tip

After changing the firewall settings, restart the application to ensure the changes take effect.


caution

⚠️ If you're not comfortable making these changes, or if these steps do not resolve your issue, you may want to consult with the developer team.

Remember that changing firewall settings can have implications for your system's security, so proceed with caution.


4. Specific URL Issues πŸ”—β€‹

It has been observed that in some systems the issue exists for the URL https://live.radsmart.in. As of now, it’s unclear why the issue comes for this URL.

Temporary Solutions:

  • Change server_address to https://app.telefi.ai OR
  • Change server_address to http://app.telefi.ai:8000