Skip to content

TypeError: exception class/object expected #389

@filipeperdigaosousa

Description

@filipeperdigaosousa

I'm trying to use it with asset_sync gem but I cannot upload any files.

When the it is listing the existing blobs it is raising an error "TypeError: exception class/object expected" at this point,

raise temp unless temp.instance_of?(Azure::Service::EnumerationResults)
.

Should you check if "temp" is instance of Azure::Storage::Common::Service::EnumerationResults instead of Azure::Service::EnumerationResults?

I tried with this change and the code works fine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions