Jump to content

Ladrek

Members
  • Posts

    83
  • Joined

  • Last visited

Posts posted by Ladrek

  1. Some indexes for collection 'rocketchat_livechat_visitor' could not be created:
    
    
    	Index key contains an illegal field name: field name starts with '$'.
    
    
    Error creating index: rocketchat_room -> { 'livechatData.$**': 1 } MongoServerError: Index key contains an illegal field name: field name starts with '$'.
    
    
        at MessageStream.messageHandler (/app/bundle/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/cmap/connection.js:462:30)
    
    
        at MessageStream.emit (events.js:400:28)
    
    
        at MessageStream.emit (domain.js:475:12)
    
    
        at processIncomingData (/app/bundle/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/cmap/message_stream.js:108:16)
    
    
        at MessageStream._write (/app/bundle/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/cmap/message_stream.js:28:9)
    
    
        at writeOrBuffer (internal/streams/writable.js:358:12)
    
    
        at MessageStream.Writable.write (internal/streams/writable.js:303:10)
    
    
        at Socket.ondata (internal/streams/readable.js:731:22)
    
    
        at Socket.emit (events.js:400:28)
    
    
        at Socket.emit (domain.js:475:12)
    
    
        at addChunk (internal/streams/readable.js:293:12)
    
    
        at readableAddChunk (internal/streams/readable.js:267:9)
    
    
        at Socket.Readable.push (internal/streams/readable.js:206:10)
    
    
        at TCP.onStreamRead (internal/stream_base_commons.js:188:23)
    
    
        at TCP.callbackTrampoline (internal/async_hooks.js:130:17) {
    
    
      operationTime: new Timestamp({ t: 1675142601, i: 1 }),
    
    
      ok: 0,
    
    
      code: 67,
    
    
      codeName: 'CannotCreateIndex',
    
    
      '$clusterTime': {
    
    
        clusterTime: new Timestamp({ t: 1675142601, i: 1 }),
    
    
        signature: {
    
    
          hash: new Binary(Buffer.from("ddd687851700cd15d41c6a1f51be5c2a55b32f8d", "hex"), 0),
    
    
          keyId: new Long("7194681051048837124")
    
    
        }
    
    
      }
    
    
    }
    
    
    strict mode: use allowUnionTypes to allow union type keyword at "#/properties/value" (strictTypes)
    
    
    LocalStore: store created at 
    
    
    LocalStore: store created at 
    
    
    LocalStore: store created at 
    
    
    MessageType.render is deprecated. Use MessageType.message instead. livechat_webrtc_video_call
    
    
    {"level":40,"time":"2023-01-31T05:23:27.170Z","pid":1,"hostname":"b4d3cd82f168","name":"VoIPService","msg":"Voip is not enabled. Cant start the service"}
    
    
    {"level":40,"time":"2023-01-31T05:23:28.752Z","pid":1,"hostname":"b4d3cd82f168","name":"VoIPService","msg":"VoIP service already stopped"}
    
    
    {"level":51,"time":"2023-01-31T05:23:28.954Z","pid":1,"hostname":"b4d3cd82f168","name":"Migrations","msg":"Not migrating, already at version 281"}
    
    
    {"level":51,"time":"2023-01-31T05:23:28.977Z","pid":1,"hostname":"b4d3cd82f168","name":"DatabaseWatcher","msg":"Using change streams"}
    
    
    Loaded the Apps Framework and loaded a total of 0 Apps!
    
    
    +--------------------------------------------------+
    
    
    |                   SERVER ERROR                   |
    
    
    +--------------------------------------------------+
    
    
    |                                                  |
    
    
    |  Rocket.Chat Version: 5.4.0                      |
    
    
    |       NodeJS Version: 14.19.3 - x64              |
    
    
    |      MongoDB Version: 4.0.28                     |
    
    
    |       MongoDB Engine: unknown                    |
    
    
    |             Platform: linux                      |
    
    
    |         Process Port: 3000                       |
    
    
    |             Site URL: https://r.xxxx.us          |
    
    
    |     ReplicaSet OpLog: Enabled                    |
    
    
    |          Commit Hash: 51f456a544                 |
    
    
    |        Commit Branch: HEAD                       |
    
    
    |                                                  |
    
    
    |  YOUR CURRENT MONGODB VERSION IS NOT SUPPORTED,  |
    
    
    |  PLEASE UPGRADE TO VERSION 4.4 OR LATER          |
    
    
    |                                                  |
    
    
    +--------------------------------------------------+


    What am i doing wrong?

  2. 1 hour ago, Stringer said:

    Yes! I made it work! Instructions:

    1. Stop all docker containers
    2. Install Firefox as docker and set it to network type "host"
    3. Also set GPhotosSync to network type "host"
    4. Assign port 8080 to GPhotos Sync
    5. Start both containers
    6. Go into unraid terminal and start the sync via: docker exec -it GooglePhotosSync gphotos-sync /storage
    7. Copy the URL and paste it into your firefox docker window (click on black dot, paste into text field, then right click within firefox address bar & paste)
    8. Sign in to you google account, follow the process and allow the access for the app.
    9. It should say "the authentication flow has completed" within firefox and in the terminal window the sync process should start.
    10. Wait for the first backup run to finish. (Just to be safe, probably not neccessary.)
    11. Afterwards it is probably a good idea to remove the port 8080 from the config again, because it could interfere with other apps as it's a popular port.
    12. Happy syncing! (I use the plugin User Scripts to schedule a daily backup of google photos. Just use the same terminal command as above.)

    THANK YOU!! lol

  3. I keep getting this error message below but nothing delete's itself.

    Traceback (most recent call last):
    
    File "/main.py", line 9, in <module>
    
    with open("/appdata/hashes.json", "a+") as myfile:
    
    FileNotFoundError: [Errno 2] No such file or directory: '/appdata/hashes.json'
    
    [app] starting Deduper...

     

  4. 5 hours ago, CWMLT said:

    I'm running into this problem as well. I can't get past it - tried URL manipulation away from localhost (put in the actual local IP address, 192.168.xx.yy), tried changing the port since the original was conflicting with my nzb downloader. No dice still.

    Glad to know i'm not the only one lol

  5. I'm trying to setup GPhotos-Sync 

     

    I run the command docker exec -it GooglePhotosSync gphotos-sync /storage and get prompted for "Please visit this URL to authorize this application" I click allow on google it then sends me to a new page "This site can’t be reached" I've gone on the machine locally as well and get same message.

     

    image.thumb.png.e3afd9e57e69a447e74ae9b23c73ec3f.png

  6. 6 minutes ago, jonathanm said:

    You can prepare a new USB stick, copy the *.key file to the config folder, and when you boot it you can transfer the license to the new USB.

     

    Do you have an existing array that you are trying to get running? Your original post doesn't mention it.

     

    it'll be brand new array

  7. On 10/13/2019 at 4:09 PM, Ladrek said:

    Hi Guys,

     

    I found a work around for sonarr and raddar sqllite database corruption issue.

     

    I mounted a USB Stick that isn't apart of the array and put sonarr and radarr on it and i haven't had any sqllite database corruptions for the pass few days.

     

    Thanks,

    Ladrek

     

    image.thumb.png.7d44fef33bc6bc9d3d6f6e75fcfbc9a4.png

    /bump

  8. Hi Guys,

     

    I found a work around for sonarr and raddar sqllite database corruption issue.

     

    I mounted a USB Stick that isn't apart of the array and put sonarr and radarr on it and i haven't had any sqllite database corruptions for the pass few days.

     

    Thanks,

    Ladrek

     

    image.thumb.png.7d44fef33bc6bc9d3d6f6e75fcfbc9a4.png

×
×
  • Create New...