Custom Query (1174 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (310 - 312 of 1174)

Ticket Resolution Summary Owner Reporter
#845 wontfix MediaGoblin in i2p network. anongoblin
Description

Somebody faced with installing a network i2p mediagoblin? While faced with the problem of registration of users:

When registering test@… mailing address is not valid (solved by changing emeil regex). The problem with sending the confirmation e-mail addresses: Settings in goblin.ini: email_sender_address = "my_address@…" email_smtp_host = '127.0.0.1 ' email_smtp_port = 7659 email_smtp_user = my_address@… email_smtp_pass = my_password

Attempting to register in the logs is presented:

SMTPRecipientsRefused: {u'test@mail.i2p': (550, '5.7.1 <test@mail.i2p>: Recipient address rejected: Relay Access denied - You must login AND  senderaddress must m
2014/01/27 10:04:07 [error] 6667#0: *610 FastCGI sent in stderr: "Error - <class 'smtplib.SMTPRecipientsRefused'>: {u'test@mail.i2p': (550, '5.7.1 <test@mail.i2p>: Recipient address rejected: Relay Access denied - You must login AND  senderaddress must match your logi$
URL: http://goblin_site.i2p/auth/register/
File '/path/to/mediagoblin/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
  app_iter = self.application(environ, sr_checker)
File '/path/to/mediagoblin/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/urlmap.py', line 203 in __call__
  return app(environ, start_response)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/app.py', line 263 in __call__
  return self.call_backend(environ, start_response)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/app.py', line 240 in call_backend
  response = controller(request)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/decorators.py', line 303 in wrapper
  return controller(request, *args, **kwargs)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/decorators.py', line 361 in wrapper
  return controller(request, *args, **kwargs)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/auth/views.py', line 51 in register
  user = register_user(request, register_form)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/auth/tools.py', line 148 in register_user
  send_verification_email(user, request)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/auth/tools.py', line 103 in send_verification_email
  rendered_email)
File '/path/to/mediagoblin/mediagoblin/mediagoblin/tools/mail.py', line 129 in send_email
  return mhost.sendmail(from_addr, to_addrs, message.as_string())
File '/usr/lib/python2.7/smtplib.py', line 735 in sendmail
  raise SMTPRecipientsRefused(senderrs)

You can temporarily disable the confirmation e-mail address? Until there is a solution to this problem.

#871 no-action Pull documentation on Ubuntu packaging regression anongoblin
Description

https://github.com/campadrenalin/mediagoblin/tree/document-ubuntu-trusty-ffmpeg-issue

Starting in 14.04, Ubuntu mysteriously does not include the gstreamer0.10-ffmpeg package. It includes the various other gstreamer packages that the GMG audio and video code needs - it's just missing the one.

The easiest and safest way to get your ffmpeg fix is to add the universe repos from the previous version of Ubuntu to your sources.list. Trustworthy source, version numbers will be lower so it won't clobber any Trusty packages, etc. That's all it takes to get the missing package to work.

This branch updates the docs, to point users to the aforementioned fix, using the power of footnotes. Or rather, one footnote referenced in two places.

#954 fixed plain text <br/> anongoblin
Description

After trying to register with cookies disabled, I get the 403 error. There is a plain text <br /> in the explanation:

CSRF cookie not present. This is most likely the result of a cookie blocker or somesuch.<br/>Make sure to permit the settings of cookies for this domain.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.