Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
�� �os�.�� �environ�.�� �get�.��, �%LP_DISABLE_SSL_CERTIFICATE_VALIDATION����.��� ��Whether the user has disabled SSL certificate connection.
Some testing servers have broken certificates. Rather than raising an
error, we allow an environment variable,
``LP_DISABLE_SSL_CERTIFICATE_VALIDATION`` to disable the check.
�.��( �$_ssl_certificate_validation_disabled�.�� �httplib2�.�� �Http�.��( �"disable_ssl_certificate_validation���.�� �request�.�� �POST�.��
� urlencode�.�� �method��headers��body���.��* �&too many values to unpack (expected 2)�.��
�status�.�K�.��
� HTTPError�.��� ��POST to ``url`` with ``headers`` and a body of urlencoded ``params``.
Wraps it up to make sure we avoid the SSL certificate validation if our
environment tells us to. Also, raises an error on non-200 statuses.
�.�� �StringIO�.�� �save�.�� �getvalue�.�� �unicode_type�.��
�encode�.�� �utf-8���.��i �eTurn this object into a string.
This should probably be moved into OAuthAuthorizer.
�.��
�decode�.�� �load�.��� �}Create a `Credentials` object from a serialized string.
This should probably be moved into OAuthAuthorizer.
�.�� �consumer�.�� �Consumer not specified.���.�� �access_token�.��$ �Access token already obtained.���.�� �uris�.�� �lookup_web_root�.�� �oauth_consumer_key�.�� �key�.�� �oauth_signature_method�.��
� PLAINTEXT�.�� �oauth_signature�.�� �&�.�� �request_token_page�.�� �Referer�.�� �DICT_TOKEN_FORMAT�.�� �application/json�.��
�Accept�.�� �
_http_post�.�h.�� �json�.�� �loads�.�� �
lp.context�.�� �AccessToken�.�� �from_params�.��
�params�.�� �_request_token�.�� �from_string�.�� �%s%s?oauth_token=%s�.�� �authorize_token_page�.�� �context�.�� �&lp.context=%s�.��� X� Request an OAuth token to Launchpad.
Also store the token in self._request_token.
This method must not be called on an object with no consumer
specified or if an access token has already been obtained.
:param context: The context of this token, that is, its scope of
validity within Launchpad.
:param web_root: The URL of the website on which the token
should be requested.
:token_format: How the token should be
presented. URI_TOKEN_FORMAT means just return the URL to
the page that authorizes the token. DICT_TOKEN_FORMAT
means return a dictionary describing the token
and the site's authentication policy.
:return: If token_format is URI_TOKEN_FORMAT, the URL for the
user to authorize the `AccessToken` provided by
Launchpad. If token_format is DICT_TOKEN_FORMAT, a dict of
information about the new access token.
�.��; �5get_request_token() doesn't seem to have been called.���.�� �oauth_token�.�� �&%s�.��
�secret�.�� �access_token_page�.��k Xd Exchange the previously obtained request token for an access token.
This method must not be called unless get_request_token() has been
called and completed successfully.
The access token will be stored as self.access_token.
:param web_root: The base URL of the website that granted the
request token.
�.�� �oauth_token_secret�.�� �
lp.context���.��>