interlark / 123tv-iptv

123TV Free IPTV
36 stars 11 forks source link

SyntaxError: invalid decimal literal #1

Closed dahartigan closed 2 years ago

dahartigan commented 2 years ago

Hi @interlark - Thank you very much for your work!

I have tried to install this with pip and when I run 123tv-iptv I get an error:

  File "/usr/local/bin/123tv-iptv", line 5
    from 123tv_iptv import main
           ^
SyntaxError: invalid decimal literal

Thank you again for your excellent work (with this and the ustvgo repo!)

EDIT: If I clone the repo and run the script manually, it works. It seems to be isolated to the script in /usr/local/bin/ that pip installs it to. Not significant to me, but may be a barrier for others.

interlark commented 2 years ago

@dahartigan, Thank you for the feedback. In the next release I'm gonna fix auth key rotation and this wheel related issue.

dahartigan commented 2 years ago

Thank you @interlark - I can't express enough how much I appreciate this :)

dahartigan commented 2 years ago

Fixed, closing. Thanks again!