soeren-b-c / lectio-skema-til-.ics-kalender

Node http server der konverterer fra lectioskemaer til .ics formatet.
9 stars 3 forks source link

Windows: "The TOR binary must be in your PATH; exiting." #27

Closed Ri-Ka closed 1 year ago

Ri-Ka commented 1 year ago

Hej, I'm trying to run it on windows. everything is fine, when i run "npm start" and use a browser to visit the localhost page, all i see is

BEGIN:VCALENDAR VERSION:2.0 PRODID:-//skema.click//Lectio//DA CALSCALE:GREGORIAN METHOD:PUBLISH X-PUBLISHED-TTL:PT15M X-WR-CALNAME:Lectio skema X-WR-TIMEZONE:Europe/Copenhagen

in the console i get The TOR binary must be in your PATH; exiting.

any ideas?

soeren-b-c commented 1 year ago

Hi, I'm not running the code on Windows myself, so I'm just guessing here, but off the top of my head:

Ri-Ka commented 1 year ago

Hey. I solved the problem with commenting line 17 in tor-proxy.js (await exec('which tor');) Thank you very much.