Jump to content

suender

Members
  • Posts

    23
  • Joined

  • Last visited

Posts posted by suender

  1. Vielen Dank für die Rückmeldungen: @ich777 @alturismo.
     

    Ich ziehe VMs aufgrund ihrer Einfachheit und Stabilität beim USB Passthrough vor, was für die Smart-Home-Funktionalität beim Home Assistant entscheidend ist. Ich hatte leider nie Erfolg mit der Docker-Version von OctoPrint, aber ich sehe gerade, dass es jetzt eine neue Version gibt (vielleicht werde ich sie testen). Ich habe alle Pis verkauft, da ich alles über Unraid steuern möchte und keinen Bedarf mehr habe.
     

    Ich denke auch, dass das Problem mit der Hardware zusammenhängt, insbesondere werde ich mein Augenmerk auf das Netzteil richten. 350W sind wirklich wenig. Das war Teil meines ursprünglichen Servers J4005 und ich werde ein Upgrade durchführen müssen.

  2. Thank you for taking the time to look at the logs.


    Yesterday night it happened again. At the moment, the connection is still there (after a reboot, there is always internet access for a few hours), but I think there will be no internet access again today. At the moment, my server has Internet access, as do all the other devices. If it crashes again, only the Docker (Plex) files will not have internet, but VM drives (Home Assistant) will not, they would have internet.

     

    I noticed that the drive on which the cache is located is reporting errors. Could it be related to this?

    Bildschirm­foto 2022-12-26 um 14.02.32.png

  3. Hello, I am turning to you because unfortunately I cannot find a solution for the sudden end of Internet access on my server.
     

    After restarting the server, Internet access works for a few hours and then, at some point during the day, I get an error message asking me to read this information

     

    ------------

    Download of appfeed failed.

    Community Applications requires your server to have internet access. The most common cause of this failure is a failure to resolve DNS addresses. You can try and reset your modem and router to fix this issue, or set static DNS addresses (Settings - Network Settings) of 208.67.222.222 and 208.67.220.220 and try again.

    Alternatively, there is also a chance that the server handling the application feed is temporarily down.

    Last JSON error Recorded: Syntax error

     

    ------------

     

    I have already used the recommendations there, but the above problem persists.

     

     

    Enclosed is the diagnostic data.

    Bildschirm­foto 2022-12-26 um 09.13.21.png

    tower-diagnostics-20221226-0906.zip

  4. Hello dear friends. For about an hour now I have not had any access to my directory via Plex. I have not changed anything.

    I get the following error message (shortened):

     

    (...)

    2022/07/19 00:27:48 DEBUG : gdrive: Loaded invalid token from config file - ignoring
    2022/07/19 00:27:48 DEBUG : gdrive: Token refresh failed try 1/5: oauth2: cannot fetch token: 400 Bad Request
    Response: {
      "error": "invalid_grant",
      "error_description": "Token has been expired or revoked."
    }
    2022/07/19 00:27:49 DEBUG : gdrive: Loaded invalid token from config file - ignoring
    2022/07/19 00:27:49 DEBUG : gdrive: Token refresh failed try 2/5: oauth2: cannot fetch token: 400 Bad Request
    Response: {
      "error": "invalid_grant",
      "error_description": "Token has been expired or revoked."
    }
    2022/07/19 00:27:50 DEBUG : gdrive: Loaded invalid token from config file - ignoring
    2022/07/19 00:27:50 DEBUG : gdrive: Token refresh failed try 3/5: oauth2: cannot fetch token: 400 Bad Request
    Response: {
      "error": "invalid_grant",
      "error_description": "Token has been expired or revoked."

     

    (...)


    Update: RESOLVED today

     

    Thank you very much for your kind support.

    I used this command:

     

    "rclone config reconnect gdrive:"

     

    There I got the code "CODE" for creating a new token. I did not close the window because another CODE is needed.

     

    On my iMac I installed clone (https://www.youtube.com/watch?v=xfRjo2q0xkw) and entered this command:

     

    "./rclone authorize "drive" "CODE"

     

    I then received another code, which I entered in the other window.

  5. # REQUIRED SETTINGS
    RcloneCommand="move" # choose your rclone command e.g. move, copy, sync
    RcloneRemoteName="gdrive_media_vfs" # Name of rclone remote mount WITHOUT ':'.
    RcloneUploadRemoteName="gdrive_media_vfs" # If you have a second remote created for uploads put it here.  Otherwise use the same remote as RcloneRemoteName.
    LocalFilesShare="/mnt/user/local" # location of the local files without trailing slash you want to rclone to use
    RcloneMountShare="/mnt/user/mount_rclone" # where your rclone mount is located without trailing slash  e.g. /mnt/user/mount_rclone
    MinimumAge="15m" # sync files suffix ms|s|m|h|d|w|M|y
    ModSort="ascending" # "ascending" oldest files first, "descending" newest files first

     

    I have this settings and i cannot delete the files. I get this error:

     

    2022/01/06 16:22:20 DEBUG : tv: Failed to Rmdir: remove /mnt/user/local/gdrive_media_vfs/tv: directory not empty
    2022/01/06 16:22:20 DEBUG : Local file system at /mnt/user/local/gdrive_media_vfs: failed to delete 2 directories

     

    What is my mistake?

  6. I want make a reverse proxy

     

    I edit the file "default" under /appdata/letsencrypt/nginx/site-conf

     

      location /webfonts {
           try_files $uri $uri/;
      }

      location / {
    #  try_files $uri $uri/ /index.php?$query_string;
    #    auth_basic "Restricted";
    #    auth_basic_user_file /config/nginx/.htpasswd;
        include /config/nginx/proxy.conf;
      proxy_pass http://192.168.178.21:7777;
      }

     

    but it don't work. I can't see the fonts.The font for arrow don't work. 

    The arrow works only on the localsite, but not in the https (duckdns-site), but the font for arrow dont work.

     

    Can someone help me please?


    Error on Chrome Console:

    [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.woff2resource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.woff2, line 0) [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.woff2resource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.woff, line 0) [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.woff2resource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.ttf, line 0) [Error] Failed to load http://xxx.duckdns.org/webfonts/fa-solid-900.svg#fontawesomeresource: the server responded with a status of 500 (Internal Server Error) (fa-solid-900.svg, line 0)

    Bildschirmfoto_2018-04-07_um_11.53.52.png

    Bildschirmfoto_2018-04-07_um_11.54.11.png

  7. I want make a reverse proxy

     

    I edit the file "default" under /appdata/letsencrypt/nginx/site-conf

     

        location /nowshowing/ {
            include /config/nginx/proxy.conf;
          proxy_pass http://192.168.178.21:6678;
        }

     

    but it don't work. Can someone help me please?

  8. Hi, I get this Error: "m3u files need to have specific formats, see the github page for more information"

    My plde.m3u has this content

     

    #EXTM3U

    #EXTINF:-1 tvg-id="" tvg-name="SHOW" tvg-logo="http://xxx.xxx.tv:8080/logos/usa%20cbs%20hd.png" group-title="United States",SHOW
    http://p2.xxx.com:8080/live/11052017/11052017/97.ts

     

     

    OK. SOLVED, Tom helps me. False URL Link in the config.

×
×
  • Create New...