bugGNUpod - Bugs: bug #37141, Error on attempting to use GNUpod

 
 

bug #37141: Error on attempting to use GNUpod

Submitter:  None
Submitted:  Sat 18 Aug 2012 05:32:33 PM UTC
   
 
Category:  General Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 18 Aug 2012 05:32:33 PM UTC, original submission:  

Attempting to run this script:

use Mac::iPod::GNUpod;

    my $ipod = Mac::iPod::GNUpod->new(mountpoint => '/mnt/ipod/');

    # Read existing databases
    $ipod->read_gnupod;
    $ipod->read_itunes;

    # Add songs
    my $id = $ipod->add_song('/DataVolume/Public/Shared Music/05 - Picture Of You.mp3');

    # Get paths to songs
    my $path = $ipod->get_path($id);

    # Write databases
    $ipod->write_gnupod;
    $ipod->write_itunes;

gives this error every time:

Use of uninitialized value in concatenation (.) or string at /opt/lib/perl5/site_perl/5.10.0/Mac/iPod/GNUpod.pm line 192.
Expected to find  files, failed to get file 1 at ipod.pl line 7

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code