• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Upgrading error

Scheduled Pinned Locked Moved General Discussion
7 Posts 4 Posters 2.8k Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    humanmadeaccount
    wrote on last edited by humanmadeaccount
    #1

    I got this error after upgrading into 0.6.x

    when running ./nodebb dev
    dsadsad.jpg

    this is my config.json

    {
        "url": "http://example.com",
        "port": "4567",
        "secret": "secretsauce here",
        "bind_address": "127.0.0.1",
        "database": "redis",
        "redis": {
            "host": "127.0.0.1",
            "port": "6379",
            "password": "long password here",
            "database": "0"
        },
        "bcrypt_rounds": 12,
        "upload_path": "/public/uploads",
        "use_port": false,
        }
    }
    
    1 Reply Last reply
    0
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #2

    Double-check your password for your redis config, as that's the typical cause of a connection refusal.

    1 Reply Last reply
    1
  • H Offline
    H Offline
    humanmadeaccount
    wrote on last edited by
    #3

    I disabled the requiredpass in redis.conf then remove the password in config.json but still same problem/error.

    thank anyway. 😄

    1 Reply Last reply
    0
  • H Offline
    H Offline
    humanmadeaccount
    wrote on last edited by humanmadeaccount
    #4

    Fixed the error on first post. But i got new error when running ./nodebb dev

     Error: listen EADDRINUSE
        at errnoException (net.js:904:11)
        at Server._listen2 (net.js:1042:14)
        at listen (net.js:1064:10)
        at Server.listen (net.js:1138:5)
        at module.exports.listen (/root/nodebb/src/webserver.js:136:18)
        at /root/nodebb/node_modules/async/lib/async.js:656:23
        at fn (/root/nodebb/node_modules/async/lib/async.js:641:34)
        at Object._onImmediate (/root/nodebb/node_modules/async/lib/async.js:557:34)
        at processImmediate [as _immediateCallback] (timers.js:345:15)
    

    anyone, know what is this? 😄

    1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    wrote on last edited by
    #5

    EADDRINUSE means something is already bound to the port NodeBB is looking to bind to. Most likely you have NodeBB running already, so you'll need to kill it.

    A 1 Reply Last reply
    0
  • A Offline
    A Offline
    a_5mith
    replied to julian on last edited by
    #6

    @julian said:

    EADDRINUSE

    Read that as EARJUICE for a moment there. Enjoy your dinner. 😆👍

    julianJ 1 Reply Last reply
    0
  • julianJ Offline
    julianJ Offline
    julian GNU/Linux
    replied to a_5mith on last edited by
    #7

    @a_5mith Appetite. Ruined.

    1 Reply Last reply
    0

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development