377: Getting Unknown server error

nin****@gmai***** (Google Code) (Is this you? Claim this profile.)
Jan. 24, 2008
I am from VMW, and trying to use the Review Board for code review, and 
here is what I got:

$ ls /root/post-review -l
lrwxrwxrwx    1 root     root           38 Jan 23 13:53 /root/post-review -
> /exit14/home/chrxxxx/bin/post-review

$ /root/post-review 1103475
Traceback (most recent call last):
  File "/root/post-review", line 452, in <module>
    main()
  File "/root/post-review", line 447, in main
    repository_path, client_root = get_repository_paths()
  File "/root/post-review", line 218, in get_repository_paths
    info = socket.gethostbyaddr(hostname)
socket.herror: (3, 'Unknown server error')
#1 swathik********@gmai***** (Google Code) (Is this you? Claim this profile.)
I'm seeing this too. I wanted to try using reviewboard, and just upgraded my python
package and stuff..Seeing the same error. Will try using the web UI in the meantime.

swathik@swathik-lx:/mts/dbc2/swathik/work/merry/main/bora$ post-review 579217
You must log in the first time.
Username: swathik
Password:
Traceback (most recent call last):
  File "/exit14/home/swathik/bin/post-review", line 452, in ?
    main()
  File "/exit14/home/swathik/bin/post-review", line 447, in main
    repository_path, client_root = get_repository_paths()
  File "/exit14/home/swathik/bin/post-review", line 218, in get_repository_paths
    info = socket.gethostbyaddr(hostname)
socket.herror: (3, 'Unknown server error')

swathik@swathik-lx:/mts/dbc2/swathik/work/merry/main/bora$ ls -l ~/bin/post-review
lrwxrwxrwx 1 swathik 201 38 2008-01-24 11:26 /exit14/home/swathik/bin/post-review ->
/exit14/home/christian/bin/post-review

chipx86
#2 chipx86
This is now fixed in my post-review script. Since you're using a symlink, you should
get the fix automatically.
  • +Fixed
  • +Component-Scripts