Skip to content

URL parsing issues #109

Description

@mslacken

When using
my_api = bugzilla.Bugzilla("partner-bugzilla.redhat.com")
one will get:
raise InvalidURL("Invalid URL %r: No host supplied" % url)
requests.exceptions.InvalidURL: Invalid URL 'https:///partner-bugzilla.redhat.com': No host supplied
Note the https:/// which should be https://
As workarround
my_api = bugzilla.Bugzilla("https://partner-bugzilla.redhat.com")
can be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions