https://bugs.gpodder.org/show_bug.cgi?id=1697

             Bug #: 1697
           Summary: ENCODING FAIL:  Exception = must be str, not bytes
    Classification: Unclassified
           Product: gPodder
           Version: 3.3.0
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: Command-line interface
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Python 3
Once I get over Bug 1696 ( https://bugs.gpodder.org/show_bug.cgi?id=1696 ) by
commenting out slots or property statement, I am getting the following error:

        *** ENCODING FAIL ***

        Please report this to http://bugs.gpodder.org/:

        args = ('\ngPodder 3.3.0 "Intermission" (2012-09-24) -
http://gpodder.org/\n© 2005-2012 Thomas Perl and the gPodder Team\nLicense: GNU
General Public License, version 3 or later\n\nEntering interactive shell. Type
\'help\' for help.\nPress Ctrl+D (EOF) or type \'quit\' to quit.\n',)
        map(convert, args) = ['\ngPodder 3.3.0 "Intermission" (2012-09-24) -
http://gpodder.org/\n© 2005-2012 Thomas Perl and the gPodder Team\nLicense: GNU
General Public License, version 3 or later\n\nEntering interactive shell. Type
\'help\' for help.\nPress Ctrl+D (EOF) or type \'quit\' to quit.\n']

        Exception = must be str, not bytes

Not sure where it is coming from; so I am having difficulty troubleshooting
further

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to