-
-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protobuf error - Error: Parse error at line 1: unexpected ' #109
Comments
I also encountered this as soon as I It looks like What is the intended behaviour here? Obviously directories shouldn't be assumed to be files in any case, but does the loading need to be recursive (presumably if login doesn't work with the patch then yes)? Was #50 closed because the issue couldn't be reproduced? |
What operating system are both of you on? |
I was testing my code in a jail on a FreeNAS server when I encountered the problem. I just tried running exactly the same code on a Windows machine via a network share - it does not produce the error. OP of #50 appears to have been using a Ubuntu machine, so *nix vs Windows seems to be the common element indeed. |
All my deployments end up on Linux (Ubuntu and CentOS specifically) so it doesn't seem like it's definitely Linux's fault. |
Following the breadcrumbs, looks like Edit: seems node already knew it was platform-specific behaviour and recently documented it for Edit2: after applying the fix and implementing login code, I'm able to successfully login from my FreeBSD jail. OP's login problem must be something else. |
I also run it on FreeBSD. I checked everything again and I can confirm that the fix works. I've probably broken something while playing with the files first time. |
That character at the end is ETX.
I tried:
Something must be broken.
The text was updated successfully, but these errors were encountered: