Re: [Crosswalk-dev] glient sync error for crosswalk checkout

2016-07-15 Thread Sri
Hi Mrunal.
No i dont have proxy nor boto.
BTW, Exact same setup worked till 13th Jul. It started complaining from
yesterday.

On Fri, Jul 15, 2016 at 1:47 AM, Kapade, Mrunal 
wrote:

> Hey Sri,
>
> Do you have the proxy and Boto configuration file setup in your
> environment?
> I would recommend removing that as that seems to mess things up. I also
> ran into same error on my older environment where I had Boto config setup
> as per the instructions on,
> https://crosswalk-project.org/contribute/building_crosswalk.html
> Probably its no longer needed.
>
> -Mrunal
>
> On Jul 14, 2016, at 3:10 PM, Sri  wrote:
>
> While i am running gclient sync, I keep getting below error today. It
> worked fine till yesterday. Any thoughts or workaround?
>
>  running '/usr/bin/python
> src/build/android/play_services/update.py download' in
> '/home/sbonda/more/xwalk_tmp'
> Failed to fetch file
> gs://chromium-android-tools/play-services/8487000/11cc73d4b7fa82560fbf5bbc1095dbac30308e7c
> for /tmp/tmpNo2saq/LICENSE. [Err: INFO 0714 16:21:49.331309
> oauth2_client.py]
> Attempted to retrieve an access token from an invalid refresh token. Two
> common
> cases in which you will see this error are:
> 1. Your refresh token was revoked.
> 2. Your refresh token was typed incorrectly.
>
> Your "Oauth 2.0 User Account" credentials are invalid. For more help, see
> "gsutil help creds", or re-run the gsutil config command (see "gsutil help
> config").
> Failure: invalid_grant.
> ]
> 0> Failed to fetch file
> gs://chromium-android-tools/play-services/8487000/11cc73d4b7fa82560fbf5bbc1095dbac30308e7c
> for /tmp/tmpNo2saq/LICENSE, skipping. [Err: INFO 0714 16:21:49.331309
> oauth2_client.py]
> Attempted to retrieve an access token from an invalid refresh token. Two
> common
> cases in which you will see this error are:
> 1. Your refresh token was revoked.
> 2. Your refresh token was typed incorrectly.
>
> Your "Oauth 2.0 User Account" credentials are invalid. For more help, see
> "gsutil help creds", or re-run the gsutil config command (see "gsutil help
> config").
> Failure: invalid_grant.
> ]
> Traceback (most recent call last):
>   File "src/build/android/play_services/update.py", line 515, in 
> sys.exit(main(sys.argv[1:]))
>   File "src/build/android/play_services/update.py", line 99, in main
> return args.func(args)
>   File "src/build/android/play_services/update.py", line 193, in Download
> config.version_number)):
>   File "src/build/android/play_services/update.py", line 387, in
> _CheckLicenseAgreement
> with open(expected_license_path) as license_file:
> IOError: [Errno 2] No such file or directory: '/tmp/tmpNo2saq/LICENSE'
> Error: Command '/usr/bin/python src/build/android/play_services/update.py
> download' returned non-zero exit status 1 in /home/sbonda/more/xwalk_tmp
> Hook '/usr/bin/python src/build/android/play_services/update.py download'
> took 11.33 secs
>
>
> --
> *-*Sri
>
> ___
> Crosswalk-dev mailing list
> Crosswalk-dev@lists.crosswalk-project.org
> https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
>
>


-- 
*-*Sri
___
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev


Re: [Crosswalk-dev] glient sync error for crosswalk checkout

2016-07-15 Thread Kapade, Mrunal
Hey Sri,

Do you have the proxy and Boto configuration file setup in your environment?
I would recommend removing that as that seems to mess things up. I also ran 
into same error on my older environment where I had Boto config setup as per 
the instructions on, 
https://crosswalk-project.org/contribute/building_crosswalk.html
Probably its no longer needed.

-Mrunal

On Jul 14, 2016, at 3:10 PM, Sri 
> wrote:

While i am running gclient sync, I keep getting below error today. It worked 
fine till yesterday. Any thoughts or workaround?

 running '/usr/bin/python src/build/android/play_services/update.py 
download' in '/home/sbonda/more/xwalk_tmp'
Failed to fetch file 
gs://chromium-android-tools/play-services/8487000/11cc73d4b7fa82560fbf5bbc1095dbac30308e7c
 for /tmp/tmpNo2saq/LICENSE. [Err: INFO 0714 16:21:49.331309 oauth2_client.py]
