mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 10:51:42 +02:00
Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
222547187e | ||
|
ce872d67bb | ||
|
fcffb3d2ff | ||
|
1930dfab77 | ||
|
b4418c8c36 |
@ -89,6 +89,6 @@ Alliance Auth is maintained and developed by the community and we welcome every
|
|||||||
|
|
||||||
To see what needs to be worked on please review our issue list or chat with our active developers on Discord.
|
To see what needs to be worked on please review our issue list or chat with our active developers on Discord.
|
||||||
|
|
||||||
Also, please make sure you have signed the [License Agreement](https://developers.eveonline.com/resource/license-agreement) by logging in at [https://developers.eveonline.com](https://developers.eveonline.com) before submitting any pull requests.
|
Also, please make sure you have signed the [License Agreement](https://developers.eveonline.com/license-agreement) by logging in at [https://developers.eveonline.com](https://developers.eveonline.com) before submitting any pull requests.
|
||||||
|
|
||||||
In addition to the core AA system we also very much welcome contributions to our growing list of 3rd party services and plugin apps. Please see [AA Community Creations](https://gitlab.com/allianceauth/community-creations) for details.
|
In addition to the core AA system we also very much welcome contributions to our growing list of 3rd party services and plugin apps. Please see [AA Community Creations](https://gitlab.com/allianceauth/community-creations) for details.
|
||||||
|
@ -675,10 +675,12 @@ class DiscordClient:
|
|||||||
)
|
)
|
||||||
logger.debug('%s: response:\n%s', uid, r.text)
|
logger.debug('%s: response:\n%s', uid, r.text)
|
||||||
if not r.ok:
|
if not r.ok:
|
||||||
|
member_id = url.split("/")[-1]
|
||||||
logger.error(
|
logger.error(
|
||||||
'%s: Discord API returned error code %d and this response: %s',
|
'%s: Discord API returned error code %d for member ID %s with this response: %s.',
|
||||||
uid,
|
uid,
|
||||||
r.status_code,
|
r.status_code,
|
||||||
|
member_id,
|
||||||
r.text
|
r.text
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user