BadWolf-63
BadWolf-63
In addon.py, "epg" is set as list. change with "epg_list" will make it work. https://github.com/add-ons/service.iptv.manager/blob/513e25d8ce564299628d5f84661c28a472b2709c/resources/lib/modules/addon.py#L54 https://github.com/add-ons/service.iptv.manager/blob/513e25d8ce564299628d5f84661c28a472b2709c/resources/lib/modules/addon.py#L82 https://github.com/add-ons/service.iptv.manager/blob/513e25d8ce564299628d5f84661c28a472b2709c/resources/lib/modules/addon.py#L93 https://github.com/add-ons/service.iptv.manager/blob/513e25d8ce564299628d5f84661c28a472b2709c/resources/lib/modules/addon.py#L213 https://github.com/add-ons/service.iptv.manager/blob/513e25d8ce564299628d5f84661c28a472b2709c/resources/lib/modules/addon.py#L217
Fixed the problem adding a new function in miningengine.cs ``` public void RunAlgo(bool isMinimizedToTray) { try { // Check for dead process if (!_process.IsRunning() && _currentRunning != null) { lock...
first problem solved by itself
In the setup i put fixed API port to 33100 for GPU miners and 33200 for CPU miner, with automatic change if the port is busy (that goes usually to...
Thank you
Hey, i don't know if you have dropped it totally or not, But i tinkered with your code a little, because my 3090 made the miner crash randomly while mining...