sunsettrack4 / telerising-api

API web application providing Zattoo TV streams
78 stars 7 forks source link

changing device-id blocks available devices at 1&1 #27

Closed mclenburg closed 1 year ago

mclenburg commented 1 year ago

Since version 10.1, the API logs on to 1und1-tv with a constantly changing device-id. This means that the programme is always logged in as a new device and thus occupies the very limited places for permitted devices (max. 4). This blocks the pay-TV channels and they are only released again after a call to the hotline.

sunsettrack4 commented 1 year ago

Fixed: https://github.com/sunsettrack4/telerising-api/commit/48db3e8ab4d9716251ce081b39db2ae8891ca8da

mclenburg commented 1 year ago

Hi, thx for fixing this so fast. Is there a possibility to get the armhf-version for raspberrypi again?

sunsettrack4 commented 1 year ago

It's done: https://github.com/sunsettrack4/telerising-api/blob/main/telerising-v0.10.3_armhf_raspbian.zip

bendschs commented 1 year ago

i would also still be interested in the armhf version, noticing that it does not seem to be available as for version the 10.5 any more.

sunsettrack4 commented 1 year ago

https://github.com/sunsettrack4/telerising-api/blob/main/telerising-v0.10.5_armhf_raspbian.zip

bendschs commented 1 year ago

wow great, thank you much.

sadly i am getting an error when starting "api":

./api: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.29' not found (required by ./api)
./api: /lib/arm-linux-gnueabihf/libpthread.so.0: version `GLIBC_2.30' not found (required by ./api)

i am on debian buster and on a raspberry pi 4. any idea how to solve this without upgrading to bullseye?

sunsettrack4 commented 1 year ago

Please try the following file: https://github.com/dlueth/telerising.minimal/blob/main/binaries/telerising.arm.tar.gz

bendschs commented 1 year ago

yes, that one is working! thank you so much! 🙏