Raised This Month: $51 Target: $400
 12% 

[ANY] Grooveshark 1.2.5


Post New Thread Reply   
 
Thread Tools Display Modes
Tank Missile
Member
Join Date: Aug 2013
Old 05-11-2014 , 01:51   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #41

Quote:
Originally Posted by vodka00 View Post
Running it on 1.5.4 just fine.
Ya, it still throws the same error in chat even after I upgraded my sourcemod. The build I tried using was 1.5.4-hg4041 for windows.
Tank Missile is offline
DrFallen
AlliedModders Donor
Join Date: Jul 2013
Location: ./root
Old 05-11-2014 , 09:54   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #42

Quote:
Originally Posted by Tank Missile View Post
Ya, it still throws the same error in chat even after I upgraded my sourcemod. The build I tried using was 1.5.4-hg4041 for windows.
Make sure the API key is in cfg/sourcemod/grooveshark.cfg

If it is make sure you have the latest socket install https://forums.alliedmods.net/showthread.php?t=67640
DrFallen is offline
Tank Missile
Member
Join Date: Aug 2013
Old 05-11-2014 , 13:42   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #43

Quote:
Originally Posted by DrFallen View Post
Make sure the API key is in cfg/sourcemod/grooveshark.cfg

If it is make sure you have the latest socket install https://forums.alliedmods.net/showthread.php?t=67640
I already had socket installed, and re-installed it to make sure that wasn't the cause. I figured it out though.... I run 2 servers, one on a windows 7 host, and one on a windows vista host. CURL refuses to load on the vista host, causing Grooveshark to fail. When I tried it out on the other server, it worked flawlessly! Yes, vista is shit, but it works fine as a host surprisingly.....
Tank Missile is offline
vodka00
Veteran Member
Join Date: Jun 2012
Location: Los Angeles
Old 05-11-2014 , 16:12   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #44

Quote:
Originally Posted by Tank Missile View Post
I already had socket installed, and re-installed it to make sure that wasn't the cause. I figured it out though.... I run 2 servers, one on a windows 7 host, and one on a windows vista host. CURL refuses to load on the vista host, causing Grooveshark to fail. When I tried it out on the other server, it worked flawlessly! Yes, vista is shit, but it works fine as a host surprisingly.....
Except for the part where it causes plugins to fail on loading
__________________
cw main:

cw speedruns:
vodka00 is offline
Narniashark
Junior Member
Join Date: Jul 2013
Location: The Internet
Old 06-07-2014 , 16:22   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #45

I'm getting this repeated in Sourcemod's error logs whenever we run the plugin...

Code:
L 06/07/2014 - 11:54:36: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:00:43: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:01:09: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:05:32: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:15:30: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:16:18: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:16:34: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:18:19: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 15:02:01: [SM] Native "CloseHandle" reported: Handle feb800ae is invalid (error 3)
L 06/07/2014 - 15:02:01: [SM] Displaying call stack trace for plugin "grooveshark.smx":
L 06/07/2014 - 15:02:01: [SM]   [0]  Line 39, F:\Users\Jacob\Documents\Server Stuff\scripting\grooveshark.sp::OnPluginEnd()
This is happening on both of our servers. One is running version 1.5.3, the other 1.5.3-dev+3952.
It was working fine before this!

It just started today, where when you typed !gs [song], you wouldn't get a notification saying "[Player] is now listening to:".

We had to disable it for now. Our players love the plugin, so hopefully this can get fixed!
__________________
Server administrator for a gaming community.
Narniashark is offline
JayKAy123
Member
Join Date: Mar 2013
Old 06-08-2014 , 20:36   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #46

Quote:
Originally Posted by Narniashark View Post
I'm getting this repeated in Sourcemod's error logs whenever we run the plugin...

Code:
L 06/07/2014 - 11:54:36: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:00:43: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:01:09: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:05:32: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:15:30: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:16:18: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:16:34: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 12:18:19: [grooveshark.smx] socket error 3 (errno 10060)
L 06/07/2014 - 15:02:01: [SM] Native "CloseHandle" reported: Handle feb800ae is invalid (error 3)
L 06/07/2014 - 15:02:01: [SM] Displaying call stack trace for plugin "grooveshark.smx":
L 06/07/2014 - 15:02:01: [SM]   [0]  Line 39, F:\Users\Jacob\Documents\Server Stuff\scripting\grooveshark.sp::OnPluginEnd()
This is happening on both of our servers. One is running version 1.5.3, the other 1.5.3-dev+3952.
It was working fine before this!

It just started today, where when you typed !gs [song], you wouldn't get a notification saying "[Player] is now listening to:".

We had to disable it for now. Our players love the plugin, so hopefully this can get fixed!
This was happening to us too yesterday. Apparently the tinysong website was down, and today I just reloaded the plugin and it worked fine.
JayKAy123 is offline
Narniashark
Junior Member
Join Date: Jul 2013
Location: The Internet
Old 06-08-2014 , 20:45   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #47

Quote:
Originally Posted by JayKAy123 View Post
This was happening to us too yesterday. Apparently the tinysong website was down, and today I just reloaded the plugin and it worked fine.
Whelp, I'm an idiot. That fixed it.

Thanks!
__________________
Server administrator for a gaming community.
Narniashark is offline
milkcookie
Junior Member
Join Date: May 2014
Old 06-13-2014 , 09:32   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #48

Whoa, i think this is awsome plugin! I want to use it but South Korean government blocked grooveshark : - (
milkcookie is offline
doze
Senior Member
Join Date: Mar 2012
Old 06-23-2014 , 16:05   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #49

If someone figures out a way to control the volume of this plugin via chat command or MOTD Window, such as modifying the current Facebook widget the plugin uses to another widget that has volume control, he will get a 10$ PaySafeCard from me or something bought on Steam for the same amount, if you modify the plugin, don't post it public.
doze is offline
Tank Missile
Member
Join Date: Aug 2013
Old 07-17-2014 , 23:41   Re: [ANY] Grooveshark 1.2.5
Reply With Quote #50

Has this plugin not been working for people since the last couple of updates? I'm getting the "[Grooveshark] Player is now listening to by " message when I try to do a song search. I'm running 2 servers on a windows 7 host, both of which are running grooveshark. The socket extension is installed and the api convar is filled out on both servers.

Last edited by Tank Missile; 07-17-2014 at 23:42.
Tank Missile is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:12.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode