arduino-libraries / ArduinoHttpClient

Arduino HTTP Client library
282 stars 170 forks source link

Bug: Arduino - cant compile - multiple definitions #134

Closed geetee24 closed 2 years ago

geetee24 commented 2 years ago

Compiling debug version of 'xfinityRemoteControl' for 'Arduino/Genuino Mega w/ ATmega2560 (Mega 2560)'

HttpClient.cpp.o (symbol from plugin): In function HttpClient::read() (.text+0x0): multiple definition of HttpClient::read() HttpClient.cpp.o (symbol from plugin)*: (.text+0x0): first defined here

any idea?

per1234 commented 2 years ago

Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests. This topic is more appropriate for the Arduino Forum. I'm sure we will be able to help you out over there:

https://forum.arduino.cc/

geetee24 commented 2 years ago

it is a bug with this lib.

per1234 commented 2 years ago

Sorry, but you have not provided anywhere near enough information for a bug report. This repository does not contain any files or code named "xfinityRemoteControl", so you must be using some external software. Most often, this error is caused by the user installing the library incorrectly.

Again, please post on the forum. That will be the appropriate place to support you through the investigation of the error. If it is finally determined that it truly is a bug in the library I will be happy to reopen this.