-
Notifications
You must be signed in to change notification settings - Fork 167
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
invalid literal for int() with base 10: when trying to add xstream provider #348
Comments
I fixed it. Saw that its in python, so here is the fix: line 629 should be: since it should compare with an empty string instead of |
That's interesting, I see the problem, but I am wondering why I don't get the same error. What version of Python are you using? |
I'm facing the same error suddenly for xstream streams. |
Hi, I added my xstream provider with username and password.
It takes forever and nothing is happening.
I use arch linux and got hypnotix from AUR with yay. (v.4.6)
When I start hypnotix from terminal, it shows me how it shows me a series of successful Getting, Checking, Creating Channel list etc. And also shows the correct amount of Live Groups and VOD Streams etc. But then I get this error:
invalid literal for int() with base 10: '' Traceback (most recent call last): File "/usr/lib/hypnotix/hypnotix.py", line 1599, in reload self.x.load_iptv() File "/usr/lib/hypnotix/xtream.py", line 636, in load_iptv the_group = next( ^^^^^ File "/usr/lib/hypnotix/xtream.py", line 637, in <genexpr> (x for x in self.groups if x.group_id == int(stream_channel["category_id"])), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: ''
The text was updated successfully, but these errors were encountered: