Menu

#3 Illegal character related crashes.

open
nobody
None
5
2004-12-08
2004-10-31
SoulkeepHL
No

> or < are legal characters for folders or filenames on
a mac, but aren't on a PC, and cause WiPy to apparently
crash when it tries to download the files/folders.
Encountered when using folder downloads and
encountering folders with a < and > in it.

Let me know what futher information is needed.

Discussion

  • SoulkeepHL

    SoulkeepHL - 2004-10-31

    WiPy.exe Log

     
  • Jeremy Evans

    Jeremy Evans - 2004-11-02
    • assigned_to: nobody --> quasireality
     
  • Jeremy Evans

    Jeremy Evans - 2004-11-02

    Logged In: YES
    user_id=961114

    That's definitely a bug. Any preferred way to handle it
    (remove the characters, translate them so > becomes &gt;)?

    You should be able to get around this on a path by path
    basis by clicking on RPC and putting in:

    wire.download(r'/original/path/with<>', r'C:\new\path\without')

    However, if subpaths have bad characters, it will fail when
    it tries to download them.

     
  • SoulkeepHL

    SoulkeepHL - 2004-11-03

    Logged In: YES
    user_id=1134244

    The folders in question were indeed subfolders, and it took
    me a few minutes to catch on what was happening. And
    whether it drop the character, replace it equiv or some
    other character (-), its up to you, what ever you feel works
    best.

     
  • Jeremy Evans

    Jeremy Evans - 2004-12-08
    • assigned_to: quasireality --> nobody
     

Log in to post a comment.