Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions de-DE/intro/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Danach gehe auf [http://localhost:3000/install](http://localhost:3000/install).

## Mailer

#### Probleme mit Gmail

- Fehler: Gmail mit Fehler 534: `Please log in via your web browser and then try again`
- Grund: Das passiert, da Google deinem Server nicht vertraut.
- Lösung:
Expand All @@ -80,6 +82,12 @@ Danach gehe auf [http://localhost:3000/install](http://localhost:3000/install).
- Kopiere den Link, der in etwa so aussieht (Ausgabe in Gogs Server Log): https://accounts.google.com/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbvPPN_E_25__nyS*******f18O9uuLNtz0Imw und logge dich noch einmal ein.
- Jetzt sollte es klappen. Last but not least, du solltest den Spam-Ordner überprüfen, falls der Mail-Anbieter denkt, deine GMail ist ein Spam-Konto.

#### Authentifizierung fehlgeschlagen

- Fehler: `gomail: could not send email 1: Auth: 535`
- Grund: Das Passwort enthält Sonderzeichen
- Lösung: Setze das Passwort in einfache Anführungszeichen: `PASSWD = 'P4§$w0rd'`

## Windows

- Fehler:
Expand Down
8 changes: 8 additions & 0 deletions en-US/intro/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ After that, go to [http://localhost:3000/install](http://localhost:3000/install)

## Mailer

#### Gmail issues

- Error: Gmail with Error 534: `Please log in via your web browser and then try again`
- Causes: this is because Google does not trust your server
- Solution:
Expand All @@ -99,6 +101,12 @@ After that, go to [http://localhost:3000/install](http://localhost:3000/install)
- Now copy the link looks like this(prompt in Gogs server log): https://accounts.google.com/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbvPPN_E_25__nyS*******f18O9uuLNtz0Imw and log in again.
- Things should work now. Last but not the least, check your `spam` box in case your mail service provider thinks your gmail is a spammer.

#### Authentication failed

- Error: `gomail: could not send email 1: Auth: 535`
- Causes: the password contains special characters
- Solution: put the password into single quotes: `PASSWD = 'P4§$w0rd'`

## Windows

- Error:
Expand Down
7 changes: 7 additions & 0 deletions fr-FR/intro/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ Après cela, allez à [http://localhost:3000/install](http://localhost:3000/inst
- maintenant copier le lien qui ressemble à ceci (l'invite du journal du serveur Gogs) : https://accounts.google.com/ContinueSignIn?sarp=1&scc=1&plt=AKgnsbvPPN_E_25__nyS*******f18O9uuLNtz0Imw et connectez-vous à nouveau.
- les choses devraient maintenant fonctionner. Enfin, vérifiez votre boîte `spam` dans le cas où votre fournisseur de service de messagerie penserait que gmail est un spammeur.

-----

- Erreur : `gomail: could not send email 1: Auth: 535`
- Causes : le mot de passe contient des caractères spéciaux
- Solution : mettez le mot de passe entre guillemets simples: `PASSWD = 'P4§$w0rd'`


## Windows

- Erreur :
Expand Down