Omeya / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
0 stars 0 forks source link

FileNotFound error when device has / in name #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Illegal file name characters are not handled.  Some devices use a / in the file 
name and this will cause a FileNotFound error to be reported and A2DP Volume 
cannot store or retrieve location data for that device.  Need to add checks in 
file names to prevent this issue.

Original issue reported on code.google.com by JimR...@gmail.com on 18 Apr 2012 at 2:44

GoogleCodeExporter commented 9 years ago
Fixed in 2.7.3 and up.  Now it will remove illegal file name characters from 
the description so it can create a valid file name.

Original comment by JimR...@gmail.com on 21 Apr 2012 at 3:08

GoogleCodeExporter commented 9 years ago
Fixed with 2.8.5.

Original comment by JimR...@gmail.com on 30 Apr 2012 at 10:11