Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

requests.head() raises ConnectionError while vManage is available #98

Closed
kagrski opened this issue Jan 20, 2023 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@kagrski
Copy link
Collaborator

kagrski commented Jan 20, 2023

Summary

requests.head() raises ConnectionError while vManage is available.

Logs and external information

No response

Reproduction script

from vmngclient.session import create_vManageSession

import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)

base_url = 
username = "
password = 

session = create_vManageSession(
    url=base_url, 
    username=username, 
    password=password,
)

On what platform(s) does it occur?

Not Applicable

Issue Severity

High: Blocking everything

@kagrski kagrski added the bug Something isn't working label Jan 20, 2023
@kagrski kagrski added this to the vManage-client 1.0.0 milestone Mar 14, 2023
@kagrski
Copy link
Collaborator Author

kagrski commented May 18, 2023

Method head() was removed from the library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants