ausairman
|
I have a similar issue to that discussed here: http://www.playonmac.com/en/topic-7919-PlayOnLinux_website_is_unavailable.html
Unfortunately, neither of the fixes helped me. I am running POL 4.0.13 with ubuntu 11.10 32-bit. If I type the following command
wget -q "http://repository.playonlinux.com/version2.php?v=4.0.7" -T 10 -O-
I get the usual "unable to resolve host" error, but when I type this:
wget www.google.com
it works just fine. Here is the error when I Playonlinux and try to access one of the lists:
Traceback (most recent call last):
File "/usr/share/playonlinux/python/install.py", line 258, in search
self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/search",'r',"utf-8")
File "/usr/lib/python2.7/codecs.py", line 881, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/home/arman/.PlayOnLinux//configurations/listes/search'
Traceback (most recent call last):
File "/usr/share/playonlinux/python/install.py", line 374, in AddApps
self.apps = codecs.open(Variables.playonlinux_rep+"/configurations/listes/5",'r',"utf-8")
File "/usr/lib/python2.7/codecs.py", line 881, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/home/arman/.PlayOnLinux//configurations/listes/5'
I tried adding my ISP nameservers to resolv.conf, as well as running the bash script provided here: http://www.playonmac.com/en/topic-7919-PlayOnLinux_website_is_unavailable.html
Neither worked, any suggestions?
|
ausairman
|
Sorry for the slow reply (time difference + had to go to work!). Here is what happens when I run dig:
arman@arman-XPS-M1530:~$ dig repository.playonlinux.com
; <<>> DiG 9.7.3 <<>> repository.playonlinux.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3867
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
;; QUESTION SECTION:
;repository.playonlinux.com. IN A
;; ANSWER SECTION:
repository.playonlinux.com. 42910 IN A 91.121.5.64
;; AUTHORITY SECTION:
playonlinux.com. 41840 IN NS ns22515.ovh.net.
playonlinux.com. 41840 IN NS sdns1.ovh.net.
;; Query time: 95 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Wed Nov 16 19:05:52 2011
;; MSG SIZE rcvd: 109
|