-
Notifications
You must be signed in to change notification settings - Fork 42
browserup-proxy.bat throws "The input line is too long." error #275
Comments
We don't have a windows machine for testing this available at the moment, however, there are some stack overflow cases where this type of error happens when the PATH variable has been polluted accidentally. Can you check on your path variable? What if you manually edit the batch file(save a copy)--can you make it so it works? https://stackoverflow.com/questions/16821784/input-line-is-too-long-error-in-bat-file |
I can confirm this issue using the
This command is too long for windows command line, because limits are 2047, respectively 8191 characters, depending on operating system. Further this will lead to an error on line 89, where this vairable To workaround this problem use a shell/bash like Git Bash, Windows Subsystem for Linux (WSL) or cygwin to execute the |
Describe the bug
Unable to start BUP 2.1.0 or 2.1.1 using browserup-proxy.bat.
Using Powershell and cmd exhibits the same behavior:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
BUP should start.
Please complete the following information:
Additional context
Not reproducible with version 2.0.1.
The text was updated successfully, but these errors were encountered: