Displaying 2 results from an estimated 2 matches for "progresscallback".
Did you mean:
  progress_callback
  
2006 Mar 14
1
Using up2date to download channels on rhn
...File "/usr/share/rhn/up2date_client/rpcServer.py", line 316, in doCall
     ret = apply(method, args, kwargs)
   File "/usr/share/rhn/up2date_client/repoDirector.py", line 21, in 
listPackages
     return self.handlers[channel['type']].listPackages(channel, 
msgCallback, progressCallback)
KeyError: 'up2date'
  How can I fix this?? Can up2date from centos download packages from 
rhn.redhat.com website?
Thanks.
--
2011 Sep 28
0
FLAC::Encoder::Stream == "FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA"
...}
    /* read sectors from disc and feed to encoder */
    for (unsigned int i = 0; i < trackLength; ++i) {
        disc.seekTrack(i, trackNum, false);
        ok = enc.process_interleaved((FLAC__int32*)disc.getBuffer(),
samples_per_sector);
        FProgressCur++;
        if (!ok || !progressCallback()) {
            cout << "Flac error: " << enc.get_state().as_cstring() << endl;
            cout << "Flac verify state: " <<
enc.get_verify_decoder_state().as_cstring() << endl;
            return false;
        }
    }
    ok &= enc.fi...