Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error HTTP Error 403: Forbidden
#1
I am using API for a long time on https://localbitcoins.net/
Since November 13th, when using the urllib library for Python, an error appeared
I'm from Belarus

Error:
url='https://localbitcoins.net/sell-bitcoins-online/BYN/.json' orders = urllib.request.urlopen(url) File “D:\Program Files\python\lib\urllib\request.py”, line 222, in urlopen return opener.open(url, data, timeout) File “D:\Program Files\python\lib\urllib\request.py”, line 531, in open response = meth(req, response) File “D:\Program Files\python\lib\urllib\request.py”, line 641, in http_response ‘http’, request, response, code, msg, hdrs) File “D:\Program Files\python\lib\urllib\request.py”, line 569, in error return self._call_chain(*args) File “D:\Program Files\python\lib\urllib\request.py”, line 503, in _call_chain result = func(*args) File “D:\Program Files\python\lib\urllib\request.py”, line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden
Windows 10 64
Python 3.7.3
pip list
Package Version
———— ——–
asyncio 3.4.3
certifi 2019.3.9
chardet 3.0.4
eth-hash 0.2.0
eth-typing 2.1.0
idna 2.8
lbcapi3 1.0.0
pip 19.1.1
pycryptodome 3.8.2
requests 2.22.0
setuptools 40.8.0
toolz 0.9.0
urllib3 1.25.3
buran write Nov-14-2020, 07:56 AM:
Please, use proper tags when post code, traceback, output, etc. This time I have added tags for you.
See BBcode help for more info.
Reply


Messages In This Thread
error HTTP Error 403: Forbidden - by local_bit - Nov-14-2020, 09:44 AM
RE: error HTTP Error 403: Forbidden - by ndc85430 - Nov-14-2020, 11:34 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What is the error of not being able to pull data in this code? i didn't see an error? TestPerson 2 1,227 Sep-30-2022, 02:36 PM
Last Post: DeaD_EyE
  HTTP 404 error with Session Pool Clives 0 1,324 Jun-17-2021, 06:45 PM
Last Post: Clives
  403 Forbidden Error Evil_Patrick 1 4,446 Jun-20-2020, 02:19 PM
Last Post: snippsat
  urllib.error.HTTPError: HTTP Error 404: Not Found ckkkkk 4 8,769 Mar-03-2020, 11:30 AM
Last Post: snippsat
  python beginner HTTP Error 500 leofcastro 0 2,185 Jan-24-2020, 04:37 PM
Last Post: leofcastro
  HTTP error 404 Karin 4 4,729 May-31-2019, 02:23 PM
Last Post: snippsat
  How to check HTTP error 500 and bypass SriMekala 3 10,599 May-04-2019, 02:07 PM
Last Post: snippsat
  Syntax error for HTTP request GET THX1138 1 6,411 May-12-2018, 12:02 PM
Last Post: snippsat
  HTTPError: Forbidden when try download image b33g33 8 20,038 Jan-21-2017, 12:42 PM
Last Post: scriptso

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020