Closed edgar-bonet closed 3 days ago
The documentation of the Serial object contains many links to pages documenting the individual methods of the object. All these links return an HTTP error “403 Forbidden”, with a human-unfriendly XML payload looking like this:
Serial
<?xml version="1.0" encoding="UTF-8"?> <Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>MYG54Q9601CDVC8V</RequestId> <HostId>DYvuvKPnH6PVYmkazgm6JpOOLzCOdu/MdW9+2q5zc6KVexED91kWxemzSvapAywEQX9aPjn4xUQ=</HostId> </Error>
The links can be fixed by replacing, within the URL, the word Serial with serial (with lowercase “s”). For example:
serial
Serial.begin()
Closing the issue as it appears the problem has been fixed.
Thanks!
The documentation of the
Serial
object contains many links to pages documenting the individual methods of the object. All these links return an HTTP error “403 Forbidden”, with a human-unfriendly XML payload looking like this:The links can be fixed by replacing, within the URL, the word
Serial
withserial
(with lowercase “s”). For example:Serial.begin()
Serial.begin()