Skip to content

Request path contains unescaped characters #2

@vinaygopinath

Description

@vinaygopinath

When I run the bitballoon task, I get this message occasionally
Fatal error: Request path contains unescaped characters

This is my Gruntfile.js task definition.

bitballoon: {
            options: {
                token: '<%= bb.token %>'
            },
            dev: {
                site: 'http://example.bitballoon.com',
                src: 'dist/',
            }
}

Running grunt bitballoon --verbose doesn't show anything relevant to fixing this error. After a few days of code changes however, running bitballoon automagically starts to work again.

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