esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
41 stars 21 forks source link

[Py3 update] Template Save Failure a bytes-like object is required, not 'str' #25

Closed rkantos closed 5 years ago

rkantos commented 5 years ago

Probably as a result of Python 3 upgrade, saving the race template on v3.0.15 doesn't work but an error Template Save Failure a bytes-like object is required, not 'str' is output.

esitarski commented 5 years ago

Fixed in v3.0.16. You are correct - this was p3 upgrade issue. Thanks for finding it.

On Tue, Jun 25, 2019 at 6:56 AM rkantos notifications@github.com wrote:

Probably as a result of Python 3 upgrade, saving the race template on v3.0.15 doesn't work but an error Template Save Failure a bytes-like object is required, not 'str'is output.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/25?email_source=notifications&email_token=AABGXKOZSNYCFCFBUWDGI2LP4H2VFA5CNFSM4H3HA672YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G3QOFXQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AABGXKLALPRCQL7CWHVV4T3P4H2VFANCNFSM4H3HA67Q .

--

Edward Sitarski

rkantos commented 5 years ago

Tested & works as expected