Questions tagged [enigma2]
13 questions
10
votes
1 answer
ENIGMA CATALYST - WARNING: Loader: Refusing to download new treasury data because a download succeeded
I'm playing around with Enigma Catalyst. Unfortunately, the documentation is rather limited.
So I'm trying to run their example "hello world" type algo which looks as follows:
from catalyst import run_algorithm
from catalyst.api import order,…

Timothy Coetzee
- 5,626
- 9
- 34
- 97
4
votes
2 answers
How to run my enigma2 based plug-in on bootup/startup for dreambox?
I had developed on plugin in enigma2 for dreambox.I had use this thing
def Plugins(**kwargs):
return PluginDescriptor(
name="01loginscreendemo",
description="loginScreenDemo ",
where =…

patelnaitik30
- 41
- 5
2
votes
0 answers
Remote HLS file (stream.m3u8) over nginx proxy
I would like to run a remote HLS file (stream.m3u8) via a reverse proxy (nginx).
Example:
My Dreambox has a streaming server which broadcasts the stream via http://192.168.1.110:8080/stream.m3u8.
This works wonderfully in the home network. Now I…

zickes
- 21
- 3
1
vote
0 answers
The rotor does not switch in the Enigma cipher machine
Now I am writing the Enigma cipher machine. But after writing everything, I noticed that when switching only the first rotor, it does not change the final result.
While all other rotors work perfectly
If you find the reason for the error, please…

HaldorrGen
- 11
- 1
1
vote
1 answer
Need help for automatization of a Python function
I have here a python program written for an Enigma 2 Linux Set top box:
VirtualZap Python program for Enigma 2 based set top boxes
I want to automatize the execution of the following function every minute:
def aktualisieren(self):
…

Andrew Williams
- 11
- 1
1
vote
2 answers
cross compile sh script to bin for enigma2 (mips) OpenEmbedded
I have a dreambox satellite receiver which operates with Enigma2 OpenEmbedded. So MIPS architecture.
I want to cross compile at my Ubuntu PC a .sh file to an Enigma2 binary file.
I installed codesourcery cross compile toolchain for mips32…

ni_hao
- 404
- 2
- 5
- 16
0
votes
1 answer
gettingUnhandledPromiseRejectionWarning in node js?
Hi I have written the following code that communicates with qliksense server and convert QVF file as json
using node JS. When I'm trying to do it I'm getting the following error.
(node:21220) UnhandledPromiseRejectionWarning:…

saran k
- 307
- 2
- 14
0
votes
1 answer
Command not found enigma2
I have a problem. I need to start enigma2 with a script. It works when I start the script from the server directly. When I start the script with SSH from the main server it only says that the command is unknown. It is a specific command for the…

Fabian Schäfer
- 31
- 3
0
votes
1 answer
Need help decoding ?base64?
Me and my group are currently trying to decrypt certain messages for a big school project but we just cant figure it out! the idea is that someone "hacked" our raspberry pi and left tons of breadcrumbs that we have to resolve but we get stuck on…

Thomas
- 85
- 1
- 8
0
votes
0 answers
Enigma 2 and arduino
I'm newest with arduino i want to read informations from arduino and write it to dream Box DM800 enigma 2.
i tried this code and it didn't work
# Module de lecture/ecriture du port série
from serial import *
# Port série ttyACM0
# Vitesse de…
0
votes
2 answers
How to see print statment output while coding in enigma os
I am new in Enigma dreambox. I am making simple login plugin. I want to see output of print statement so i can trace my plugin. So where can i find this output of print statement Or is there other way to trace program?

user3932031
- 411
- 2
- 5
- 13
-2
votes
1 answer
re execute a function after 30 seconds
I have this code from enigma2 that actually works perfectly but sometimes it fails when it comes to some channels that more time to display epg information in the screen, this results in no epg. So I want some help to re-execute the code after a…
-4
votes
1 answer
Problems with implementing the plugboard for an enigma build in python
It was a non-compulsory exercise to build an enigma 'like' machine for schoolwork at uni. There were several steps for guidance (first I had to implement one rotating wheel, then 3 of them, after this I had to implement the reflector, then the…

Peter K
- 3
- 1