You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>In this example, running <em>devel\build_install_pyradio -u</em> has removed <strong>PyRadio</strong> python 3.7 installation files.</p>
232
233
<p>The script has detected (and removed) version <em>0.8.8</em> (probably the current or previous version), along with verisons <em>0.7.9</em> and <em>0.6.3</em> (older versions previously installed).</p>
233
234
<p>I would recommend to execute <em>devel\build_install_pyradio -u</em> from time to time, and reinstall <strong>PyRadio</strong> right after its completion.</p>
235
+
<h3id="reporting-bugs">7. Reporting bugs <spanstyle="padding-left: 10px;"><supstyle="font-size: 50%"><ahref="#" title="Go to top of the page">Top</a></sup></style></h3>
236
+
<p>When a bug is found, please do report it by <atarget="_blank" href="https://github.com/coderholic/pyradio/issues">opening an issue at github</a>.</p>
237
+
<p>In you report you should, at the very least, state your <strong>pyradio version</strong> and <strong>python version</strong>.</p>
238
+
<p>It would be really useful to include <strong>%USERPROFILE%/pyradio.log</strong> in your report.</p>
239
+
<p>To create it, enter the following commands in a terminal:</p>
@@ -324,3 +325,22 @@ In this example, running *devel\\build_install_pyradio -u* has removed **PyRadio
324
325
The script has detected (and removed) version *0.8.8* (probably the current or previous version), along with verisons *0.7.9* and *0.6.3* (older versions previously installed).
325
326
326
327
I would recommend to execute *devel\\build_install_pyradio -u* from time to time, and reinstall **PyRadio** right after its completion.
328
+
329
+
### 7. Reporting bugs
330
+
331
+
When a bug is found, please do report it by [opening an issue at github](https://github.com/coderholic/pyradio/issues).
332
+
333
+
In you report you should, at the very least, state your **pyradio version** and **python version**.
334
+
335
+
It would be really useful to include **%USERPROFILE%/pyradio.log** in your report.
336
+
337
+
To create it, enter the following commands in a terminal:
338
+
339
+
C:\Users\spiros>del %USERPROFILE%\pyradio.log
340
+
C:\Users\spiros>pyradio -d
341
+
342
+
Then try to reproduce the bug and exit **pyradio**.
343
+
344
+
Finally, include the file produced in your report.
0 commit comments