Hash-bang(#) for Build version format do not work properly

trgoofi's Avatar

trgoofi

30 Apr, 2015 01:38 AM

When you set Build version format to `#{build}` then you will get an URL like ` https://ci.appveyor.com/project/trgoofi/telepod/build/#9` to reference your build. You will get `Not found` for that URL as hash bang(#) is a special character for URL. Check it out here: https://ci.appveyor.com/project/trgoofi/telepod/history

  1. Support Staff 1 Posted by Feodor Fitsner on 30 Apr, 2015 02:52 AM

    Feodor Fitsner's Avatar

    Looks like it could be fixed by URL-encoding. I've added a new issue: https://github.com/appveyor/ci/issues/253

  2. 2 Posted by trgoofi on 30 Apr, 2015 04:23 AM

    trgoofi's Avatar

    I try URL encoding and I got The request is invalid. (https://ci.appveyor.com/project/trgoofi/telepod/build/%239)

    Sorry for the trouble I make here! I don't know you have an issue tracker in Github. I could have fire an issue there.

  3. Support Staff 3 Posted by Feodor Fitsner on 30 Apr, 2015 04:38 AM

    Feodor Fitsner's Avatar

    No worries! That The request is invalid error comes from API request to which also should be encoded.

  4. Support Staff 4 Posted by Feodor Fitsner on 01 Jun, 2015 03:38 AM

    Feodor Fitsner's Avatar

    It's been fixed and update deployed.

  5. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac