collapse collapse
* User Info
 
 
Welcome, Guest. Please login or register.
* Search

* Board Stats
  • stats Total Members: 989
  • stats Total Posts: 18363
  • stats Total Topics: 2500
  • stats Total Categories: 7
  • stats Total Boards: 35
  • stats Most Online: 1144

Author Topic: bot errors off the lastest svn  (Read 2057 times)

0 Members and 1 Guest are viewing this topic.

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
bot errors off the lastest svn
« on: September 18, 2007, 09:10:10 pm »
Code: [Select]
aotf [2007-09-18 19:00:11]      [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1889971348
aotf [2007-09-18 19:00:11]      [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1889971348
aotf [2007-09-18 19:00:11]      [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1889971348

This is just one bot, but this is happening across all raid bots I run, and similare problems with the org bots.

and this is happening over and over again on another org bot I run..

Code: [Select]
Noidbot1 [2007-09-18 19:06:54]  [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1822208007
Noidbot1 [2007-09-18 19:06:54]  [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1822208007
Noidbot1 [2007-09-18 19:06:54]  [GROUP] [MSG]   [The Noid] : Bot is online ::: R
oster update starting ::: System busy
Noidbot1 [2007-09-18 19:06:56]  [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1822208007
Noidbot1 [2007-09-18 19:06:56]  [GETUNAME]      [FAILED]        I was unable to
get the user name belonging to: -1822208007
Noidbot1 [2007-09-18 19:06:56]  [GROUP] [MSG]   [The Noid] : [The Noid Guest] :
[The Noid] : [The Noid Guest] : [The Noid] : [The Noid Guest] : [The Noid] : [Th
e Noid Guest] : [The Noid] : [The Noid Guest] : [The Noid] : [The Noid Guest] :
[The Noid] : [The Noid Guest] : [The Noid] : [The Noid Guest] : [The Noid] : [Th
e Noid Guest] : [The Noid] : [The Noid Guest] : [The Noid] : Bot is online ::: R
oster update starting ::: System busy

finally had to shut everything down.. Seems like this if from the roster update part.. it dont seem to be able to get roster updates.. and you cant pull it from FC..

Code: [Select]
Not Found

The requested URL /org/stats/d/1/name/6709250 was not found on this server.

need to have a way to get past this.. expecially when you drop the user table and the FC site isnt advalible
« Last Edit: September 18, 2007, 09:27:25 pm by Nytridr »
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline Blueeagle

  • Omnipotent
  • BeBot Hero
  • ******
  • Posts: 323
  • Karma: +0/-0
Re: bot errors off the lastest svn
« Reply #1 on: September 18, 2007, 09:37:04 pm »
I'm so sorry about that. It was a not-too-well tested update.

As of 1063 (just committed to the SVN) it should be fixed I hope. Unfortunately I haven't made a complete test-set for that wrapper so I am mostly hopinig. :)
The only problem that can't be solved by adding another wrapper is having too many wrappers.

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
Re: bot errors off the lastest svn
« Reply #2 on: September 18, 2007, 09:44:01 pm »
I will repull and let ya know... OK it is good so far.. I am bring up the bots now.. and will watch to see if there is any other problems

« Last Edit: September 18, 2007, 09:46:25 pm by Nytridr »
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline Alreadythere

  • BeBot Maintainer
  • BeBot Hero
  • ******
  • Posts: 1288
  • Karma: +0/-0
Re: bot errors off the lastest svn
« Reply #3 on: September 18, 2007, 09:57:45 pm »
Let me put a warning in here - you cannot rely on SVN being stable. Most of the times the commits are tested, but there may be commits that will (perhaps even knowingly) break the current branch, especially if large internal changes are done.

The 0.4 branch on the other hand should only contain tested stable code at all times.

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
Re: bot errors off the lastest svn
« Reply #4 on: September 18, 2007, 10:01:20 pm »
I will repull and let ya know... OK it is good so far.. I am bring up the bots now.. and will watch to see if there is any other problems



looks good.. ty for the fix
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline Nytridr

  • BeBot Expert
  • ****
  • Posts: 262
  • Karma: +0/-0
    • Rising Sun
Re: bot errors off the lastest svn
« Reply #5 on: September 18, 2007, 10:06:30 pm »
Let me put a warning in here - you cannot rely on SVN being stable. Most of the times the commits are tested, but there may be commits that will (perhaps even knowingly) break the current branch, especially if large internal changes are done.

The 0.4 branch on the other hand should only contain tested stable code at all times.

I know this..:)  but you all are so uber, that I know I trust ya.  I always make a backup of it before I update, so if it dose happen then it isnt a problem..:)
Co-Prez of Rising Sun RK1 (1st & only org I will ever belong to)

Offline Blueeagle

  • Omnipotent
  • BeBot Hero
  • ******
  • Posts: 323
  • Karma: +0/-0
Re: bot errors off the lastest svn
« Reply #6 on: September 18, 2007, 10:14:37 pm »
Also svn update does support a --revision argument and you can browse the SVN checkins by following the link on the left. So you can revert back until the error goes away and then you know which commit broke the bot.

Not sure if you can revert one single file tho.
The only problem that can't be solved by adding another wrapper is having too many wrappers.

Offline Ebag333

  • Contributor
  • *******
  • Posts: 134
  • Karma: +0/-0
Re: bot errors off the lastest svn
« Reply #7 on: September 18, 2007, 10:31:10 pm »
You can always browse through the history of different files, until you find one you like for that specific file. :)

 

* Recent Posts
[AoC] special char for items module by bitnykk
[February 09, 2024, 09:41:18 pm]


0.8.x updates for AoC by bitnykk
[January 30, 2024, 11:16:08 pm]


0.8.x updates for AO by bitnykk
[January 30, 2024, 11:15:37 pm]


BeBot still alive & kicking ! by bitnykk
[December 17, 2023, 12:58:44 am]


Bebot and Rasberry by bitnykk
[November 29, 2023, 11:04:14 pm]

* Who's Online
  • Dot Guests: 462
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.
* Forum Staff
bitnykk admin bitnykk
Administrator
Khalem admin Khalem
Administrator
WeZoN gmod WeZoN
Global Moderator
SimplePortal 2.3.7 © 2008-2024, SimplePortal