opicron / mysticbbs-vbase

Advanced filebrowser for Mystic BBS
GNU General Public License v3.0
4 stars 0 forks source link

(real)path is incorrect on filebase during newupload check #3

Closed opicron closed 2 hours ago

opicron commented 2 hours ago
PYTHON ERROR (/mystic/themes/default/scripts/vbase.mpy)                       |
  File "/mystic/themes/default/scripts/vbase.mpy", line 3276, in <module>     |
    filelistmenu(fbase)�                                                      |
  File "/mystic/themes/default/scripts/vbase.mpy", line 2752, in filelistmenu |
    if os.path.getsize(fbase['path']+items[selbar]['name']) > max_view_file_siz
:  (enter) view () scroll (d) download (space) tag file (h) help (esc) exit
  File "/usr/local/lib/python2.7/genericpath.py", line 57, in getsize
    return os.stat(filename).st_size
OSError: [Errno 2] No such file or directory: '/mystic/files/uploads/WHIMSY.TDF
opicron commented 2 hours ago

Fixed!