Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

name":"WPTAPIError","code":301,"message":"Moved Permanently" #17

Closed
sinampud opened this issue Sep 6, 2016 · 2 comments
Closed

name":"WPTAPIError","code":301,"message":"Moved Permanently" #17

sinampud opened this issue Sep 6, 2016 · 2 comments

Comments

@sinampud
Copy link

sinampud commented Sep 6, 2016

Hi,

Getting the below when running the grunt command
name":"WPTAPIError","code":301,"message":"Moved Permanently"

GruntFile:
module.exports = function(grunt){
grunt.initConfig({
wpt: {
options: {
locations: ['Dulles_IE9'],
key: "MYKEY"
},
myTest: {
options: {
url: [
'https://google.com/'

      ]
    },
    dest: ''
  }
}

});
grunt.loadNpmTasks('grunt-wpt');
grunt.registerTask('runner', ['wpt']);
}

@sideroad
Copy link
Owner

sideroad commented Sep 8, 2016

The issue caused by webpagetest only permitted HTTPS protocol.
I've changed to use https for public API.
Could you checkit?
If you still have the problem, plz re-open the issue.

@sideroad
Copy link
Owner

sideroad commented Sep 8, 2016

3.1.2 is fixed version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants