Import does not work

When I enter my thingiverse account name and hit the import button I always get an error message stating that

Thingiverse username not found.

Are you able to fix this bug?

Often, this error is triggered due to a formatting error in the registry script. Other issues include temporary glitches, third-party software conflict, and permission issues. Here we show you how to fix the “Registry Editor cannot import file” error in Windows.

Close

  1. Check the Registry File for Formatting Errors
    If you see the error, The specified file is not a registry script, check the registry script file for formatting errors. The common contributing factor to registry script errors is blank lines.

Follow these steps to check and fix the formatting error with your registry script:

Right-click on the registry file that you want to import.
Select Open With and then select Notepad. You can also use Notepad++ if you have it installed.
remove blank line registry script notepad
When the file opens, check if the first line is blank. If yes, remove the blank space to ensure the registry script starts with the Windows Registry Editor Version XX line.
Press Ctrl + S to save the script.
removed blank line registry script notepad
Once done, try importing the registry to see if the cannot import error is resolved.

  1. Check the Registry File for Encoding Errors
    save reg file encoding ANSI
    If the issue persists, check for encoding issues. To troubleshoot encoding issues, do the following:

Open the registry script in notepad. To do this, right-click on the script file, select Open With and select Notepad.
In Notepad, click on File and select Save As.
In the save dialog, click the drop-down for Encoding and select ANSI or Unicode.
Click Save to save the file with ANSI encoding.
Needless to say, your script name should end with the .reg extension, and the Save as type should be set to All Files (.). Without this, your registry script will not work.

Once done, try to import the registry file and check for any improvements.

  1. Check for Third-Party Program Conflicts
    If you have a clean registry file, look for other services and programs creating conflict during the import process.

Start by closing any conflicting app in the background using the Task Manager. A quick reboot can help you fix issues triggered due to temporary glitches. Restarting your PC will close all the running apps including the programs using the Registry Editor.

After the restart, try to import the registry file to see if the error is resolved.

  1. Import the File in Safe Mode
    In safe mode, Windows boots with a basic set of drivers and services essential for the operating system to work. Safe Mode is helpful to fix issues that occur due to a third-party app conflict.

You can try to import the registry file in safe mode to see if that helps resolve the cannot import error. Here’s how to boot into safe mode in Windows 11. These steps are also applicable if you are running Windows 10 instead.

Regards,
Rachel Gomez