Config download error

Need help? Ask here and someone will help
kaomao
Posts: 8
Joined: Fri Dec 21, 2012 2:28 am

Config download error

Post by kaomao »

I keep getting this error "Can't retrieve config"
I saved a config into home/username/.emuclient/config but the gimx-serial still keep on asking to download the config.
Maybe I don't have the rights to read these config?
Same happen if I press the button to check for updates
Please help me :(
The rest is working fine.
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Config download error

Post by Matlo »

GIMX creator
kaomao
Posts: 8
Joined: Fri Dec 21, 2012 2:28 am

Re: Config download error

Post by kaomao »

Already read faq
Anyway I did what's written there 1000 times, still I can't get it working.
What i get with in terminal typing this line "ls -l ~/.emuclient" is this

Code: Select all

drwxrwxr-x 2 mao mao 4096 2012-12-21 03:59 config
drwxrwxr-x 2 mao mao 4096 2012-12-21 03:57 macros
those are the correct user rights.
My username is "mao"

with this $ ls -ld ~

Code: Select all

drwxr-xr-x 30 mao mao 4096 2012-12-21 10:24 /home/mao
Anyway why can't I update ? it says "can't check version" maybe this is the problem??

p.s.
sorry for having posted in the wrong section
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Config download error

Post by Matlo »

Are you behind a proxy?
GIMX creator
kaomao
Posts: 8
Joined: Fri Dec 21, 2012 2:28 am

Re: Config download error

Post by kaomao »

well no, my Mc and windows machines are working fine
I'm not a linux expert but what command from terminal should I type to check it???
kaomao
Posts: 8
Joined: Fri Dec 21, 2012 2:28 am

Re: Config download error

Post by kaomao »

Confirmed I'm not behind a proxy: checked under "system settings/network/network proxy"
BTW I can update ubuntu, before I had problems with the ttyusb, downloaded the updates and then it was shown on the serial list.
Now I'm facing this, don't know what to do, I didn't do anything special..
thanks btw for the patience ;)
User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Config download error

Post by Matlo »

Try these commands in a terminal:

Code: Select all

wget http://diyps3controller.googlecode.com/svn/trunk/configurations/
wget http://gimx.fr/download/version
and post the result.
GIMX creator
kaomao
Posts: 8
Joined: Fri Dec 21, 2012 2:28 am

Re: Config download error

Post by kaomao »

Code: Select all

mao@mao-desktop:~$ wget http://diyps3controller.googlecode.com/svn/trunk/configurations/
--2012-12-21 12:08:26--  http://diyps3controller.googlecode.com/svn/trunk/configurations/
Resolving diyps3controller.googlecode.com... 173.194.66.82
Connecting to diyps3controller.googlecode.com|173.194.66.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1723 (1.7K) [text/html]
Saving to: `index.html.1'

100%[======================================>] 1,723       --.-K/s   in 0.002s  

2012-12-21 12:08:51 (937 KB/s) - `index.html.1' saved [1723/1723]

mao@mao-desktop:~$ wget http://gimx.fr/download/version
--2012-12-21 12:09:35--  http://gimx.fr/download/version
Resolving gimx.fr... 213.186.33.19
Connecting to gimx.fr|213.186.33.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4 [text/plain]
Saving to: `version'

100%[======================================>] 4           --.-K/s   in 0s      

2012-12-21 12:09:55 (467 KB/s) - `version' saved [4/4]


User avatar
Matlo
Posts: 5768
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: Config download error

Post by Matlo »

This shows it's not an internet connection issue.

Type in a terminal:

Code: Select all

ls -l /tmp/configs
ls -l /tmp/version
and post the result.
GIMX creator
kaomao
Posts: 8
Joined: Fri Dec 21, 2012 2:28 am

Re: Config download error

Post by kaomao »

Code: Select all

mao@mao-desktop:~$ ls -l /tmp/configs
-rw-r--r-- 1 root root 0 2012-12-21 12:32 /tmp/configs
mao@mao-desktop:~$ ls -l /tmp/version
-rw-rw-r-- 1 mao mao 0 2012-12-21 11:45 /tmp/version
mao@mao-desktop:~$ 

managed to understand that gimx config doesn't save file with .xml extension, so this was causing the problem about no config file. adding the extension to the file solved the issue.
Still I don't get why it can't update
Post Reply