Running: docker container run --rm -v "c:\temp\pbuttons":/data/ yape/yape /data/pbuttons.html
Traceback (most recent call last):
File "/usr/local/bin/yape", line 11, in <module>
load_entry_point('yape', 'console_scripts', 'yape')()
File "/src/yape/yape/command_line.py", line 6, in main
yape.yape2()
File "/src/yape/yape/main.py", line 165, in yape2
parsepbuttons(args.pButtons_file_name,db)
File "/src/yape/yape/parsepbuttons.py", line 541, in parsepbuttons
cursor.execute(insertquery, cols)
sqlite3.ProgrammingError: Incorrect number of bindings supplied. The current statement uses 0, and there are 5 supplied.
This is the sar-u section in the pbuttons html where it is crashing out:
it would be nice to have access to the offending pbuttons.html to be able to debug this further. I suspect it's choking about not properly detecting the end of the section?
Figured I'd raise an issue for this.
Running:
docker container run --rm -v "c:\temp\pbuttons":/data/ yape/yape /data/pbuttons.html
This is the sar-u section in the pbuttons html where it is crashing out: