Problems install Sabnzbd Error Messages

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
JackRo67
Newbie
Newbie
Posts: 6
Joined: January 1st, 2018, 5:03 pm

Problems install Sabnzbd Error Messages

Post by JackRo67 »

Hello I installed sabnzbd and start I become the Message :SABnzbd.exe 2.3.2 SABnzbd detected a fatal error: Cannot access the user profile. Please start with sabnzbd.ini file in another location Program did not start! What is wrong ?
JackRo67
Newbie
Newbie
Posts: 6
Joined: January 1st, 2018, 5:03 pm

Re: Problems install Sabnzbd Error Messages

Post by JackRo67 »

UnicodeDecodeError:
'utf8' codec can't decode byte 0xfc in position 11: invalid start byte
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Problems install Sabnzbd Error Messages

Post by sander »

Is there a ü (u with umlaut) in your user name? Or in your path?
And you're on Windows, right?

Did you use earlier versions of SAB on your Windows system? Which version? Did that work?
JackRo67
Newbie
Newbie
Posts: 6
Joined: January 1st, 2018, 5:03 pm

Re: Problems install Sabnzbd Error Messages

Post by JackRo67 »

Yes , my Windows 10 User Profilename has a "ü" ! Must i change the Username ? Its difficult and Tricky to change it, earlier Versions do also not work.
What can i do now ?
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Problems install Sabnzbd Error Messages

Post by sander »

I'm surprised; I thought SAB on Windows could handle a ü in a username.

So I tried, and I can put my sab-confing into directory umlaut-jürgen. No problem

So something strange is going on.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Problems install Sabnzbd Error Messages

Post by sander »

Are you good with the command line? If so, maybe you can do this as a workaround

Open a CMD (terminal) window in Windows
Find and go into the directory with sabnzbd-console.exe
Then do this:

Code: Select all

sabnzbd-console.exe --config-file c:\blabla\myconfig.ini
With c:\blabla\ a directory that is writable and has no special characters
JackRo67
Newbie
Newbie
Posts: 6
Joined: January 1st, 2018, 5:03 pm

Re: Problems install Sabnzbd Error Messages

Post by JackRo67 »

PS C:\sharing\SABnzbd> SABnzbd-console.exe --config-file c:\blabla\myconfig.ini
SABnzbd-console.exe : Die Benennung "SABnzbd-console.exe" wurde nicht als Name eines Cmdlet, einer Funktion, einer
Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad
korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ SABnzbd-console.exe --config-file c:\blabla\myconfig.ini
+ ~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (SABnzbd-console.exe:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: Der Befehl SABnzbd-console.exe wurde nicht gefunden. Er ist jedoch am aktuellen Ort vorhanden. Windows PowerShell lädt Befehle nicht standardmäßig vom aktuellen Ort. Wenn Sie diesem Befehl vertrauen, geben Sie stattdessen ".\SABnzbd-console.exe" ein. Weitere Informationen erhalten Sie unter "get-help about_Command_Precedence".

It dosnt work :-(
JackRo67
Newbie
Newbie
Posts: 6
Joined: January 1st, 2018, 5:03 pm

Re: Problems install Sabnzbd Error Messages

Post by JackRo67 »

The Log at Moment :

Traceback (most recent call last):
File "SABnzbd.py", line 1701, in <module>
File "SABnzbd.py", line 1236, in main
File "sabnzbd\decorators.pyo", line 36, in call_func
File "sabnzbd\__init__.pyo", line 321, in initialize
File "sabnzbd\bpsmeter.pyo", line 190, in read
File "sabnzbd\bpsmeter.pyo", line 149, in defaults
File "sabnzbd\decorators.pyo", line 36, in call_func
File "sabnzbd\database.pyo", line 86, in __init__
File "sabnzbd\database.pyo", line 91, in connect
sqlite3.OperationalError: unable to open database file
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Problems install Sabnzbd Error Messages

Post by safihre »

If you use powershell you should use:

Code: Select all

.\SABnzbd-console.exe --config-file c:\blabla\myconfig.ini
But the c:\blablashould be really an existing folder, not actually "blabla".
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
JackRo67
Newbie
Newbie
Posts: 6
Joined: January 1st, 2018, 5:03 pm

Re: Problems install Sabnzbd Error Messages

Post by JackRo67 »

Perfect ! Thank you ! It works now !
Post Reply