sepo83

Results 8 comments of sepo83

After doing some debugging I think it has something to do with the reporting timer. Every loop I get `_evaluateTimer(_measure_timer)=0, _measure_timer=1174, message=0` (debug print was set at the first line...

Downgrading urllib3 fixed it for me with gplaycli (see https://github.com/matlink/gplaycli/issues/260#issuecomment-778663387)

@joleaf already implemented that feature in his NC Passwords Mobile App, a nextcloud app also written in flutter. Perhaps you can use this as reference implementation or even copy&paste: *...

I might have found something... On a fresh install (alpine; pyhton3.8) I have the same error as mentioned above. `pip3 install gplaycli ` shows: ```` Requirement already satisfied: gplaycli in...

I have prepared most things: * see my pull request for adapting your repo/app --> see https://github.com/mediathekview/MediathekViewMobile/pull/6 * metadata-file which fdroid uses to build your app * see https://gitlab.com/sepo83/fdroiddata/-/blob/master/metadata/com.mediathekview.mobile.yml *...

After solving the above mentioned issue the next steps would be: 1. check the fdroiddata metadata file I have prepared (https://gitlab.com/sepo83/fdroiddata/-/blob/master/metadata/com.mediathekview.mobile.yml) * esp. check metadata like Categories, License, AuthorName, SourceCode,...

same here I'm using Switch Manager v1.3.3 edit: Switch Manager actually had thrown an error about my custom switch in the homeassistant log. After resolving it my custom switch shows...