Roshan-R / termv

A terminal iptv player written in bash
GNU General Public License v3.0
222 stars 19 forks source link

parse error: Invalid numeric literal at line 1, column 10 #40

Closed m040601 closed 7 months ago

m040601 commented 10 months ago

Thanks for your work on this tool. Love its simplicity and eficiency.

For some time now it stopped working on my system. I cant remember when I last used it, 2022 ?. But I remember clearly it was working fine some time ago.

I'm on Archlinux. I've tried both, https://aur.archlinux.org/packages/termv which installs the v1.3 you have released on github or https://aur.archlinux.org/packages/termv-git which pulls whatever is the latest you have commited on github.

Both give this error

parse error: Invalid numeric literal at line 1, column 10

Tried deleting ~/.cache/termv and ~/.config/termv and starting fresh. Same problem.

I alread read, https://github.com/Roshan-R/termv/issues/35 and something about a "fix branch" . Somebody talks about a

Works without flaws now

But the latest release you have on github is still from December 2022.

diffficult commented 8 months ago

don't install from repos, just clone the fix branch and install that one.

You can do that with $ git clone --branch fix https://github.com/Roshan-R/termv.git and then just following the README.md instructions for installing.

Roshan-R commented 8 months ago

Oops, thought I resolved this already, I'll create a new release

Roshan-R commented 8 months ago

I have created a new release, waiting for the maintainer of the AUR package to update it. Meanwhile the solution said by @diffficult seems to be a workaround

diffficult commented 8 months ago

thanks man, I will check it out later on and reinstall from the AUR.

darkelectron commented 7 months ago

I have created a new release, waiting for the maintainer of the AUR package to update it. Meanwhile the solution said by @diffficult seems to be a workaround

I was waiting on the "tag rename" (#41). I have updated the AUR package.

m040601 commented 7 months ago

I've tried it again today. Seems to be working fine.

I'm on Archlinux, using, https://aur.archlinux.org/packages/termv which currently installs the v1.4 you have released on github.

Thanks also to "darkelectron" for taking care of the PKGBUILD.

Roshan-R commented 7 months ago

Thanks to everyone for their support to this project! Closing the Issue since it has been resolved