声名:原文地址不详,若有侵权,还望提醒,谢谢!

运行MPD时出现:'MPD' object has no attribute 'myIP'

原因:可能Linux系统下的真实IP是127.0.0.1,机器无法识别IP,具体原因还望高手指点

解决办法:使用文本编辑器打开/etc/hosts,在文本末尾插入

127.0.0.1 xianyu xianyu

其中,xianyu指的是计算机的名字(注意不是用户名)

'MPD' object has no attribute 'myIP'相关推荐

  1. Python错误:AttributeError: 'generator' object has no attribute 'next'解决办法

    今天在学习生成器对象(generation object)运行以下代码时,遇到了一个错误: #定义生成器函数 def liebiao(): for x in range(10): yield x #函 ...

  2. AttributeError: 'dict' object has no attribute 'status_code'

    前端AJAX请求数据,提示错误:"AttributeError: 'dict' object has no attribute 'status_code'". 原因:是提示返回对象 ...

  3. Traceback (most recent call last): File AttributeError: 'NoneType' object has no attribute 'group'

    Traceback (most recent call last):File "<stdin>", line 1, in <module> Attribut ...

  4. 解决:AttributeError: ‘Graph‘ object has no attribute ‘number_of_selfloops‘

    解决:AttributeError: 'Graph' object has no attribute 'number_of_selfloops' 目录 解决:AttributeError: 'Grap ...

  5. AttributeError: ‘FPDF‘ object has no attribute ‘unifontsubset‘

    AttributeError: 'FPDF' object has no attribute 'unifontsubset' 目录 AttributeError: 'FPDF' object has ...

  6. AttributeError: ‘Series‘ object has no attribute ‘as_matrix‘

    AttributeError: 'Series' object has no attribute 'as_matrix' 问题: y_test = test_shifted["y_t+1&q ...

  7. AttributeError: ‘SVC‘ object has no attribute ‘_probA‘

    AttributeError: 'SVC' object has no attribute '_probA' 问题: # Save the Modle to file in the current w ...

  8. sklearn使用FeatureHasher处理字符串特征: AttributeError: ‘str‘ object has no attribute ‘items‘

    sklearn使用FeatureHasher处理字符串特征: AttributeError: 'str' object has no attribute 'items' 目录 sklearn使用Fea ...

  9. Keras问题“AttributeError: 'NoneType' object has no attribute 'update”解决

    BUG 在使用Keras训练模型时,在每个epoch完成后save_model时会报错 "AttributeError: 'NoneType' object has no attribute ...

  10. Python 报错解决:AttributeError: 'module' object has no attribute 'SSL_ST_INIT'

    早上升级完pip,后报错如下: -> # pip install --upgrade pwntools /usr/local/lib/python2.7/dist-packages/pip/_v ...

最新文章

  1. Asp.net(C#)给图片加上水印效果(转自园上的Seven Eleven)
  2. PHP教程中验证正整数is_int($value+0),为什么要这样?
  3. Centos7 fstab盘符挂载硬盘导致重启系统失败解决办法
  4. java new java.text.SimpleDateFormat(yyyyMM01).format(date)
  5. C++ 之 贪吃蛇
  6. 针对不同浏览器的css
  7. ORACLE客户端jdbc连接测试,Oracle 客户端JDBC连接测试工具
  8. 吉林大学计算机高级程序设计笔记
  9. [Swift]LeetCode1043. 分隔数组以得到最大和 | Partition Array for Maximum Sum
  10. LINQ语句之Select/Distinct和Count/Sum/Min/Max/Avg
  11. 中断linux命令快捷键_基于Linux终端命令行的快捷键的详细解析
  12. 升级php5.5.10扩展不兼容
  13. 【知识图谱系列】GCNII模型探索DeepGNN的Over-Smoothing问题
  14. 如何打造一款火遍国内外的自走棋手游?我们跟《战歌竞技场》的美术和程序聊了聊
  15. CentOS7图形界面启动报错unable to connect to X server
  16. 363、Java中级18 -【JDBC - 增、删、改】 2020.06.28
  17. 会计中运用计算机知识点,电算化会计知识点..doc
  18. 浅谈kafka之partition
  19. matlab第二章实训总结,matlab实训小结
  20. mysql客户端汉化_Mysql客户端中文乱码问题解决

热门文章

  1. git pull git push 报spawn ssh错误,vscode更换默认终端
  2. 第二章 确定性知识系统
  3. 万物互联天下 创造未来奇迹
  4. operator的理解
  5. Eclipse+Java+Swing实现企业人事管理系统
  6. 吉他调音器 android,GuitarTuna - 吉他调音器
  7. 计算机机房大气压强的标准,标准大气压
  8. 3ds Max Taper、Twist和Bend的运用——衣架的制作
  9. linux下查看硬盘型号、大小等信息(含Raid)
  10. 软件开发模型优缺点及其适用范围