Skip to content
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

-y option does not work #85

Open
maxbane opened this issue Mar 14, 2014 · 2 comments
Open

-y option does not work #85

maxbane opened this issue Mar 14, 2014 · 2 comments

Comments

@maxbane
Copy link

maxbane commented Mar 14, 2014

% bin/shell-fm -y http://localhost:9090
shell-fm: hash.c:54: unset: Assertion `hash->content != ((void *)0)' failed.
[1]    29802 abort      bin/shell-fm -y http://localhost:9090

And yet the proxy on port 9090 definitely works:

% echo $http_proxy
http://localhost:9090
% curl -s www.google.com | head -c 20
<!doctype html><html%   
@jkramer
Copy link
Owner

jkramer commented Mar 16, 2014

Does it work without the proxy? The error doesn't look like it's related to the proxy setting. I just tested it with a proxy on the same port and the same shell-fm parameter and it works fine.

@maxbane
Copy link
Author

maxbane commented Mar 17, 2014

Yeah, at home it works fine without a proxy. At work, I get the above when trying to use the proxy, and I have no way of testing without the proxy (note that the proxy is NOT authenticating or anything fancy like that).

When you tested it, did you clear your local session/token and revoke the shell-fm application authorization on the last.fm side? I.e., try starting from a totally clean, never-before-authenticated state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants