kaitai-io / kaitai_struct_webide

Online editor / visualizer for Kaitai Struct .ksy files
https://ide.kaitai.io
GNU General Public License v3.0
272 stars 61 forks source link

web IDE devel: please update&fix #88

Open ildar opened 5 years ago

ildar commented 5 years ago

https://ide.kaitai.io/devel/ is currently not functional. I.e. PCAP part doesn't work at all.

ildar commented 5 years ago

CC: @koczkatamas @dar2355

ildar commented 5 years ago

@GreyCat , may it be that recent fixes in KSF / KSC would fix the issue?

GreyCat commented 5 years ago

@ildar I don't know which fixes you're referring to. This problem generally has nothing to do with code commits, it's purely a deployment issue, which boils down to us being unable to fix IDE build so far :(

ildar commented 5 years ago

updated the top post. the current problem is:

Parse error: undefined Call stack: undefined io.kaitai.struct.precompile.FieldNotFoundError: unable to access 'hdr' in udp_datagram context

for any pcap file

ildar commented 5 years ago

I don't know which fixes you're referring to. Indeed, I was wrong, there were no changes in /network since https://github.com/kaitai-io/kaitai_struct_formats/commit/19c1fa274acd2995c9e5b81e686a0f346ffe699a

ildar commented 5 years ago

UPD: Further investigation shows that while https://github.com/kaitai-io/kaitai_struct_webide/commit/a4b00156ea0ff89bf47fc4b01cc8a972bc6d8ddb gets formats @ 19c1fa2 to the build source, the result at https://github.com/kaitai-io/ide-kaitai-io.github.io/tree/master/formats doesn't have those KSF updates. @greycat says that build process should be revised/fixed or maybe totally rewritten.

abitrolly commented 4 years ago

Is that fixed? I don't see how to repeat the issues.