paaatrick / playball

Watch MLB games from the comfort of your own terminal
MIT License
528 stars 26 forks source link

Problems behind an authenticating proxy #29

Open rknobbe opened 2 years ago

rknobbe commented 2 years ago

Running on Windows 10 behind an authenticating proxy. Set http_proxy and https_proxy environment vars and npm config vars appropriately. Installed using npm -g install (as admin). The Schedule view works and shows me ongoing and scheduled games. However, the Standings view and any per-game view only shows a blank screen.

Also, I will note that running playball as a non-admin after installing -g as admin doesn't even get me the schedule view. Must be a files permission problem.

Please let me know how to get log messages and I will post them

rknobbe commented 2 years ago

Issue related to running as non-admin resolved itself after a complete remove and reinstall of nvm and node-js/npm. Main issue (only the schedule view is displayed) still exists

paaatrick commented 2 years ago

Hey thanks for taking the time to write this up. There might be some interesting information in the log file. You can find it by first running

npm root -g

That should print out a directory. Then if there is anything written to the log it will be at: <directory from npm root -g>/playball/dist/playball.log. If that file exists and you can post the contents here that would be helpful.

rknobbe commented 2 years ago

playball.log in that directory is empty