This is a change monitoring for https://clck.ru/Pf6jK delivered by deltaFeed
Python 2.7.9: /usr/bin/python
<class 'morss.morss.MorssException'> Wed Aug 12 21:56:39 2020
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
/home/pictuga/morss/cgi/morss/morss.py in
cgi_error_handler(environ={'APP_ENGINE': 'phpcgi', 'APP_ENGINE_VERSION':
'AUTO', 'CFG_CLUSTER': 'cluster010', 'DOCUMENT_ROOT':
'/home/pictuga/morss', 'ENVIRONMENT': 'production', 'GATEWAY_INTERFACE':
'CGI/1.1', 'GEOIP_AREA_CODE': '0', 'GEOIP_COUNTRY_CODE': 'DE',
'GEOIP_COUNTRY_NAME': 'Germany', 'GEOIP_DMA_CODE': '0', ...},
start_response=<bound method CGIHandler.start_response of
<wsgiref.handlers.CGIHandler instance>>, app=<function app_wrap>)
642 def cgi_error_handler(environ, start_response, app):
643 try:
=> 644 return app(environ, start_response)
645
646 except (KeyboardInterrupt, SystemExit):
app = <function app_wrap>, environ = {'APP_ENGINE': 'phpcgi',
'APP_ENGINE_VERSION': 'AUTO', 'CFG_CLUSTER': 'cluster010',
'DOCUMENT_ROOT': '/home/pictuga/morss', 'ENVIRONMENT': 'production',
'GATEWAY_INTERFACE': 'CGI/1.1', 'GEOIP_AREA_CODE': '0',
'GEOIP_COUNTRY_CODE': 'DE', 'GEOIP_COUNTRY_NAME': 'Germany',
'GEOIP_DMA_CODE': '0', ...}, start_response = <bound method
CGIHandler.start_response of <wsgiref.handlers.CGIHandler instance>>
/home/pictuga/morss/cgi/morss/morss.py in app_wrap(environ={'APP_ENGINE':
'phpcgi', 'APP_ENGINE_VERSION': 'AUTO', 'CFG_CLUSTER': 'cluster010',
'DOCUMENT_ROOT': '/home/pictuga/morss', 'ENVIRONMENT': 'production',
'GATEWAY_INTERFACE': 'CGI/1.1', 'GEOIP_AREA_CODE': '0',
'GEOIP_COUNTRY_CODE': 'DE', 'GEOIP_COUNTRY_NAME': 'Germany',
'GEOIP_DMA_CODE': '0', ...}, start_response=<bound method
CGIHandler.start_response of <wsgiref.handlers.CGIHandler instance>>)
536 # This is called when a http request is being processed
537
=> 538 return func(environ, start_response, app)
539
540 return app_wrap
func = <function cgi_dispatcher>, environ = {'APP_ENGINE': 'phpcgi',
'APP_ENGINE_VERSION': 'AUTO', 'CFG_CLUSTER': 'cluster010', 'DOCUMENT_ROOT':
'/home/pictuga/morss', 'ENVIRONMENT': 'production', 'GATEWAY_INTERFACE':
'CGI/1.1', 'GEOIP_AREA_CODE': '0', 'GEOIP_COUNTRY_CODE': 'DE',
'GEOIP_COUNTRY_NAME': 'Germany', 'GEOIP_DMA_CODE': '0', ...},
start_response = <bound method CGIHandler.start_response of
<wsgiref.handlers.CGIHandler instance>>, app = <function cgi_app>
/home/pictuga/morss/cgi/morss/morss.py in
cgi_dispatcher(environ={'APP_ENGINE': 'phpcgi', 'APP_ENGINE_VERSION':
'AUTO', 'CFG_CLUSTER': 'cluster010', 'DOCUMENT_ROOT':
'/home/pictuga/morss', 'ENVIRONMENT': 'production', 'GATEWAY_INTERFACE':
'CGI/1.1', 'GEOIP_AREA_CODE': '0', 'GEOIP_COUNTRY_CODE': 'DE',
'GEOIP_COUNTRY_NAME': 'Germany', 'GEOIP_DMA_CODE': '0', ...},
start_response=<bound method CGIHandler.start_response of
<wsgiref.handlers.CGIHandler instance>>, app=<function cgi_app>)
636 return dispatch_table[key](environ, start_response)
637
=> 638 return app(environ, start_response)
639
640
app = <function cgi_app>, environ = {'APP_ENGINE': 'phpcgi',
'APP_ENGINE_VERSION': 'AUTO', 'CFG_CLUSTER': 'cluster010',
'DOCUMENT_ROOT': '/home/pictuga/morss', 'ENVIRONMENT': 'production',
'GATEWAY_INTERFACE': 'CGI/1.1', 'GEOIP_AREA_CODE': '0',
'GEOIP_COUNTRY_CODE': 'DE', 'GEOIP_COUNTRY_NAME': 'Germany',
'GEOIP_DMA_CODE': '0', ...}, start_response = <bound method
CGIHandler.start_response of <wsgiref.handlers.CGIHandler instance>>
/home/pictuga/morss/cgi/morss/morss.py in cgi_app(environ={'APP_ENGINE':
'phpcgi', 'APP_ENGINE_VERSION': 'AUTO', 'CFG_CLUSTER': 'cluster010',
'DOCUMENT_ROOT': '/home/pictuga/morss', 'ENVIRONMENT': 'production',
'GATEWAY_INTERFACE': 'CGI/1.1', 'GEOIP_AREA_CODE': '0',
'GEOIP_COUNTRY_CODE': 'DE', 'GEOIP_COUNTRY_NAME': 'Germany',
'GEOIP_DMA_CODE': '0', ...}, start_response=<bound method
CGIHandler.start_response of <wsgiref.handlers.CGIHandler instance>>)
512
513 # get the work done
=> 514 url, rss = FeedFetch(url, options)
515
516 start_response(headers['status'], list(headers.items()))
url = 'clck.ru/PBDn4', rss undefined, global FeedFetch = <function
FeedFetch>, options = <Options instance>
/home/pictuga/morss/cgi/morss/morss.py in FeedFetch(url='clck.ru/PBDn4',
options=<Options instance>)
298
299 except (IOError, HTTPException):
=> 300 raise MorssException('Error downloading feed')
301
302 if options.items:
global MorssException = <class 'morss.morss.MorssException'>
<class 'morss.morss.MorssException'>: Error downloading feed
args = ('Error downloading feed',)
message = 'Error downloading feed'
Комментариев нет:
Отправить комментарий