<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>I am getting a python error now. Does anyone know why I am getting this now when earlier I wasn't?</p>
<p>
</p>
<p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-weight:600; color:#ff0000;">An error has occurred while executing Python code:</span>
</p>
<h3
style=" margin-top:14px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-size:large; font-weight:600;">ValueError: Unknown
format code 'f' for object of type 'str' </span></h3>
<pre
style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" font-family:'DejaVu LGC Sans';">Traceback (most recent call last):
File "/home/drh/.local/share/QGIS/QGIS3/profiles/default/python/plugins/valuetool/valuewidget.py", line 478, in printValue
self.labelStatus.setText(self.tr('Coordinate:') + strFmt.format(position.x(), position.y(),bandvalue))
ValueError: Unknown format code 'f' for object of type 'str'
</span></pre>
<p
style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<span style=" font-weight:600;">Python version:</span> 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
<span style=" font-weight:600;">QGIS version:</span> 3.22.4-Białowieża Białowieża, exported </p>
<p><style type="text/css">p, li { white-space: pre-wrap; }</style></p>
</body>
</html>