PandABlocks / PandABlocks-FPGA

VHDL functional blocks with their simulations and test sequences
Apache License 2.0
19 stars 16 forks source link

Put/Post is forbiddon from ... #202

Closed nilsbuc closed 2 months ago

nilsbuc commented 2 months ago

Hey, I tried to use the commandline with venv and I followed this tutorial ( https://pandablocks.github.io/PandABlocks-client/master/tutorials/installation.html ). I didn't get far, because after loading the tutorial I got a ton of error messages for every block used in the tutorial. I still tried "pandablocks control " to control the PandA and it more or less worked. However when I try to use the GUI now I get the message "Failed to write to attribute PANDA,design on block PANDA (ValueError: Put/Post is forbidden from xxx.xxx.xxx.xxx)". I already restartet and rebooted the PandA, I even set it up again, still the same error message. After I set the panda up again, I can at least use the GUI on another pc. I would really appreciate it, if someone could help me. I'm using python 3.12.3 and Ubuntu 24.04

nilsbuc commented 2 months ago

I can still change the layout by connecting to the tcp server via netcat.

coretl commented 2 months ago

If you load this zpkg onto the system then it won't do the subnet check so will get rid of that error message: https://github.com/PandABlocks/PandABlocks-webcontrol/releases/download/2.1/panda-webcontrol-no-subnet-validation@2.1.zpg

nilsbuc commented 2 months ago

Thank you, everything works again.