galaxyproject / galaxy

Data intensive science for everyone.
https://galaxyproject.org
Other
1.37k stars 991 forks source link

No permissions to rerun dataset despite being admin #7503

Open hexylena opened 5 years ago

hexylena commented 5 years ago

image

also looks like an unencoded ID but dunno if that is seen by normal users. Additionally the dataset access form is rendered like this, for some reason, making it unusable.

image

hexylena commented 5 years ago

Trying to make history public

galaxy.web.framework.decorators ERROR 2019-03-11 12:04:40,147 [p:1385141,w:3,m:0] [uWSGIWorker3Core0] Uncaught exception in exposed API method:
Traceback (most recent call last):
  File "lib/galaxy/web/framework/decorators.py", line 157, in decorator
    rval = func(self, trans, *args, **kwargs)
  File "lib/galaxy/web/base/controller.py", line 1410, in sharing
    shared, skipped = self._make_members_public(trans, item)
  File "lib/galaxy/web/base/controller.py", line 1465, in _make_members_public
    log.warning("User without permissions tried to make dataset with id: %s public.").format(dataset.id)
AttributeError: 'NoneType' object has no attribute 'format'

(I've imported this history to my account, and tried to make my copy public)

image