FreeServer Enigma2 Plugin by Mino60 - v8.3.8 py2 py3

There are 3,568 replies in this Thread which was already clicked 1,501,382 times. The last Post () by ilboemo.

  • Hi,

    I did a little debugging with your Python code:


    print("link :", post_account)

    with open(LINKFILE, "a") as f:

    f.write(post_account)


    Output:


    ('link :', <Response [200]>)

    Traceback (most recent call last):

    File "IPTVWORLD70.sh", line 338, in <module>

    get_clipmails(host_url)

    File "IPTVWORLD70.sh", line 260, in get_clipmails

    f.write(post_account)

    TypeError: expected a string or other character buffer object


    Obviously, the /tmp/link file is empty.

    The Response object contains the HTML content

    in the attached zip file.


    Hope it helps!


    iptvworld70log.zip

  • I made some modification but i don't know if it works

  • mino60

    I have openpli 8.0 on my Zgemma H7C.

    I have been using your freeserver for months. It works ok.

    But now it seems that openpli 8.0 is not supported anymore (no updates !!!!), so I am obliged to upgrade to openpli 8.1

    The problem is that I think it uses python 3, and I suppose your freeserver won't work.

    Is it correct ?

    When do you plan to prepare a release running in python 3?


    Thank you so much.


    Andrea

  • ('service_id :', '8755')

    Traceback (most recent call last):

    File "IPTVWORLD70.py", line 276, in <module>

    get_clipmails(host_url)

    File "IPTVWORLD70.py", line 253, in get_clipmails

    post_data=s.posts('https://pay.------------/clientarea.php?action=productdetails&id=%s'%service_id,headers=Post_Hdr,data=checkout_data,verify=False,allow_redirects=True)

    AttributeError: 'Session' object has no attribute 'posts'

  • Normally if service_id = 8755 it's okay we can download the m3u file damn I make a mistake (... no 'posts' attribute) I added an s at the end, normally I have to write posts its s

    this should normally work with the plugin script

  • ('service_id :', '8770')

    Traceback (most recent call last):

    File "IPTVWORLD70.py", line 276, in <module>

    get_clipmails(host_url)

    File "IPTVWORLD70.py", line 255, in get_clipmails

    link="'"+re.findall(regx, post_data)[0].replace('type=','type=m3u_plus')+"'"

    File "/usr/lib/python2.7/re.py", line 181, in findall

    TypeError: expected string or buffer

  • I've got the following:

  • sorry i corrected the error

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!