Cannot connect to Using Jetpack "Invalid request, please go back and try again.
-
The error I’m getting
Invalid request, please go back and try again.
Error Code: invalid_client
Error Message: Unknown client_id.TEST: Integer Tests
Array
(
[$value = “d0000000”;] => (string) d0000000
[$value = hexdec( $value );] => (double) 3489660928
[$value = abs( $value );] => (double) 3489660928
[$min = 0;] => (integer) 0
[$max = 61;] => (integer) 61
[4294967295 + 1] => (double) 4294967296
[$value / (4294967295 + 1)] => (double) 0.8125
[$max – $min + 1] => (integer) 62
[($max – $min + 1) * ($value / (4294967295 + 1))] => (double) 50.375
[$out = $min + (($max – $min + 1) * ($value / (4294967295 + 1)));] => (double) 50.375
[$out = intval( $out );] => (integer) 50
[$out = abs( $out );] => (integer) 50
)TEST: wp_generate_password()
Array
(
[0] => 1 -> 1:J
[1] => 5 -> 5:Y1EQp
[2] => 10 -> 10:IE1KEkj5ZW
[3] => 16 -> 16:cs4udxyIV20hj638
[4] => 32 -> 32:adIWDMxuIiQtfi7NxQA4OB0GyiiUhaTU
[5] => 32 -> 32:o0L0Gv6mA8fo8i2Gq8yDYf3XUKDgi3qR
[random_password] => abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
[steps] => Array
(
[0] => 17 -> r
[1] => 52 -> 0
[2] => 8 -> i
[3] => 17 -> r
[4] => 2 -> c
[5] => 21 -> v
[6] => 40 -> O
[7] => 14 -> o
[8] => 45 -> T
[9] => 2 -> c
[10] => 55 -> 3
[11] => 14 -> o
[12] => 55 -> 3
[13] => 19 -> t
[14] => 13 -> n
[15] => 10 -> k
[16] => 52 -> 0
[17] => 0 -> a
[18] => 21 -> v
[19] => 14 -> o
[20] => 29 -> D
[21] => 3 -> d
[22] => 49 -> X
[23] => 23 -> x
[24] => 48 -> W
[25] => 57 -> 5
[26] => 37 -> L
[27] => 15 -> p
[28] => 0 -> a
[29] => 1 -> b
[30] => 61 -> 9
[31] => 3 -> d
)[ReflectionFunction] =>
/**
* Generates a random password drawn from the defined set of characters.
*
* @since 2.5
*
* @param int $length The length of password to generate
* @param bool $special_chars Whether to include standard special characters. Default true.
* @param bool $extra_special_chars Whether to include other special characters. Used when
* generating secret keys and salts. Default false.
* @return string The random password
**/
Function [ <user> function wp_generate_password ] {
@@ /home/www/montileestormer.com/wp-includes/pluggable.php 1485 – 1499– Parameters [3] {
Parameter #0 [$length = 12 ]
Parameter #1 [$special_chars = true ]
Parameter #2 [$extra_special_chars = false ]
}
})
TEST: wp_rand()
Array
(
[0] => ‘ea59d9fe3e3c7f2ac2e032d23a7e74bc55d528f02dd40c38e3ea0b2fab9188ae653152e270ba976de8f973284a2b9f8c’
[1] => 56:c8f9b2a482379f8ed679ab072e251356ea8819baf2b0ae3e83c04dd20f825d55cb47e7a32d230e2ca2f7c3e3
[2] => 15:c8f9b2a482379f8ed679ab072e251356ea8819baf2b0ae3e83c04dd20f825d55cb47e7a32d230e2c
[3] => 47:c8f9b2a482379f8ed679ab072e251356ea8819baf2b0ae3e83c04dd20f825d55cb47e7a3
[4] => 14:c8f9b2a482379f8ed679ab072e251356ea8819baf2b0ae3e83c04dd20f825d55
[5] => 20:c8f9b2a482379f8ed679ab072e251356ea8819baf2b0ae3e83c04dd2
[6] => 11:c8f9b2a482379f8ed679ab072e251356ea8819baf2b0ae3e
[7] => 55:c8f9b2a482379f8ed679ab072e251356ea8819ba
[8] => 41:c8f9b2a482379f8ed679ab072e251356
[9] => 24:c8f9b2a482379f8ed679ab07
[10] => 27:c8f9b2a482379f8e
[11] => 56:c8f9b2a4
[12] => 17:
[13] => 31:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb10b99e6958747170409dd6412d60dbe207080f81bfc6361f4
[14] => 19:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb10b99e6958747170409dd6412d60dbe207080f81b
[15] => 43:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb10b99e6958747170409dd6412d60dbe20
[16] => 0:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb10b99e6958747170409dd6412
[17] => 8:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb10b99e69587471704
[18] => 15:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb10b99e695
[19] => 21:bd31dd3d157169c824060f342a18e098ff40d74bc024c323607d9fb1
[20] => 6:bd31dd3d157169c824060f342a18e098ff40d74bc024c323
[MIN] => 0
[MAX] => 56
[ReflectionFunction] =>
/**
* Generates a random number
*
* @since 2.6.2
*
* @param int $min Lower limit for the generated number
* @param int $max Upper limit for the generated number
* @return int A random number between min and max
*/
Function [ <user> function wp_rand ] {
@@ /home/www/montileestormer.com/wp-includes/pluggable.php 1512 – 1546– Parameters [2] {
Parameter #0 [$min = 0 ]
Parameter #1 [$max = 0 ]
}
})
TEST: HTTP Connection
Array
(
[headers] => Array
(
[server] => nginx
[date] => Thu, 31 Jan 2013 03:14:06 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => http://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => OK
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)TEST: HTTPS Connection
Array
(
[headers] => Array
(
[server] => nginx
[date] => Thu, 31 Jan 2013 03:14:06 GMT
[content-type] => text/plain;charset=utf-8
[connection] => close
[vary] => Cookie
[x-pingback] => http://jetpack.wordpress.com/xmlrpc.php
[expires] => Wed, 11 Jan 1984 05:00:00 GMT
[cache-control] => no-cache, must-revalidate, max-age=60
[pragma] => no-cache
[x-hacker] => Jetpack Test
)[body] => OK
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
)[filename] =>
)TEST: Self Connection
Array
(
[headers] => Array
(
[date] => Thu, 31 Jan 2013 03:14:06 GMT
[server] => Apache/2.2.11
[x-powered-by] => PHP/5.2.17
[expires] => Thu, 19 Nov 1981 08:52:00 GMT
[cache-control] => no-store, no-cache, must-revalidate, post-check=0, pre-check=0
[pragma] => no-cache
[set-cookie] => PHPSESSID=2aae884d026dad491598b3d7e9ed87ea; path=/
[connection] => close
[content-type] => text/plain
)[body] => XML-RPC server accepts POST requests only.
[response] => Array
(
[code] => 200
[message] => OK
)[cookies] => Array
(
[0] => WP_Http_Cookie Object
(
[name] => PHPSESSID
[value] => 2aae884d026dad491598b3d7e9ed87ea
[expires] =>
[path] => /
[domain] =>
))
[filename] =>
) -
Hi there,
If you still have this issue, please try disconnecting and reconnecting Jetpack, and let me know what happens. Thanks!
-
I actually completely manually reinstalled WP 3.5.1 and that did the trick.
Thanks so much for your help!
- The topic ‘Cannot connect to Using Jetpack "Invalid request, please go back and try again.’ is closed to new replies.