machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

About box reports "-1" version number #455

Closed machawk1 closed 4 years ago

machawk1 commented 4 years ago

2f77149 (current master).

Screen Shot 2020-03-20 at 6 15 45 PM
machawk1 commented 4 years ago

Cannot replicate from source, only when a .app.

machawk1 commented 4 years ago

In WAILConfig.py, an exception occurs and the value is never set. For some reason this only happens in a compiled binary. The type of exception is a UnicodeDecodeError.

machawk1 commented 4 years ago

This line causes the issue: data = myfile.read()