vctfence / scrapbee

Mozilla Public License 2.0
40 stars 22 forks source link

Backend fails if in the install.bat there is the line "chcp 65001" #70

Open linuxiano opened 3 years ago

linuxiano commented 3 years ago

As the title. S.O: Windows 7, my current chcp: 850

Step to reproduce:

  1. I downloaded the backend.exe, json file and install.bat.
  2. I run install.bat
  3. Scrapbee tell me I have to configure it.
  4. I clicked on '+' plus sign and insert the name and the path of my new file db (without .rdf extension).
  5. Reboot Firefox
  6. Now, Scrapbee stuck on "Loading..." text. Because it couldn't create the new empty database file.

If I delete chcp 65001 from install.bat, all run like a charm. Cheers.