1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-21 03:17:49 +03:00

Troubleshooting: Add reference to setting TMPDIR if needs be.

Athanasius 2022-06-06 13:26:18 +01:00
parent 1bef53eeeb
commit 9cf0d28cda
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

@ -50,6 +50,7 @@ Then to add it back :GenTocRedCarpet
* [Re-running application does nothing](#re-running-application-does-nothing)
* [Application won't run under Windows 7](#application-won-39-t-run-under-windows-7)
* [Last logged "Locale LC_ALL: ..."](#last-logged-quot-locale-lc_all-quot)
* [Logfile permission error](#logfile-permission-error)
* [Problems with Frontier Authentication](#problems-with-frontier-authentication)
* [It's asking for auth again after 25 days](#it-39-s-asking-for-auth-again-after-25-days)
* [App is stuck on 'Logging in...'](#app-is-stuck-on-39-logging-in-39)
@ -492,6 +493,21 @@ for 'Control Panel' in the Start Menu. Alternatively.
<!-- vim-markdown-toc Redcarpet -->
<a name='logfile-permission-error'></a>
<!-- vim-markdown-toc -->
## Logfile permission error
Particularly if running under Linux, if you encounter an error:
```python
PermissionError: [Errno 13] Permission denied: '/tmp/EDMarketConnector/EDMarketConnector-debug.log'
```
then please consult
[advice on ensuring log files can be written](Running-from-source.md#ensure-log-files-can-be-written).
<!-- vim-markdown-toc Redcarpet -->
<a name='problems-with-frontier-authentication'></a>
<!-- vim-markdown-toc -->