Jump to content

Blacki89

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Blacki89

  1. THX for help my first problem.

    The next is his
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    { Error: Invalid login: 535-5.7.8 Username and Password not accepted. Learn more at
    535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp
        at SMTPConnection._formatError (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:781:19)
        at SMTPConnection._actionAUTHComplete (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:1516:34)
        at SMTPConnection._responseActions.push.str (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:554:26)
        at SMTPConnection._processResponse (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:940:20)
        at SMTPConnection._onData (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:746:14)
        at TLSSocket.SMTPConnection._onSocketData (H:\Rage\server-files\node_modules\nodemailer\lib\smtp-connection\index.js:189:46)
        at TLSSocket.emit (events.js:182:13)
        at addChunk (_stream_readable.js:283:12)
        at readableAddChunk (_stream_readable.js:264:11)
        at TLSSocket.Readable.push (_stream_readable.js:219:10)
      code: 'EAUTH',
      response:
       '535-5.7.8 Username and Password not accepted. Learn more at\n535 5.7.8  https://support.google.com/mail/?p=BadCredentials b136sm6652837wme.18 - gsmtp',
      responseCode: 535,
      command: 'AUTH PLAIN' }
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    I just had fun and tried the trotdem. The server.exe closes the immediately.
    Yea i am new in JS. :P

     

  2. Hi. I have the following problem.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    localhost:


     

    SQL-Befehl:

     

    --
    -- Datenbank: `rpserver`
    --
    
    -- --------------------------------------------------------
    
    --
    -- Tabellenstruktur `barbershop`
    --
    
    CREATE TABLE `barbershop` (
      `id` int(255) NOT NULL,
      `camData` text
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8
    

     

    MySQL meldet: Dokumentation

    #1046 - Keine Datenbank ausgewählt
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Server database:


     

    SQL-Befehl:

     

    CREATE TABLE `barbershop` (
      `id` int(255) NOT NULL,
      `camData` text
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8
    

     

    MySQL meldet: Dokumentation

    #1046 - Keine Datenbank ausgewählt
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    would be really great if I can help. sorry my english is not the best.



     

×
×
  • Create New...