-
Notifications
You must be signed in to change notification settings - Fork 60
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
Crash with UnboundLocalError #763
Comments
From logs, it looks like Here is the content in my PC: // SPDX-FileCopyrightText: © 2020, Alexey Varfolomeev <varlesh@users.noreply.github.com>
//
// SPDX-License-Identifier: GPL-3.0-or-later
{
"name": "Android Messages Desktop",
"app_path": [
"/opt/Android Messages/",
"/usr/lib/android-messages-desktop"
],
"icons_path": [
"/opt/Android Messages/resources/",
"/usr/lib/android-messages-desktop/resources/"
],
"binary": "app.asar",
"script": "electron",
"icons": {
"tray": {
"original": "resources/tray/icon.png",
"theme": "android-messages-desktop-tray"
},
"tray-unread": {
"original": "resources/tray/unread_icon.png",
"theme": "android-messages-desktop-tray-unread"
}
}
} In the python shell,
I don't have any idea why it's complaining. I temporarily patched |
I ran into this, too. I did a bit more digging. It appears that any A easy workaround is to only try to parse the applications you need using the |
I'm getting a similar error even with all the comments removed from the files. |
@genderneutralnoun I was able to remove all the comments from the JSON files here: Once all those comments and the errors where removed everything ran great for me. Unfortunately when I look at the files in this projects repo I don't see any of those errors or comments. My guess is somewhere upstream for this package those comments/formatting are getting added in the packaging process. Hope that helps others looking to fix this issue. |
is this #777 a duplicate? |
Specifications
4.4.0~a1.dev0
Linux Mint
3.24
python3-cairo:amd64 1.20.1-3build1
,python3-gi-cairo 3.42.1-0ubuntu1
Issue
hardcode-tray
just crashes before doing anything.I also tried
but no success anyway.
The text was updated successfully, but these errors were encountered: