nzblnk / nzb-monkey

Reference implementation of how to handle a NZBLNK-URI.
https://nzblnk.github.io/nzb-monkey/
MIT License
77 stars 30 forks source link

64 bit? #17

Closed github23leech closed 5 years ago

github23leech commented 5 years ago

The script starts but it's terminated after a few seconds.

python3 nzbmonkey.py 

 NZB-Monkey v0.2.2
 =================

(nzbmonkey.py:24436): Gtk-WARNING **: 17:37:07.396: Theme parsing error: gtk.css:127:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(nzbmonkey.py:24436): Gtk-WARNING **: 17:37:07.396: Theme parsing error: gtk.css:128:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(nzbmonkey.py:24436): Gtk-WARNING **: 17:37:07.396: Theme parsing error: gtk.css:132:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
 ERROR: Please provide a tag and header info.
uname -a
Linux localhost 4.18.0-1-amd64 #1 SMP Debian 4.18.6-1 (2018-09-06) x86_64 GNU/Linux

lsb_release -da
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux testing (buster)
Release:        testing
Codename:       buster
dpkg -l | grep -e pyperclip -e requests -e configobj -e colorama

ii  python-configobj                              5.0.6-3                                 all          simple but powerful config file reader and writer for Python 2
ii  python-requests                               2.18.4-2                                all          elegant and simple HTTP library for Python2, built for human beings
ii  python3-colorama                              0.3.7-1                                 all          Cross-platform colored terminal text in Python - Python 3.x
ii  python3-configobj                             5.0.6-3                                 all          simple but powerful config file reader and writer for Python 3
ii  python3-pyperclip                             1.6.4-1                                 all          Cross-platform clipboard module for Python3
ii  python3-requests                              2.18.4-2                                all          elegant and simple HTTP library for Python3, built for human beings
github23leech commented 5 years ago

Duplicate of #15