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

Script doesn't work? #9

Closed
andia89 opened this issue May 27, 2015 · 2 comments · Fixed by #11
Closed

Script doesn't work? #9

andia89 opened this issue May 27, 2015 · 2 comments · Fixed by #11
Labels

Comments

@andia89
Copy link
Collaborator

andia89 commented May 27, 2015

Another thing: Is the script currently not working? Whenever I try do run it it says The application does not exists, please report this to the dev. (the problem is telegram).

Wouldn't it be better to replace the sys.exit with something that doesn't exit the program return None or sth similar and not quit the whole program?

Moreover: an improvement would be to have a different error that tells you which program you have to report to the dev :) Sth like The application telegram does not exists yet, please report this to the dev.

If you want I can do this, but I think you understand your program better than I do, so you're rpobably faster

andia89 pushed a commit to andia89/Hardcode-Tray that referenced this issue May 27, 2015
@bilelmoussaoui
Copy link
Owner

The problem is in get_icons the error shows now the application name and i used print to not stop the script; i really don't know why it's not working with telegram :/

@andia89
Copy link
Collaborator Author

andia89 commented May 27, 2015

I found the error
in line 14:

db_ext = "txt"

you're missing the period before txt (it should read .txt)
this leads to errors in line 49 if the period is missing and the else is always executed

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

Successfully merging a pull request may close this issue.

2 participants