The web admin has problem

when i input account and password, it redirect to a page, just show the contents below :

Please wait while we load an obnoxious amount of JavaScript.

You may need to disable adblocking extensions to load Sentry.

Then, i google this problem, it suggest executing the command: sentry django collectstatic, wrong again, shows this:

Creating network “onpremise_default” with the default driver
Creating onpremise_postgres_1 … done
Creating onpremise_smtp_1 … done
Creating onpremise_memcached_1 … done
Creating onpremise_redis_1 … done
10:14:39 [WARNING] sentry.utils.geo: settings.GEOIP_PATH_MMDB not configured.
10:14:42 [INFO] sentry.plugins.github: apps-not-configured

You have requested to collect static files at the destination
location as specified in your settings:

/usr/local/lib/python2.7/site-packages/sentry/static

This will overwrite existing files!
Are you sure you want to do this?

Type ‘yes’ to continue, or ‘no’ to cancel: yes
Copying ‘/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js’
Traceback (most recent call last):
File “/usr/local/bin/sentry”, line 10, in
sys.exit(main())
File “/usr/local/lib/python2.7/site-packages/sentry/runner/init.py”, line 162, in main
cli(prog_name=get_prog(), obj={}, max_content_width=100)
File “/usr/local/lib/python2.7/site-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/site-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/site-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/site-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/site-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/usr/local/lib/python2.7/site-packages/click/decorators.py”, line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File “/usr/local/lib/python2.7/site-packages/sentry/runner/decorators.py”, line 36, in inner
return ctx.invoke(f, *args, **kwargs)
File “/usr/local/lib/python2.7/site-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/usr/local/lib/python2.7/site-packages/click/decorators.py”, line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File “/usr/local/lib/python2.7/site-packages/sentry/runner/commands/django.py”, line 25, in django
execute_from_command_line(argv=[ctx.command_path] + list(management_args))
File “/usr/local/lib/python2.7/site-packages/django/core/management/init.py”, line 399, in execute_from_command_line
utility.execute()
File “/usr/local/lib/python2.7/site-packages/django/core/management/init.py”, line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/usr/local/lib/python2.7/site-packages/django/core/management/base.py”, line 242, in run_from_argv
self.execute(*args, **options.dict)
File “/usr/local/lib/python2.7/site-packages/django/core/management/base.py”, line 285, in execute
output = self.handle(*args, **options)
File “/usr/local/lib/python2.7/site-packages/django/core/management/base.py”, line 415, in handle
return self.handle_noargs(**options)
File “/usr/local/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py”, line 173, in handle_noargs
collected = self.collect()
File “/usr/local/lib/python2.7/site-packages/sentry/management/commands/collectstatic.py”, line 48, in collect
collected = super(Command, self).collect()
File “/usr/local/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py”, line 112, in collect
handler(path, prefixed_path, storage)
File “/usr/local/lib/python2.7/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py”, line 317, in copy_file
self.storage.save(prefixed_path, source_file)
File “/usr/local/lib/python2.7/site-packages/django/core/files/storage.py”, line 49, in save
name = self._save(name, content)
File “/usr/local/lib/python2.7/site-packages/django/core/files/storage.py”, line 171, in _save
os.makedirs(directory)
File “/usr/local/lib/python2.7/os.py”, line 150, in makedirs
makedirs(head, mode)
File “/usr/local/lib/python2.7/os.py”, line 157, in makedirs
mkdir(name, mode)
OSError: [Errno 13] Permission denied: ‘/usr/local/lib/python2.7/site-packages/sentry/static/admin’
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):

Helpppppp! Does anybody know?

I also ran into this problem, I can’t find a solution. I tried to completely reinstall, it did not help