René's URL Explorer Experiment


Title: NoSuchMethodError Base · Issue #15 · Reloadly/reloadly-sdk-java · GitHub

Open Graph Title: NoSuchMethodError Base · Issue #15 · Reloadly/reloadly-sdk-java

X Title: NoSuchMethodError Base · Issue #15 · Reloadly/reloadly-sdk-java

Description: Describe the issue java.lang.NoSuchMethodError: No static method encodeBase64URLSafeString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Base64; or its super classes (declaration of 'org.apache.commons.codec.binary.Base...

Open Graph Description: Describe the issue java.lang.NoSuchMethodError: No static method encodeBase64URLSafeString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Base64; or its super classes (declaration ...

X Description: Describe the issue java.lang.NoSuchMethodError: No static method encodeBase64URLSafeString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Base64; or its super classes (declaration ...

Opengraph URL: https://github.com/Reloadly/reloadly-sdk-java/issues/15

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"NoSuchMethodError Base","articleBody":"\u003c!--- Provide a general summary of the issue in the Title above --\u003e\r\n\r\n## Describe the issue\r\njava.lang.NoSuchMethodError: No static method encodeBase64URLSafeString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Base64; or its super classes (declaration of 'org.apache.commons.codec.binary.Base64' appears in /system/framework/org.apache.http.legacy.jar)\r\n        at software.reloadly.sdk.core.internal.net.Telemetry.\u003cinit\u003e(Telemetry.java:65)\r\n\r\n## Steps to Reproduce\r\n\r\n## Current Behavior\r\nI get above error, when ever I invoke the method to retrieve a Phone Number Network Provider and then whenever I try to top-up a phone number. Below is the full stack trace;\r\n\r\nATAL EXCEPTION: main\r\n    Process: com.prinstech.freesair, PID: 7078\r\n    java.lang.NoSuchMethodError: No static method encodeBase64URLSafeString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Base64; or its super classes (declaration of 'org.apache.commons.codec.binary.Base64' appears in /system/framework/org.apache.http.legacy.jar)\r\n        at software.reloadly.sdk.core.internal.net.Telemetry.\u003cinit\u003e(Telemetry.java:65)\r\n        at software.reloadly.sdk.core.internal.util.TelemetryUtil.getTelemetryInterceptor(TelemetryUtil.java:17)\r\n        at software.reloadly.sdk.core.internal.net.API.buildClient(API.java:135)\r\n        at software.reloadly.sdk.core.internal.net.API.\u003cinit\u003e(API.java:78)\r\n        at software.reloadly.sdk.core.internal.net.ServiceAPI.\u003cinit\u003e(ServiceAPI.java:31)\r\n        at software.reloadly.sdk.airtime.client.AirtimeAPI.\u003cinit\u003e(AirtimeAPI.java:40)\r\n        at software.reloadly.sdk.airtime.client.AirtimeAPI$AirtimeAPIBuilder.build(AirtimeAPI.java:34)\r\n        at com.prinstech.freesair.Home$3$1.onDataChange(Home.java:246)\r\n        at com.google.firebase.database.core.ValueEventRegistration.fireEvent(ValueEventRegistration.java:75)\r\n        at com.google.firebase.database.core.view.DataEvent.fire(DataEvent.java:63)\r\n        at com.google.firebase.database.core.view.EventRaiser$1.run(EventRaiser.java:55)\r\n        at android.os.Handler.handleCallback(Handler.java:883)\r\n        at android.os.Handler.dispatchMessage(Handler.java:100)\r\n        at android.os.Looper.loop(Looper.java:264)\r\n        at android.app.ActivityThread.main(ActivityThread.java:7684)\r\n        at java.lang.reflect.Method.invoke(Native Method)\r\n        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:507)\r\n        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980)\r\nI/ExceptionHandle:     at software.reloadly.sdk.core.internal.net.Telemetry.\u003cinit\u003e(Telemetry.java:65)\r\nI/ExceptionHandle:     at software.reloadly.sdk.core.internal.util.TelemetryUtil.getTelemetryInterceptor(TelemetryUtil.java:17)\r\nI/ExceptionHandle:     at software.reloadly.sdk.core.internal.net.API.buildClient(API.java:135)\r\nI/ExceptionHandle:     at software.reloadly.sdk.core.internal.net.API.\u003cinit\u003e(API.java:78)\r\nI/ExceptionHandle:     at software.reloadly.sdk.core.internal.net.ServiceAPI.\u003cinit\u003e(ServiceAPI.java:31)\r\nI/ExceptionHandle:     at software.reloadly.sdk.airtime.client.AirtimeAPI.\u003cinit\u003e(AirtimeAPI.java:40)\r\nI/ExceptionHandle:     at software.reloadly.sdk.airtime.client.AirtimeAPI$AirtimeAPIBuilder.build(AirtimeAPI.java:34)\r\nI/ExceptionHandle:     at com.prinstech.freesair.Home$3$1.onDataChange(Home.java:246)\r\nI/ExceptionHandle:     at com.google.firebase.database.core.ValueEventRegistration.fireEvent(ValueEventRegistration.java:75)\r\nI/ExceptionHandle:     at com.google.firebase.database.core.view.DataEvent.fire(DataEvent.java:63)\r\nI/ExceptionHandle:     at com.google.firebase.database.core.view.EventRaiser$1.run(EventRaiser.java:55)\r\nI/ExceptionHandle:     at android.os.Handler.handleCallback(Handler.java:883)\r\nI/ExceptionHandle:     at android.os.Handler.dispatchMessage(Handler.java:100)\r\nI/ExceptionHandle:     at android.os.Looper.loop(Looper.java:264)\r\nI/ExceptionHandle:     at android.app.ActivityThread.main(ActivityThread.java:7684)\r\nI/ExceptionHandle:     at java.lang.reflect.Method.invoke(Native Method)\r\nI/ExceptionHandle:     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:507)\r\nI/ExceptionHandle:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:980)\r\nI/Process: Sending signal. PID: 7078 SIG: 9\r\n\r\n\r\n## Your Environment\r\n\r\n*SDK version:  implementation \"software.reloadly:java-sdk-authentication:1.0.2\"\r\n    implementation \"software.reloadly:java-sdk-airtime:1.0.2\"\r\n\r\n* JDK version: Chipmunk\r\n\r\n* Operating System and version: Am using Android Version 10 for testing and debugging\r\n","author":{"url":"https://github.com/Prinstech","@type":"Person","name":"Prinstech"},"datePublished":"2022-10-08T15:20:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/15/reloadly-sdk-java/issues/15"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9052c65a-7747-f72b-6660-571c740b0a4e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDE5E:229272:217822E:2A9D75C:6991AAAF
html-safe-nonce94e64adb207f6828d1f596495b2e11455f5a4739051b33ece6bceca5e131d508
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERTVFOjIyOTI3MjoyMTc4MjJFOjJBOUQ3NUM6Njk5MUFBQUYiLCJ2aXNpdG9yX2lkIjoiMjE4MzgxMzg0MTgyNTE0NzU2NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacbc344160ad3c4ed3cd868e9f46d208936b14046c01e41288131b07df6ed134bb
hovercard-subject-tagissue:1401977974
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Reloadly/reloadly-sdk-java/15/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2e7048b3a9b3f8103c8f0193ae5d3df67e0311d55ad636c672ea8a92bee2be8b/Reloadly/reloadly-sdk-java/issues/15
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2e7048b3a9b3f8103c8f0193ae5d3df67e0311d55ad636c672ea8a92bee2be8b/Reloadly/reloadly-sdk-java/issues/15
og:image:altDescribe the issue java.lang.NoSuchMethodError: No static method encodeBase64URLSafeString([B)Ljava/lang/String; in class Lorg/apache/commons/codec/binary/Base64; or its super classes (declaration ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePrinstech
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/Reloadly/reloadly-sdk-java git https://github.com/Reloadly/reloadly-sdk-java.git
octolytics-dimension-user_id27449653
octolytics-dimension-user_loginReloadly
octolytics-dimension-repository_id341005574
octolytics-dimension-repository_nwoReloadly/reloadly-sdk-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id341005574
octolytics-dimension-repository_network_root_nwoReloadly/reloadly-sdk-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues/15#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FReloadly%2Freloadly-sdk-java%2Fissues%2F15
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FReloadly%2Freloadly-sdk-java%2Fissues%2F15
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Reloadly%2Freloadly-sdk-java
Reloadhttps://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues/15
Reloadhttps://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues/15
Reloadhttps://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues/15
Reloadly https://patch-diff.githubusercontent.com/Reloadly
reloadly-sdk-javahttps://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FReloadly%2Freloadly-sdk-java
Fork 10 https://patch-diff.githubusercontent.com/login?return_to=%2FReloadly%2Freloadly-sdk-java
Star 14 https://patch-diff.githubusercontent.com/login?return_to=%2FReloadly%2Freloadly-sdk-java
Code https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java
Issues 2 https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues
Pull requests 3 https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/pulls
Actions https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/actions
Projects 0 https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/projects
Security 0 https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/security
Insights https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/pulse
Code https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java
Issues https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues
Pull requests https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/pulls
Actions https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/actions
Projects https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/projects
Security https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/security
Insights https://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Reloadly/reloadly-sdk-java/issues/15
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/Reloadly/reloadly-sdk-java/issues/15
NoSuchMethodError Basehttps://patch-diff.githubusercontent.com/Reloadly/reloadly-sdk-java/issues/15#top
https://github.com/Prinstech
https://github.com/Prinstech
Prinstechhttps://github.com/Prinstech
on Oct 8, 2022https://github.com/Reloadly/reloadly-sdk-java/issues/15#issue-1401977974
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.