Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

vkmicro

Members
  • Joined

  • Last visited

  1. You're right! I resolved the issue at last. The issue was with how I had the shell script set up and how it was calling my script old new
  2. File should be auto-created by a python script. File creation code try: with open('users.csv', 'r') as csvfile: pass except FileNotFoundError: with open('users.csv', 'w', newline='') as csvfile: writer = csv.writer(csvfile)
  3. Hey guys, so I'm having a bit of an issue here. Made a discord bot in python, creates file in location where script is, a simple .csv file. But, here's the issue and I can't quite figure out a fix for it. In summary - my bot creates a file but I've no idea where the flip it's being created This is the docker info. This is the unraid directory and this is what the console for the docker shows me. but the problem is... erhm, well yas you can see. I can't see the file anywhere in the explorer... I need to be able to backup the file and sometimes manually edit it also need access for it so i can open it with excel. What am I doing wrong? and how can I resolve this issue? Thanks!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.