Attempted to retrieve an access token from an invalid refresh token. Two common
cases in which you will see this error are:
1. Your refresh token was revoked.
2. Your refresh token was typed incorrectly.

Your "Oauth 2.0 User Account" credentials are invalid. For more help, see 
"gsutil help creds", or re-run the gsutil config command (see "gsutil help 
config").
Failure: invalid_grant.
]
0> Failed to fetch file 
gs://chromium-android-tools/play-services/8487000/11cc73d4b7fa82560fbf5bbc1095dbac30308e7c
 for /tmp/tmpNo2saq/LICENSE, skipping. [Err: INFO 0714 16:21:49.331309 
oauth2_client.py]
Attempted to retrieve an access token from an invalid refresh token. Two common
cases in which you will see this error are:
1. Your refresh token was revoked.
2. Your refresh token was typed incorrectly.

Your "Oauth 2.0 User Account" credentials are invalid. For more help, see 
"gsutil help creds", or re-run the gsutil config command (see "gsutil help 
config").
Failure: invalid_grant.
]
Traceback (most recent call last):
  File "src/build/android/play_services/update.py", line 515, in 
sys.exit(main(sys.argv[1:]))
  File "src/build/android/play_services/update.py", line 99, in main
return args.func(args)
  File "src/build/android/play_services/update.py", line 193, in Download
config.version_number)):
  File "src/build/android/play_services/update.py", line 387, in 
_CheckLicenseAgreement
with open(expected_license_path) as license_file:
IOError: [Errno 2] No such file or directory: '/tmp/tmpNo2saq/LICENSE'
Error: Command '/usr/bin/python src/build/android/play_services/update.py 
download' returned non-zero exit status 1 in /home/sbonda/more/xwalk_tmp
Hook '/usr/bin/python src/build/android/play_services/update.py download' took 
11.33 secs


--
-Sri
___
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev
___
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev


[Crosswalk-dev] glient sync error for crosswalk checkout

2016-07-14 Thread Sri
While i am running gclient sync, I keep getting below error today. It
worked fine till yesterday. Any thoughts or workaround?

 running '/usr/bin/python src/build/android/play_services/update.py
download' in '/home/sbonda/more/xwalk_tmp'
Failed to fetch file
gs://chromium-android-tools/play-services/8487000/11cc73d4b7fa82560fbf5bbc1095dbac30308e7c
for /tmp/tmpNo2saq/LICENSE. [Err: INFO 0714 16:21:49.331309
oauth2_client.py]
Attempted to retrieve an access token from an invalid refresh token. Two
common
cases in which you will see this error are:
1. Your refresh token was revoked.
2. Your refresh token was typed incorrectly.

Your "Oauth 2.0 User Account" credentials are invalid. For more help, see
"gsutil help creds", or re-run the gsutil config command (see "gsutil help
config").
Failure: invalid_grant.
]
0> Failed to fetch file
gs://chromium-android-tools/play-services/8487000/11cc73d4b7fa82560fbf5bbc1095dbac30308e7c
for /tmp/tmpNo2saq/LICENSE, skipping. [Err: INFO 0714 16:21:49.331309
oauth2_client.py]
Attempted to retrieve an access token from an invalid refresh token. Two
common
cases in which you will see this error are:
1. Your refresh token was revoked.
2. Your refresh token was typed incorrectly.

Your "Oauth 2.0 User Account" credentials are invalid. For more help, see
"gsutil help creds", or re-run the gsutil config command (see "gsutil help
config").
Failure: invalid_grant.
]
Traceback (most recent call last):
  File "src/build/android/play_services/update.py", line 515, in 
sys.exit(main(sys.argv[1:]))
  File "src/build/android/play_services/update.py", line 99, in main
return args.func(args)
  File "src/build/android/play_services/update.py", line 193, in Download
config.version_number)):
  File "src/build/android/play_services/update.py", line 387, in
_CheckLicenseAgreement
with open(expected_license_path) as license_file:
IOError: [Errno 2] No such file or directory: '/tmp/tmpNo2saq/LICENSE'
Error: Command '/usr/bin/python src/build/android/play_services/update.py
download' returned non-zero exit status 1 in /home/sbonda/more/xwalk_tmp
Hook '/usr/bin/python src/build/android/play_services/update.py download'
took 11.33 secs


-- 
*-*Sri
___
Crosswalk-dev mailing list
Crosswalk-dev@lists.crosswalk-project.org
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev