Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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.

The bot does not receive any of my orders

RMrenex

Member
Hi everybody,

I have linked the sinusbot entity to mine in the parameter and yet when I send a command to the bot absolutely nothing happens. Because of this the script yt-dl does not work however it is well installed on my vps. I use the bot on Teamspeak.
 

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
After update same problem, !help don't work as well. Release update without testing nice.
Update from what version to which?
How do you even possibly think, that one can help you without providing the most basic and crucial information? Or did you come here to post your blame?

" It's not what you say, but how you say it."
I can guarantee you, for each post like yours, there are 3 silent ppl reading this forum, where everything is working as supposed.
Provide the needed details and people will help you here.
 

toster234

Member
Update from what version to which?
How do you even possibly think, that one can help you without providing the most basic and crucial information? Or did you come here to post your blame?

I can guarantee you, for each post like yours, there are 3 silent ppl reading this forum, where everything is working as supposed.
I don't want help. I only reply to thread.

where everything is working as supposed.
Nope, there are multiply posts a about problem and this is a known problem, the talk was on discord about it.

Version with one have this bug 0.14.3-0e747fd
 

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
I don't want help. I only reply to thread.
So what's your intention then?
Nope, there are multiply posts a about problem and this is a known problem, the talk was on discord about it.

Version with one have this bug 0.14.3-0e747fd
Correct, it is a known problem, and guess what... there is a fix: Update to the most recent version (1.0.0-alpha.5-9767656) !

The problem did not occur by an untested update or something like that.
I had this exact version as you, running fine since I installed it back in October. I was solving the exact same problem with an user. He had the same version, the same scripts like me, nothing did work at him. Mine was running smooth and fine. Only difference was that he recently re-installed.

So how can the same thing work and don't work at the same time?
The answer is: I don't know!
But I know (by reading the forum stickies) that this problem is fixed in 1.0
So why are you still mourning, and not already updating?

EDIT: @RMrenex If you also have 0.14 or prior .... Get yourself the newest 1.0alpha, the yt-dl script is already updated for that new version.
 

toster234

Member
So what's your intention then?

Correct, it is a known problem, and guess what... there is a fix: Update to the most recent version (1.0.0-alpha.5-9767656) !

The problem did not occur by an untested update or something like that.
I had this exact version as you, running fine since I installed it back in October. I was solving the exact same problem with an user. He had the same version, the same scripts like me, nothing did work at him. Mine was running smooth and fine. Only difference was that he recently re-installed.

So how can the same thing work and don't work at the same time?
The answer is: I don't know!
But I know (by reading the forum stickies) that this problem is fixed in 1.0
So why are you still mourning, and not already updating?

I update but, on this version my scripts don't work. If the update would not be necessary, I would use an older version and there would be no problem. That's why I'm so "dissatisfied" :)
 

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
Well but for some reason you updated in the first place. Else the problem wouldn't have occured. :)

Which scripts are not working? Maybe they are easily to be updated?
I got all of mine to work with the new update myself, or they were already updated by their authors.
 

toster234

Member
Nah, i don't use public script. It seems to me that I will fix it anyway later. But i can send log.
Code:
2019-02-21T23:28:17+01:00 error on callback func: Uncaught exception: TypeError: Cannot read property 'http' of undefined at WruczekTools-Toster:60:21 sinusbot.http({ ^ Stack trace: TypeError: Cannot read property 'http' of undefined at Object.jsonHttpRequest (WruczekTools-Toster:60:22) at Object.youtubeApiRequest (WruczekTools-Toster:95:23) at WruczekTools-Toster:268:23
 

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
Nah, i don't use public script. It seems to me that I will fix it anyway later. But i can send log.
Your error is caused by the following...
  • the sinusbot object (the first parameter of the main function callback) has been removed. If you used it for the sinusbot.http call recently, please check out the documentation to migrate to the new http module - the migration should be almost seamless.
from here https://forum.sinusbot.com/resources/internal-beta.1/update/1119/

If you made the script by yourself, another look at the new documentation should tell you, how to use the "new" http function:
https://sinusbot.github.io/scripting-docs/#http
 

RMrenex

Member
So what's your intention then?

Correct, it is a known problem, and guess what... there is a fix: Update to the most recent version (1.0.0-alpha.5-9767656) !

The problem did not occur by an untested update or something like that.
I had this exact version as you, running fine since I installed it back in October. I was solving the exact same problem with an user. He had the same version, the same scripts like me, nothing did work at him. Mine was running smooth and fine. Only difference was that he recently re-installed.

So how can the same thing work and don't work at the same time?
The answer is: I don't know!
But I know (by reading the forum stickies) that this problem is fixed in 1.0
So why are you still mourning, and not already updating?

EDIT: @RMrenex If you also have 0.14 or prior .... Get yourself the newest 1.0alpha, the yt-dl script is already updated for that new version.
Ok Thank's
 

RMrenex

Member
So what's your intention then?

Correct, it is a known problem, and guess what... there is a fix: Update to the most recent version (1.0.0-alpha.5-9767656) !

The problem did not occur by an untested update or something like that.
I had this exact version as you, running fine since I installed it back in October. I was solving the exact same problem with an user. He had the same version, the same scripts like me, nothing did work at him. Mine was running smooth and fine. Only difference was that he recently re-installed.

So how can the same thing work and don't work at the same time?
The answer is: I don't know!
But I know (by reading the forum stickies) that this problem is fixed in 1.0
So why are you still mourning, and not already updating?

EDIT: @RMrenex If you also have 0.14 or prior .... Get yourself the newest 1.0alpha, the yt-dl script is already updated for that new version.
I did the last update but it still does not work...
 

MCGamingDE

Member
well I had the same problem while updating the sinusbot but I didn't update the yt-dl script, should I do this too?
 
Top