热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

(masteronly)Unabletofetchfromremoteservers

12345678910111213141516Sun Oct 12 01:34:40 2014 :: Error requesting http://10.144.251.222:8180/rende

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Sun Oct 12 01:34:40 2014 :: Error requesting http://10.144.251.222:8180/render/?target=stats_counts.worker.blahblahlsfljljdf&format=pickle&local=1&noCache=1&from=1413090280&until=1413092080

Traceback (most recent call last):

  File "/opt/graphite/webapp/graphite/remote_storage.py", line 181, in wait_for_results

    response = connection.getresponse()

NameError: free variable 'connection' referenced before assignment in enclosing scope

Sun Oct 12 01:34:40 2014 :: Failed to complete subfetch

Traceback (most recent call last):

  File "/opt/graphite/webapp/graphite/readers.py", line 52, in fetch

    results[i] = result.waitForResults()

  File "/opt/graphite/webapp/graphite/readers.py", line 29, in waitForResults

    return self.wait_callback()

  File "/opt/graphite/webapp/graphite/remote_storage.py", line 207, in extract_my_results

    for series in wait_for_results():

  File "/opt/graphite/webapp/graphite/remote_storage.py", line 181, in wait_for_results

    response = connection.getresponse()

NameError: free variable 'connection' referenced before assignment in enclosing scope

Noting

1
NameError: free variable 'connection' referenced before assignment in enclosing scope

, This appears to be the result of a very old (2012) merge - and I don't see how the code could have worked since that merge >2y ago.

该提问来源于开源项目:graphite-project/graphite-web

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.





   



推荐阅读
author-avatar
ljp3044544
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有