-
Notifications
You must be signed in to change notification settings - Fork 80
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
procket_mktmp #41
Comments
Thank you for letting me know about this! Should be fixed in version 0.9.3. |
Hi @msantos, I think the patch did not cut it! I still get the same error:
Some how the Could you pls take another look? Thanks a lot, |
Weird! I may have messed something up! Could you check you are using the latest version of the procket_mktmp module? > procket_mktmp:module_info().
[{module,procket_mktmp},
...
{attributes,[{vsn,[152993229612997397851889811591875413266]}]},
...
{md5,<<115,25,108,153,174,225,51,100,148,115,34,225,63,
78,69,18>>}] The error we were seeing is a little obscure: it happens because lists:nth/2 is trying to access an element outside of the list: > lists:nth(4, "abc").
** exception error: no function clause matching lists:nth(1,[]) (lists.erl, line 170) |
hi, here is the module info:
I have deleted all and rebuilt from beginning for both "master" and "v0.9.3" branches. But get that same above vsn. |
That's version 0.9.2:
Maybe you have another version of procket in your path. You can check by running: code:which(procket_mktmp). |
Hi, using version 0.9.2 I am randomly getting this error:
{function_clause,[{lists,nth,[1,[]],[{file,"lists.erl"},{line,170}]},{procket_mktmp,template,3,[{file,"_build/default/lib/procket/src/procket_mktmp.erl"},{line,63}]},{procket,make_unix_socket_path,1,[{file,"_build/default/lib/procket/src/procket.erl"},{line,357}]},{procket,open,2,[{file,"_build/default/..."},...]},...]}}},...}
An advice is much appreciated.
Thanks a lot
Cuong
The text was updated successfully, but these errors were encountered: