• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Error Database

Status
Not open for further replies.

Kyro

New Member
Operating System: Linux / Debian
SinusBot Versio.: 0.9.18
TS3 Version: 3.0.18.2

Problem Description
Problem of database. After searching my error I found nothing. Here you have the code

Code:
 ___ ___ _  _ _   _ ___ ___  ___ _____  BETA
/ __|_ _| \| | | | / __| _ )/ _ \_   _|
\__ \| || .` | |_| \__ \ _ \ (_) || |
|___/___|_|\_|\___/|___/___/\___/ |_|

Version: 0.9.18-8499d2c
(C) 2013-2016 Michael Friese. All rights reserved.

2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin Animated Nickname.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin advertising.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin aloneMode.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin aloneUserMode.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin auto_channel_creator.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin badchan.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin bookmark.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin channelassigner.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin come.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin covatar.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin dev.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin followme.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin idle.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin mc_server_info.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin metadata.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin norecording.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin rememberChannel.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin showcase.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin sound.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin stickyChannel.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin votekick.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin welcometext.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin youtube.js
2017/03/14 21:39:37 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin ytsearch.js
2017/03/14 21:39:37 X [MAIN] Starting up fake x-server...
2017/03/14 21:39:37 Error on database operations: attempt to write a readonly database
2017/03/14 21:39:37 This usually happens, if the bot user does not own the database files (e.g. when you first ran the bot as user root but now moved to another user). To fix this, please make sure that the bot user owns the entire data directory.
 

Kyro

New Member
But I'm not a programmer I follow a tuto and I don't know how to do this. Could you give me a link or the command please ?
Thanks
 

irgendwr

no longer active, "retired" staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
But I'm not a programmer I follow a tuto and I don't know how to do this. Could you give me a link or the command please ?
Thanks
If you have the user and group sinusbot and installed it in /opt/sinusbot use this:
Code:
chown -R sinusbot:sinusbot /opt/sinusbot
and don't start the bot as root.
 
Status
Not open for further replies.
Top