ULX

Author Topic: Unauthed error  (Read 4274 times)

0 Members and 1 Guest are viewing this topic.

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Unauthed error
« on: May 03, 2010, 04:40:02 AM »
i have the same problem, exept i have full admin rights on my server and Adduser worked.... when i try !menu or ulx menu or any other command i get the same error [ULIB] Unauthed User... im running a Dedicated Server

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Unauthed error
« Reply #1 on: May 03, 2010, 06:07:56 AM »
i have the same problem, exept i have full admin rights on my server and Adduser worked.... when i try !menu or ulx menu or any other command i get the same error [ULIB] Unauthed User... im running a Dedicated Server

Any errors in console (server or client)? Did you setup sv_downloadurl appropriately?
Experiencing God's grace one day at a time.

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Unauthed error
« Reply #2 on: May 04, 2010, 03:13:50 AM »
i had the same error i mentioned spamming about 7 times everytime i tried to enter a command on the Ingame console, but the Server console is clean... as for sv_downloadurl im not entirely sure where it is, if you could give me a few pointers i would be happy :P

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Unauthed error
« Reply #3 on: May 04, 2010, 05:20:18 AM »
i had the same error i mentioned spamming about 7 times everytime i tried to enter a command on the Ingame console, but the Server console is clean... as for sv_downloadurl im not entirely sure where it is, if you could give me a few pointers i would be happy :P

So you're getting the auth error on the client?
Experiencing God's grace one day at a time.

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Unauthed error
« Reply #4 on: May 04, 2010, 07:41:58 AM »
So you're getting the auth error on the client?
i had the same problem with a Bought server a while ago, they installed it for me and it was the same story as here.... same error too so i dont think its the client exacly

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Unauthed error
« Reply #5 on: May 04, 2010, 07:50:03 AM »
sorry for the double post but this is the exact console error i get....
Code: [Select]
repopulating clients
Player [1][xX.V1P3R.Xx] authed superadmin
(Console) added xX.V1P3R.Xx to group superadmin
(Console) added You to group superadmin
pcmod\sh_datastream.lua:254: DataStreamClient: Unhandled stream ULibRPC!
Unknown command: NA_TypeStart
xX.V1P3R.Xx: !menu
Unknown command: NA_TypeStop
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Unauthed error
« Reply #6 on: May 04, 2010, 08:18:10 AM »
sorry for the double post but this is the exact console error i get....
Code: [Select]
repopulating clients
Player [1][xX.V1P3R.Xx] authed superadmin
(Console) added xX.V1P3R.Xx to group superadmin
(Console) added You to group superadmin
pcmod\sh_datastream.lua:254: DataStreamClient: Unhandled stream ULibRPC!
Unknown command: NA_TypeStart
xX.V1P3R.Xx: !menu
Unknown command: NA_TypeStop
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player
ULib/shared/sh_ucl.lua:46: [ULIB] Unauthed player

Is that output from a listen server, Viper? You can see that you auth correctly, but then your client isn't processing information from ULib as it needs to.
Experiencing God's grace one day at a time.

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Unauthed error
« Reply #7 on: May 04, 2010, 08:42:26 AM »
Is that output from a listen server, Viper? You can see that you auth correctly, but then your client isn't processing information from ULib as it needs to.
It came from the console Ingame.... im hosting on my own computer using the HL2 Dedicated Server configured for garry's mod (srcds) it has done the same thing on a server i had bought from a providor a while ago... im not sure what the problem is!
« Last Edit: May 04, 2010, 08:44:18 AM by Viper »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Unauthed error
« Reply #8 on: May 04, 2010, 08:55:08 AM »
What is pcmod, Viper? Is that an addon? Something in wire? I just noticed the error is coming from pcmod... if you know what it is, I'd try removing it for a little while to see if that's the cause of the problem.
Experiencing God's grace one day at a time.

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Unauthed error
« Reply #9 on: May 04, 2010, 08:59:17 AM »
i dont have PCMod on the server... its a addon but i have it on my Game Client i could remove it and see if it does anything?

Offline Viper

  • Newbie
  • *
  • Posts: 7
  • Karma: 0
Re: Unauthed error
« Reply #10 on: May 04, 2010, 09:44:36 AM »
That Seemed to have solved it... thanks!